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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Order Per Month

Hi,

How to find more then one order per month in a bar chart. (booking trend)

PFA Qvw

1 Solution

Accepted Solutions
sunny_talwar

May be try this:

if(Count([Product ID])>=2, Count([Product ID]))

View solution in original post

1 Reply
sunny_talwar

May be try this:

if(Count([Product ID])>=2, Count([Product ID]))