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: 
dusasuman
Creator
Creator

Pivot table % calculation at each dimension sub total

Hi Community,

I have a small requirement that, i need to calculated the % of students based on the each group based on the total at 1st dimension level.

I have two dimensions in a pivot table..

Here i am sending the excel file of pivot table. The yellow highlighted cells are values that i am getting in  qlik.. The green cells are the expected results..

Please help me out..

2 Replies
sunny_talwar

Try this:

Count(ID)/Count(TOTAL <[JC Group#]> ID)

MK_QSL
MVP
MVP

Use

Count(ID)/Count(Total <[JC Group#]> ID)