Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 53 Oracle Analytics and AI Sharing Center
- 20 Oracle Analytics and AI Lounge
- 297 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 116 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Column Formula Filter() ignore part of USING if variable not set
3d31db38-32ab-49a5-b2bf-510bfb2e4053
Rank 1 - Community Starter
At the analysis level I know you can filter based on a presentation variable and enter a default value of % to show all values if no value is entered in the dashboard prompt, how do you replicate the same functionality within a column formula when using the filter() function as I can got it accept the following: and "business"."unit" = @{v_variableName}{%} as one of the filter conditions?
0
Answers
-
Try this ....
FILTER("table"."measure" USING "business"."unit" like '@{v_variableName}{%}')
0