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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
thomas_2583
Contributor III
Contributor III

Count where greater than

Hi,

How do I write the following calculations into Qlik please?

Count(customers) where order_id > 3

Thanks

1 Solution

Accepted Solutions
sergio0592
Specialist III
Specialist III

Hi, try with

=count({<Order_id={">3"}>} Cust)

View solution in original post

1 Reply
sergio0592
Specialist III
Specialist III

Hi, try with

=count({<Order_id={">3"}>} Cust)