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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
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)