Categories
- All Categories
- 75 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
How to embed parameters from data model in a dashboard (OTBI)?
Hi,
I am creating a report in OTBI using data model and I have established the RTF file for the report. But I am not able to make the RTF for the parameters to work.
Best Answer
-
Hi Ivony,
Can you please check if below helps?
Thanks.
1
Answers
-
Dear Ivony Ann Paula Salango,
On RTF Templates, Updatable variables differ from standard XSL variables <xsl:variable> in that they are updatable during the template application to the XML data.
This allows you to create many new features in the templates that require updatable variables.
The variables use a "set and get" approach for assigning, updating, and retrieving values.Use the following syntax to declare/set a variable value:
<?xdoxslt:set_variable($_XDOCTX, 'variable name', value)?>Use the following syntax to retrieve a variable value:
<?xdoxslt:get_variable($_XDOCTX, 'variable name')?>More details on :
Please test the same and let me know if that helps.
Thanks,
Dimple N1 -
Hello @MandeepGupta and @Dimple-Nagesh-Support-Oracle, thanks so much for your help. I managed to create the dashboard.
1