BracketEscape()
Use BracketEscape() to encode your values for parametrization.
BracketEscape() can be used to help you define MDX notations in your Universal Report. As you are coding MDX, you may want to employ parametrization. To parametrize in MDX, your values must be encoded. BracketEscape() can be used to encode your values so that you can use them in your MDX strings.
The output of BracketEscape() is an encoded string, with square brackets properly escaped for use in MDX.
Syntax
BracketEscape(<string>)
Argument |
Description |
Required/Optional |
---|---|---|
String |
The string that you want to encode. |
Required |