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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
makis_zimianitis
Contributor
Contributor

Display in a table of Qlik Sense only values of Dimension which a measure is bigger than a spesific value

 

 

 
Labels (2)
3 Replies
BPiotrowski
Partner - Contributor III
Partner - Contributor III

Hi,

on your measure column set if like this

=if(sum(y+x)>5,sum(y+x),null())

and than in table properties add-ons -> way of handling data 

uncheck null values

 

 
makis_zimianitis
Contributor
Contributor
Author

thank you @BPiotrowski 

It works fine.

If i have multiple columns in a table, i have to add in each of them the relevant expresions.
is there any other way to achive the same result , because reading in the community that" if statements " have impact in to performance i wondering if it's the best solution !!

 

 
BPiotrowski
Partner - Contributor III
Partner - Contributor III

So in this situation the only possible way I know would be preparing table in load script.

As I know it's the most efficient solution.