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

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