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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
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)