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

How to set sub-totals in graphs or tables?

Hi,

I have created a dashboard based on the sum of records by month and by category.

The dashboard is showing me just one total for all the sum, but I will like to have it by Month, for example:

Month        Category        Total

                                        57

01               Sales             15

01               Support          8

01               Changes        4

02               Sales             4

02               Support          4

02               Changes        5

03               Sales             7

03               Support          2

03               Changes        8

...

Is possible to have something like:

01               Sales             15

01               Support          8

01               Changes        4

Total                                 27

02               Sales             4

02               Support          4

02               Changes        5

Total                                 13

03               Sales             7

03               Support          2

03               Changes        8

Total                                 17

I look forward.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I created an expression as the following:

SUM({$<Month={">04"}>}[Total]) / SUM({$<Month={">04"}, [Category]=>} TOTAL <Month> [Total])

Then in the Number's tab select fixed to and checked the show in percent value.

Now it's displaying what I want. Thank you all for your help.

View solution in original post

8 Replies
krishnacbe
Partner - Specialist III
Partner - Specialist III

Hi,

Yes you can get the sub totals in Pivot Table.

Go to Presentation tab and Sub total for your dimension.

krishnacbe
Partner - Specialist III
Partner - Specialist III

You need to enable the Show Partial Sum Check box.Sample.JPG

Anonymous
Not applicable
Author

Your answer worked just the half. I have the total displayed as relative, but if I change the type of table I won't have the relative checkbox.

Same happens with my bar's dashboard that has the relative but not the sub totals in the presentation tab.

Any idea?

krishnacbe
Partner - Specialist III
Partner - Specialist III

Hi,

You need to convert your expression for relative like your (expression)/100

Anonymous
Not applicable
Author

OK, how can I do the same for bar's graph?

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

In a Straight Table you can show subtotals by checking "Show Total" on the Dimension Limits tab.

-Rob

http://masterssummit.com

http://qlikviewcookbook.com

devarasu07
Master II
Master II

Hi,

Bar Graph also can be done. just enable check box for "Show total" at ---> properties --> Dimension limit

Sub Total at Qlik objects.JPG

Anonymous
Not applicable
Author

I created an expression as the following:

SUM({$<Month={">04"}>}[Total]) / SUM({$<Month={">04"}, [Category]=>} TOTAL <Month> [Total])

Then in the Number's tab select fixed to and checked the show in percent value.

Now it's displaying what I want. Thank you all for your help.