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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help with sum min / max

Hi,

i alrady tried some suggestions in this forum but can not solve my Problem.

NameNumber
A1
B2
C3
A4
B5

Now I need the sum of the min of each name

min A = 1

min B = 2

sum = 3

I have tried something like this: min(aggr(min([Number]),)) but it doesnt work...

Thanks!

1 Solution

Accepted Solutions
Not applicable
Author

Thanks for your Help! I think i've got it:

Sum(Total<Number> aggr(Min(Number),Name))

View solution in original post

3 Replies
nirav_bhimani
Partner - Specialist
Partner - Specialist

Hi,

Try this,

=Sum(aggr(Min(Number),Name ))

Regards,

Nirav Bhimani

Not applicable
Author

thanks - but it seems that it does not work this way..

Not applicable
Author

Thanks for your Help! I think i've got it:

Sum(Total<Number> aggr(Min(Number),Name))