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

use of count

hi

i am having a column named gender and i am trying to find out how many employess are m and how many are f?

i am using the count statement as

count({<gender={m'f}>}gender)

in the pie chart.

but it is not wrking

2 Replies
Not applicable
Author

Hi

you can use two expressions

count({<gender={'M'}>} gender)

count({<gender={'F'}>} gender)

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     For pie chart use Gender as dimension

     Count(employes) as Expression

Hope it helps

Celambarasan