Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Ronald
Contributor III
Contributor III

Hide Formula in filter panel

Hi,

HOw hide the formula in Filter panel.

Filter.PNG

2 Solutions

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Wrap the expression in an Aggr() that lists the field(s) that should be selected. 

Aggr(If (Unidata <> '', etc..), Unidad)

For more see https://qlikviewcookbook.com/2016/01/scoping-selections-with-aggr/

-Rob

View solution in original post

mfarsln
Creator II
Creator II

Hi,

Instead of using expressions on dimensions, add them as master item. While creating master dimensions, you can give it a label name. That label name will be shown when you filter the master dimension.

View solution in original post

3 Replies
dwforest
Specialist II
Specialist II

Use a Dimension/Measure instead of a variable/formula for object

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Wrap the expression in an Aggr() that lists the field(s) that should be selected. 

Aggr(If (Unidata <> '', etc..), Unidad)

For more see https://qlikviewcookbook.com/2016/01/scoping-selections-with-aggr/

-Rob

mfarsln
Creator II
Creator II

Hi,

Instead of using expressions on dimensions, add them as master item. While creating master dimensions, you can give it a label name. That label name will be shown when you filter the master dimension.