Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
TomBond77
Specialist
Specialist

count (total distinct)

Hi experts

Need to calculate with a reference to distinct values: This division is not working, the problem is located with the distinct id. How do I set it correct?

=[Working Days]

/

count(total [Date] (distinct id))

Labels (5)
1 Solution

Accepted Solutions
udit_k
Partner - Creator II
Partner - Creator II

=sum([Working Days])

/

count(total <Date> distinct ID)

View solution in original post

1 Reply
udit_k
Partner - Creator II
Partner - Creator II

=sum([Working Days])

/

count(total <Date> distinct ID)