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

Month wise 100%

Hi All,

          When I click on any Month.I should get particular month wise 100%.

Dimension  = Country

Expression  = num(Count(Val)/Tot_Valcount, '#,##0%')

sample.PNG

4 Replies
prajapatiamar38
Creator II
Creator II

Hi..

Can you please share your app.

Thanks

MK_QSL
MVP
MVP

Expression

Num(COUNT(Val)/Count(Total <Month> Val),'#,##0%')

or

Num(COUNT(Val)/Count(Total Val),'#,##0%')

Not applicable
Author

Thanks alot for your valuable time and immediate response.

MK_QSL
MVP
MVP

If you got your answer, kindly close the thread..