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: 
Andrew_Incite
Partner - Contributor II
Partner - Contributor II

Need to display Max across dimension for every dimension value

I have a requirement to show % of Max in a drill down capacity. Where the max over a brand is calculated for a sub group, and displayed alongside the values for each brand, something like this... 

In this particular scenario, Brand 1 is always the max, and is wired in the back end to be such. 

Capture.PNG

I have tried different variants of  Max(Aggr(sum)))...etc with no success. 

 

 

 

 

 

 

 

 

 

 

 

 

 

1 Solution

Accepted Solutions
Vegar
MVP
MVP

You should look into the total argument inside your AVG() or SUM() aggregations.

This Qlik help page might be a good read for you: https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Examples%20o...

View solution in original post

2 Replies
Vegar
MVP
MVP

You should look into the total argument inside your AVG() or SUM() aggregations.

This Qlik help page might be a good read for you: https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Examples%20o...
Andrew_Incite
Partner - Contributor II
Partner - Contributor II
Author

I see, the solution was to use TOTAL with multiple qualifying fields. 

I am building a self service report though and I wonder if there is a way to have it dynamically respond to the level of detail needed. 

Thank you!