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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jade
Contributor III
Contributor III

I want to show only the above 10M values in the table

Hi. Can someone help me? I wanted to show only the amounts more than 10M. This is my expression If (Sum([Project Value, Total])>10000000, Sum([Project Value, Total])), but it also shows the data that is less than of 10M. Please refer on the picture below.

jade_0-1719361279785.png

 

Labels (3)
3 Replies
QFabian
MVP
MVP

Hi @jade , if your chart table have morte than one expression, the if must be in every column expression

QFabian
anat
Master
Master

Apply suppress zero or null values but it may impact other expression values also

Lisa_P
Employee
Employee

If this is the first measure you can use the dimension to limit the values under dimension limits (based on the first measure) to the following

Lisa_P_0-1719372012886.png