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
TOP X prompt
Hi
I need to pass a numeric value through the Dashboard prompt for displaying the TOPX customers or deals, the user will select a number that I would have already created in the presentation variable prompt such as 10, 20, 30 and when the user select a value then the report/analysis would display top 10 or 20 customers or deals.
I did it one time but I completely forgot how it was done, would you pls help.
Thanks
Joe
Answers
-
Hi,
Your prompt set a presentation variable and in the formula for your TOP x you use the variable instead of the hardcoded number.
Just make sure to also set a default value in case the variable isn't set (for when you preview the analysis alone and not in the page where the prompt setting the variable is located.
You can also use the same variable to customize the title of the analysis or some other text to tell the user what he is seeing on his screen exactly (despite he did select the number, better be precise...).
0 -
Thank you Gianni
Just to make sure,
Create a presentation variable
Create a column with a formula like this TOPN("Fact - SSS"."Amount (USD)", @{top_customers}{10}) , called the column Top X
And that is it? no filters, right?
0 -
-
Thank you Gianni as always.
0