Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How do I display the bell curve for overall count?

Here is the example attached. Please help me.

1 Solution

Accepted Solutions
sunny_talwar

May be like this:

Capture.PNG

Sum({1<%VisitType={'NPV'}>}%ProcedureCNT)/Sum({1<%VisitType={'NPV'}>}Total %ProcedureCNT)

View solution in original post

3 Replies
sunny_talwar

May be like this:

Capture.PNG

Sum({1<%VisitType={'NPV'}>}%ProcedureCNT)/Sum({1<%VisitType={'NPV'}>}Total %ProcedureCNT)

sunny_talwar

Or this if you just want to ignore selection in Department

Sum({<%VisitType={'NPV'}, Department>}%ProcedureCNT)/Sum({<%VisitType={'NPV'}, Department>}Total %ProcedureCNT)

Anonymous
Not applicable
Author

This works for me. I did new that I have to use "1". But did not know where! Pretty Tricky!

Thanks for your help

Pavithra Shetty