Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
achakilam1022
Creator II
Creator II

Pivot table in Qlik Sense

Hi all,

I'm new to qlik and I'm having a little trouble with pivot tables.

I have a pivot table with Rows as School Program; dimension in columns is Month and the measure is Count(SchoolProgram)

May I know how to get these measures as percentage of month total.

Thank you.

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Try this expression for %.

Count(SchoolProgram)/Count(Total<Month> SchoolProgram)


Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

4 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Try this expression for %.

Count(SchoolProgram)/Count(Total<Month> SchoolProgram)


Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
achakilam1022
Creator II
Creator II
Author

Thank you Kaushik.

Can you help me in generating a final column in pivot table which consists of sum of the row values and then show them as percentage of that column.

Thanks again for your help.

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Sure,

Can you create a new discussion and explain with example what you want.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
achakilam1022
Creator II
Creator II
Author

Surely.

Thanks