Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
ena1309
Contributor III
Contributor III

Lock Filter in Selection

Hi guys, 

When i open a sheet in Qlik Sense i would like it to be filtered, i found on actions- lock filter (i saved filter as a bookmark, then i perfomed it)
but how to do that on measured field (sum[field_name)]

i have vizLib Table Chart as in picture
and i want one column to filter ALWAYS <>0

 

thank you

ena1309_0-1653465631939.png

 

Labels (2)
3 Replies
justISO
Specialist
Specialist

Hi, one workaround solution I can suggest is to create separate 'flag' from measure-converted-to-dimension field, like

if(aggr(sum([Adjustment Quantity]), [Material Description]) >0, 1,0)

ena1309
Contributor III
Contributor III
Author

aha, not bad, 
can I somehow hide that field from table?

 

ena1309
Contributor III
Contributor III
Author

It doesn't work btw.. 😕