Categories
- All Categories
- 4 Oracle Analytics Sharing Center
- 12 Oracle Analytics Lounge
- 189 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.4K Oracle Analytics Forums
- 5.9K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 65 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Repository Variable in DV Parameter

Can we user Dynamic or session variables in DV Parameters?
Best Answer
-
@Subhakara Netala-Oracle - Currently it isn't supported. We have an Idea already with similar use case. Please find the details of same as below:
Kindly upvote the same.
1
Answers
-
Thanks @Sumanth V -Oracle . I upvoted to that idea.
1 -
You can use VALUEOF(expr) syntax to reference session variables in DV
Please refer to following Note which has more details
How To Reference and Display Oracle Business Intelligence Repository and Session Variables In Oracle Analytics Data Visualization (Doc ID 2436328.1)
1 -
@Harish V-Oracle, I am aware of that, my question is related to Parameters. As of now we cant use Variables in Parameters. We may get his option in future and this idea was already suggested, you can upvote for that idea.
0 -
I thought Your query is about using Dynamic or session variables in DV Parameters and this is possible.
Assuming, I create a parameter in a DV workbook, I can populate the values of the parameter using "Logical SQL Query" option with a logical query as something like
select "Product Type" from "Sample Sales" where Region=valueof(NQ_SESSION.REGVAR)
where REGVAR is a session variable defined in the rpd.
Idea that you are referring to is about using DV parameters in data set definitions. If this is the requirement You were looking for then fine.
0