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: 
aaronnayan
Creator III
Creator III

Simple set analysis (if) (count)

Hi Experts.

I need your assistance

How would i count the number of tshirts sold if they were less than 500?


So far i have


if([TshirtSaleCount]={"<500"}, count([Tshirt's sold],0)



Thank you so much

1 Solution

Accepted Solutions
sunny_talwar

May be this

Count({<TshirtSaleCount = {"<500"}>} [Tshirt's sold])

View solution in original post

1 Reply
sunny_talwar

May be this

Count({<TshirtSaleCount = {"<500"}>} [Tshirt's sold])