Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
stats101
Partner - Contributor III
Partner - Contributor III

Hide expression on filter pane

Is there a way to hide the expression in the formula pane when a filter is selected?

The expression I'm using is:

IF(TODAY()-[Creation Date]<=1,'Last 1 day',

    IF(TODAY()-[Creation Date]<=3,'Last 3 days',

        IF(TODAY()-[Creation Date]<=7,'Last 7 days',

            IF(TODAY()-[Creation Date]<=14,'Last 14 days',

                IF(TODAY()-[Creation Date]<=30,'Last 30 days',

    )))))

Thanks,

2 Replies
ogster1974
Partner - Master II
Partner - Master II

No the expression will always be visible as it is showing you how you filtered the data model based on your selection.  Aliasing the filter would hide the context of the selection and allow users to define different aliases for the same set of filters leading to confusion.

ogster1974
Partner - Master II
Partner - Master II

If you were embedding the chart in a webpage you don't need to include the filter panel is another way of looking at it but you lose that visibility all together.