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