Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Dashboard Prompt is not working on 2 dashboards

Hi,
I have a dashboard prompt with presentation variable type (pDate) and i use it in 2 dashboards (A and . Each analysis on the dashboards have same date filter (set equal to @{pDate}).
The dashboards are connected by action links (navigate to BI content).
The prompt is working fine if I open each dashboard from dashboard menu.
The prompt is not working on dashboard B if I :
1. Open dashboard A, apply the date prompt to 24/12/2017, the result is ok ( data is filtered base on date prompt - 24/12/2017).
2. Click some value on dashboard A and go to dashboard B automatically.
3. The data on dashboard B is filtered to 24/12/2017 and the prompt on dashboard B is automatically set to 24/12/2017 - this is expected result.
4. But if i try to change or re-apply the prompt on dashboard B to 25/12/2017 or any date, nothing happen - as if the data is frozen to the prompt on dashboard A
What did i miss, is that possible to create such scenario?
Regards,
rico
Answers
-
Hey Rico,
First question: do you absolutely HAVE to use variables?
We see variable issues all over the place all the time in the forum and maaaaany cases are simply wrong usage of the tool and could be achieved with standard functionality.
0 -
Print @{pDate} in the analysis header to check what date is getting passed. You need to make sure that it is presentation variable is really getting used to filter the analysis not column filter. You can test that by checking "protect filter' in the analysis.
My guess is two analysis has two different column where you are applying the filter.
Thanks
Arijit
0 -
Did you look on MOS? I guess I remember a bug related to that, where dashboard do not react to prompts anymore or something like that ...
0 -
Hi Berg,
when I used column prompt I get DD/MM/YYYY HH:MI:SS format on calendar value.
But when I used variable prompt I get DD/MM/YYYY on calendar value.
I cant find a way to make it DD/MM/YYYY in column prompt.
regards,
rico
0 -
Hi ArijitC,
The analysis has same column.
The pDate keep shows filter value on Dashboard A
regards,
rico
0 -
What is the datatype of your column which you are using in the column prompt?
0