If you need a list of members retrieved via a dynamic query, which parameter type is appropriate?

Study for the OneStream Certified Associate Exam. Develop understanding with comprehensive questions and detailed explanations. Ace your exam with confidence!

Multiple Choice

If you need a list of members retrieved via a dynamic query, which parameter type is appropriate?

Explanation:
When a dynamic query returns a set of members, you want a parameter that can accept and carry that list as-is. Bound List binds directly to the list produced by the dynamic query, so the items are available for use without manual formatting and it supports selecting multiple members. This makes it the natural choice for dynamically retrieved member lists. Delimited List would require constructing and parsing a single string of members, which isn’t ideal for dynamic results. Member List implies a static, predefined set, not driven by the query. Member Dialog is a UI element for manual selection rather than binding to the query results.

When a dynamic query returns a set of members, you want a parameter that can accept and carry that list as-is. Bound List binds directly to the list produced by the dynamic query, so the items are available for use without manual formatting and it supports selecting multiple members. This makes it the natural choice for dynamically retrieved member lists. Delimited List would require constructing and parsing a single string of members, which isn’t ideal for dynamic results. Member List implies a static, predefined set, not driven by the query. Member Dialog is a UI element for manual selection rather than binding to the query results.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy