Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 44 Oracle Analytics and AI Sharing Center
- 19 Oracle Analytics and AI Lounge
- 278 Oracle Analytics and AI News
- 56 Oracle Analytics and AI Videos
- 16.2K Oracle Analytics and AI Forums
- 6.4K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 103 Oracle Analytics and AI Trainings
- 20 Oracle Analytics and AI Challenge
- 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

