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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

% calculation

Hi-Can anyone please let me know what can be done to get this % calculation.

  

StateCount of Call%
AZ1006.7%
CA30020%
VA50033.3%
TX60040%
Total1500100%

Count of call is calculated thru a set analysis.
count(DISTINCT {$ < Type={'TEL'} > }call)

I am not sure how can the partial sum which is 1500 in the above example can be achieved?

1 Solution

Accepted Solutions
Not applicable
Author

count(DISTINCT {$ < Type={'TEL'} > }call)/count(DISTINCT TOTAL{$ < Type={'TEL'} > }call)

¿?

View solution in original post

2 Replies
Not applicable
Author

count(DISTINCT {$ < Type={'TEL'} > }call)/count(DISTINCT TOTAL{$ < Type={'TEL'} > }call)

¿?

Not applicable
Author

Thanks you so much!