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: 
Not applicable

Subtotals / Dimension

Hello,

I've got two dynamic dimensions in my pivot and want to get the subtotals for the second dimension.

Mhh, i think with a sample it's easier to understand:

My pivot looks like that:

Total_Pic_1.jpg

And I want to get this:

Total_Pic_2.jpg

Is this possible?

Thank you for suggestions

Björn

3 Replies
Not applicable
Author

Hello Bjorn,

Hope this helps: Goto Properties-> Presentaion -> Select DinDym2 and check the box Show Partial Sums.

I dont know if you tried this, but this should help.

Thanks,

ANDY

Not applicable
Author

Hello Andy,

yes I tried this, but the output is:

Total_Pic_3.jpg

But my goal is to get the totals for the Devils on the one hand, and the totals for the Angels on the other hand.

Not applicable
Author

Hello Jonas,

Pivot tables are really powerful and a bit tricky sometimes to use, as totalling mostly depends on the Dimensions you are selecting. Try this, move the dimension DynDim2 before DynDim and get rid of Val. If this doesnt work then you might need a calculated dimension or an expression which should be if(DynDim2 = Devils, sum()) and so on.

Hope this helps,

ANDY