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

How to show grand total in trellis chart ?

Hi, I am looking for solution to show grand total of legends in each charts shown in trellis

Sample Data:

STATECITYVOLUME
MHPN100
MHMUM200
KNBN900
KNTN800

Output:  Please see the attachment, output should have a trellis and Grand Total of legends.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

The best way to do this, add calculated dimension. Something like below,

=STATE&Chr(10)&'Total Volume='&Aggr(Sum(VOLUME),STATE)

legend.PNG.png

View solution in original post

2 Replies
vardhancse
Specialist III
Specialist III

Try chart properties->Presentation->Show numbers in legend(Check box)

Anonymous
Not applicable
Author

The best way to do this, add calculated dimension. Something like below,

=STATE&Chr(10)&'Total Volume='&Aggr(Sum(VOLUME),STATE)

legend.PNG.png