Pages

OBIEE Presentation Variable Syntax



Usually, we will use presentation variable which holds only one value.

Syntax:

@{Presentation_Variable_Name}

What if , there is a scenario where the user selection in prompt is multiple selection.

Then the normal syntax to call presentation variable doesn't work.

Solution for this scenario is, using the different syntax for presentation variable which contains multiple values.

Syntax:

@{Presentation_Variable_Name}['@']{'Default'}




OBIEE Presentation Variable Syntax



Usually, we will use presentation variable which holds only one value.

Syntax:

@{Presentation_Variable_Name}

What if , there is a scenario where the user selection in prompt is multiple selection.

Then the normal syntax to call presentation variable doesn't work.

Solution for this scenario is, using the different syntax for presentation variable which contains multiple values.

Syntax:

@{Presentation_Variable_Name}['@']{'Default'}




Featured post

Snowflake - Creating warehouse in Snowflake

Creating warehouse Login to Snowflake and click on warehouse and click on Create fill the necessary details and click Finish We can also c...