Categories
- All Categories
- Oracle Analytics Learning Hub
- 17 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 224 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 84 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Show variable value in a Text box or in a chart Title

Hi,
I'm using OAS 5.9 and I want to show the value of a variable in a Text box or in a chart Title but I can't
There is an option to do this?
You know another option to solve this problem?
Thanks
Answers
-
Hi,
You can pass the your presentation variable to show the value of variable at title level.
For example:- @{var_region}
In General , you can reference presentation variables in the following areas :
Title Views
Narrative Views
Column Filters
Column Formulas
Conditional Formatting conditions
Chart scale markers.
Gauge range settings.
Static text.
Direct Database Requests
Dashboard prompts
Agents Headlines and text
If the variable is coming from RPD layer, use below :
For session variables:
@{biServer.variables[‘NQ_SESSION.variablename’]}
For repository variables:
@{biServer.variables[‘variablename’]}
Regards,
Arjun
0 -
Hi,
Can I use in Data Visualization?
Can you give me an example?
Thanks
0