What is the correct syntax to use when defining a parameter?

Prepare for the OneStream Certified Associate Exam with our comprehensive quiz. Study with a variety of question types and detailed explanations. Boost your confidence and get ready to excel on your certification test!

Multiple Choice

What is the correct syntax to use when defining a parameter?

Explanation:
In OneStream, parameter references must be written as a runtime-resolved token. That means you wrap the parameter name in vertical bars and indicate dynamic evaluation with exclamation marks. The exact form |!ParamView!| tells the system to treat ParamView as a parameter value to be looked up from the parameter view at run time, rather than a literal string. Without the exclamations, |ParamView| would be a plain token that isn’t marked for dynamic resolution, and just ParamView (without any bars) would be seen as plain text or an invalid reference. Using !ParamView! without the surrounding bars also isn’t recognized as the standard token format. So the correct syntax is the token enclosed in bars with exclamations inside: |!ParamView!|.

In OneStream, parameter references must be written as a runtime-resolved token. That means you wrap the parameter name in vertical bars and indicate dynamic evaluation with exclamation marks. The exact form |!ParamView!| tells the system to treat ParamView as a parameter value to be looked up from the parameter view at run time, rather than a literal string.

Without the exclamations, |ParamView| would be a plain token that isn’t marked for dynamic resolution, and just ParamView (without any bars) would be seen as plain text or an invalid reference. Using !ParamView! without the surrounding bars also isn’t recognized as the standard token format. So the correct syntax is the token enclosed in bars with exclamations inside: |!ParamView!|.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy