Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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