Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pivot table - precent of row

Hi,

I have a pivot table which contains

Dimension: Group,grades(100,90,80,70,60,50)

Expression: Count (Students)

and the pivot look like this

GroupGrades1009080706050
A 80404040--
B --20202040
C 2-----
D ----3020

I want to know in each row the percent of student in each grade out of the group, how can i Do that?

Thanks,

Jacob

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Count(Students)/count(total <Group> Students)


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

Count(Students)/count(total <Group> Students)


talk is cheap, supply exceeds demand
Not applicable
Author

Gr8 thanks