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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
GraceGao
Creator
Creator

Filter records

Hi Experts,

i have measure, i would like to display only measure value <1 in table. could any one to help? 

 

1 Reply
msKarthikeyan
Employee
Employee

Hi Grace,

You can add this in dimension 

=if(aggr(sum(Measure),Dimension)<100,Dimension,Null())

and uncheck include null values

-Karthik