Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to reference a page scope presentation variable defined in another dashboard

Hi,
I created a variable V1 in column prompt P1 in dashboard D1. The scope of P1 is set to page.
I referenced this V1 in dashboard D2 using @{V1}{default value} in a textbox T2. I used same syntax to reference V1 in a textbox T1 dashboard D1.
The text of T1 shows correct value of V1. However when I click on the action link in D1 to open D2, T2 shows the default value of V1. Only when I select another value in prompt P1, both T1 and T2 shows the value of V1 I selected.
This happens only for the first time I open D2. If I set the scope of P1 to Dashboard, both T1 and T2 shows the same value even I open D2 for the first time.
I want to know if I can reference V1 in T2 by using some syntax like @{D1.V1}. It looks like the V1 is not assigned value in D2 when open D2 for the first time.
Answers
-
Hi
What happens if you navigate to D2 directly without action link? Does it show the correct value of V1?
Seems like you set scope to page for prompt yet you are trying to reference this prompt value in another dashboard, if so why can't you set scope to dashboard?
thanks
gayathri
0 -
Thank you, Gayathri.
How can I navigate to D2 without action link?
Is it possible I set scope to page for prompt yet try to reference this prompt value in another dashboard?
We won't set scope to dashboard just in case other dashboards with same prompt are affected.
0 -
Which product are you using? I know there was an Er in onprem obiee where the the Scope set for the Prompt (in the Dashboard) was not relevant when navigating via an Action link . Old KM doc: Action Link's scope in OBIEE 11g (Doc ID 1539155.1)
When i meant navigate to D2, i mean manually selecting dashboard 2.0 -
D2 is a hidden dashboard. We are using OAS.
0