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

Calendar Pivot with sum total of different expression

Given 

[Category]:
LOAD * INLINE [
Category, Model
CatA, Model1
];

[Data]:
LOAD * INLINE [
Model, MonthNum, Margin, Volume
Model1, 1, .10, 100
Model1, 2, .10, 100
Model1, 3, .10, 100
Model1, 4, .10, 100
Model1, 5, .10, 100
Model1, 6, .20, 100
Model1, 7, .20, 100
Model1, 8, .20, 100
Model1, 9, .20, 100
Model1, 10, .20, 100
Model1, 11, .20, 100
Model1, 12, .20, 100
];

I create a pivot calendar table.

mellerbeck_0-1589395764891.png

What I would like is the total sum of the volume, like this

(This is of course just overlaying two charts)

mellerbeck_1-1589395856333.png

Any way to do this with one chart using dimensionality, or some other fancy magic?

Thanks for you time!

 

 

Labels (1)
1 Solution

Accepted Solutions
Taoufiq_Zarra

attached two propositions :

1-> ui

2->Load Script

Capture.PNG

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉

View solution in original post

2 Replies
Taoufiq_Zarra

attached two propositions :

1-> ui

2->Load Script

Capture.PNG

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉
mellerbeck
Creator II
Creator II
Author

Ahh, clever!