Categories
- All Categories
- Oracle Analytics Learning Hub
- 17 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 224 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 84 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Unable to select all values in default selection of dashboard prompt

Hi,
I have been trying to use SQL query in dashboard prompt. I have used a query for choice list like
SELECT evaluate('Initcap(%1)',TRIM(BOTH ' ' FROM "Core Lease"."Landlord Name")) FROM "Property" where "Operating Unit Organization"."Operating Unit Country"='Uganda' ORDER BY "Core Lease"."Landlord Name".
The choice list gives the desired vendor names.
But when I use the same query in default selection, only few values gets selected the remaining values remains unchecked.
I can't use All Column values option because I need to use it as Presentation variable
Can anyone let me know if I have to change any specific property or have to do some changes in config files.
Thanks
Answers
-
If you use the presentation variable like this in the report filters, you can set the prompt default to None:
And UPPER("Column Name") like UPPER('%@{pres_var}{%}%')
See if this helps .
0