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: 
Not applicable

Chart - count

I'm making a chart.

I need a count () with the number of orders with status 1 (sit_ped) = 'fa' situation and 2 (status_2) = 'DV'.

Count(($<sit_ped=P({1<status_2={'DV'},sit_ped={'FA'>}sit_ped)>}nu_ped))

1 Reply
Not applicable
Author

Andreleone,

I wasn't able to open your document for some reason. However, you may try using something like this:

Count({<sit-ped={'fa'},status_2={'DV'}>}MyValue)

where 'MyValue' is the value you want to count.

Hope that helps.

Regards,

-Khaled.