Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pivot Set Analysis Sub Total

Hi,

I have a pivot table with 2 expressions

  • sum(Value)
  • aggr(sum({<YearMonth,MATID={'1'}>}Value),$(vReports_Dimensions))

The partial sum is working for the first expression and not for the second!

Any ideas?

Thanks,


FLC

1 Solution

Accepted Solutions
PrashantSangle

Hi,

Try like

Sum(aggr(sum({<YearMonth,MATID={'1'}>}Value),$(vReports_Dimensions)))

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

2 Replies
PrashantSangle

Hi,

Try like

Sum(aggr(sum({<YearMonth,MATID={'1'}>}Value),$(vReports_Dimensions)))

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Not applicable
Author

Perfect!

Thanks Max.