Oracle Business Intelligence Applications

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

Received Response
1
Views
1
Comments

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?

Answers

  • ArijitC
    ArijitC Rank 6 - Analytics Lead

    Try this ....

    FILTER("table"."measure" USING "business"."unit" like '@{v_variableName}{%}')