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

Maximum Value

Hi,

I am trying to look at the sum of the maximum sub section.

e.g.

SectionSubSectionValue
11a100
11a10
11b200
11c200
11c10

So the value i would expect to see would be 210 which is the total of subsection 1c rather than the max the whole section.

Thanks in advance!

1 Solution

Accepted Solutions
sushil353
Master II
Master II

try:

Max(Aggr(sum(value),SubSection))

Please find attached

HTH

Sushil

View solution in original post

1 Reply
sushil353
Master II
Master II

try:

Max(Aggr(sum(value),SubSection))

Please find attached

HTH

Sushil