Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 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
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