Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
tigerfan81
Contributor
Contributor

Pivot Table Subtotal

Attached is a simple pivot table....

Actual Billing      sum(Actual Billing)

Base Billing         sum(Base Billing)

Why would actual billing total and base billing does not?

Any help would be appreciated....

Thanks,

2 Replies
swuehl
MVP
MVP

A pivot table total is evaluated as expression total (like in a text box). It is not a sum of rows and you can't choose from the total mode options that are enabled in straight table only.

I assume your base billing values have a different / unlinked relation to your dimension values than your Actuals, so you get a total in all lines. If you want to use a sum-of-rows also for a pivot table total, check out the chapter in the Help, it's explaining of how you can do this using advanced aggregation.

It will look like:

= sum( aggr( sum( [Base Billing]), [End Date]) )

Hope this helps,

Stefan

Anonymous
Not applicable

Hi

     You just check the chart properties --> Total mode --> whether the two expression check same total property or

not.

see the attached image

Regards

Ashok