Variables in OBIEE Part 3
Presentation Variable :
Presentation variable is the variable available in presentation service. Presentation variable can be initialized from prompts.
Presentation can be initialized from Prompt by either creating Presentation prompt
or can set variable from column prompt set varaiable option
Presentation can be initialized from Prompt by either creating Presentation prompt
or can set variable from column prompt set varaiable option
Presentation variable can call in report using below syntax
('@{Variable_name}{variable value}')
Below is the syntax to pass multi-select characters to column filter
@{varaiable_name}['@']{'varaiable value'}
Comments
Post a Comment