Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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..