Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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.