Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
tracycrown
Creator III
Creator III

Count in Dimension

Dear all

Can someone help to explain why count function for "No. of Employee" not work in Dimension ?.

Thank you very much

Tracy

1 Solution

Accepted Solutions
mdmukramali
Specialist III
Specialist III

Dear Tracy,

Use below code in dimension

=Aggr(count(Emp_No),Company)

Thanks,

Mukram

View solution in original post

3 Replies
MarcoWedel

Maybe the aggr() function helps

mdmukramali
Specialist III
Specialist III

Dear Tracy,

Use below code in dimension

=Aggr(count(Emp_No),Company)

Thanks,

Mukram

ecolomer
Master II
Master II

Here you have my proposal