Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Advanced SQL filter - passing all column values to presentation variable

Hi Everyone,
Hoping all is well and hoping you find a quick min to respond to my question below.
I have a below advanced filter where I am trying to have all column values as a default and/or when I run this report from a dashboard, the below filter on my report is not reading all column values from the dashboard prompt and thus not returning any values.
"employee"."D1 Supervisor Full Name" = '@{sup}{%}' or
"employee"."D2 Supervisor Full Name" = '@{sup}{%}'
I appreciate any solution for this issue.
Thanks,
KK
Answers
-
Hi There,
Anyone has a min to look into above question and respond? Appreciate your time.
Thanks,
Keerthana
0 -
Hi,
I think there is a problem with you quotes. Try this -
"employee"."D1 Supervisor Full Name" = @{sup}{'%'} or "employee"."D2 Supervisor Full Name" = @{sup}{'%'}
Regards,
Divya
0