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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
manish_kumar
Partner - Contributor III
Partner - Contributor III

Aggregation issue Pivot table

Hi

I am getting some issue in doing Aggregation in expression.

My dimension is a calculated dimension but when I am aggregating it in the Expression I am not able to reduce the aggr field.

Please fine the attached excle file having the desired output and QV app for the code.

1 Solution

Accepted Solutions
sunny_talwar

Do you need this in a text box object? Try this

=Num(Sum(Aggr(Sum({<Duration={'<=1'}>}[Amortised Book Value])*sum([AWAC Yield]), Category, [Company Name], [Security Name], [Maturity Date], Month))/Sum({<Duration={'<=1'}>}[Amortised Book Value]), '#.##%')

View solution in original post

4 Replies
bhaveshp90
Creator III
Creator III

Hello, Please explain what you are trying to get here? Is it Column H from the Excel, you are trying to get the expression for?

manish_kumar
Partner - Contributor III
Partner - Contributor III
Author

‌Hi

I want 5.26% in the yield column against total row..

sunny_talwar

Do you need this in a text box object? Try this

=Num(Sum(Aggr(Sum({<Duration={'<=1'}>}[Amortised Book Value])*sum([AWAC Yield]), Category, [Company Name], [Security Name], [Maturity Date], Month))/Sum({<Duration={'<=1'}>}[Amortised Book Value]), '#.##%')

manish_kumar
Partner - Contributor III
Partner - Contributor III
Author

I need that in table subtotal only. But your expression had worked for me in that also.

Thanks for help...