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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Sxbbb
Creator III
Creator III

Why is the output value 0?

=Aggr(if([Average] <= [Spec (Upper limit)] and [Average] >= [Spec (Lower limit)],1,0),Id)) 

and This 

=Sum(Aggr(if([Average] <= [Spec (Upper limit)] and [Average] >= [Spec (Lower limit)],1,0),Id))

Same this return is 0. 

Why is the resulting value not sum the value 1 return the loop if ?

Labels (5)
0 Replies