Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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.