Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
madhubabum
Creator
Creator

Calculating Total in Pivot Table With Drill Down Group

Hi all

I am Using Pivot Table with Drill Down Group as ::::Region > District > Client > Profit Center (4 Dimensions)

Note : Partial Sum (Enabled)

          If i am Click on region level (Showing Totals as Errors) , same as District , Client , Profit Center

         I am attaching the Screen shots as attached document

So,How can i resolve the Problem ?


Thanks

Madhu

3 Replies
gautik92
Specialist III
Specialist III

attach the sample qvw file

madhubabum
Creator
Creator
Author

Hi Gowtham

Have you got any idea ?

jonathandienst
Partner - Champion III
Partner - Champion III

Your Total Equipment expression needs to include the table dimensions in the Aggr expression. You can do this:

sum(Aggr(Count(EquipmentModelName),

  EquipmentGroupName,EquipmentClassName,

  EquipmentCategoryName,EquipmentModelName,

  $(=GetCurrentField(<your group name here>))

))

Insert your correct group name into the above expression where indicated.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein