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

set analysis help

Hello,

i have a simple tab:

CTConcorrenteListinoROE?PRIORListinoCOM
00751M21,01O213,43
00751N21,01O121,44
00751T21,01O117,25
00751V21,01O223,16
01570M25O345,00

I need to identify the lowest "ListinoCOM" with the lower PRIOR value for each CT, and sum them.

In this case, i should sum 17,25 and 45

Can someone help me please?

Thank you!

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try min({<PRIOR={"=PRIOR=aggr(nodistinct min(PRIOR),CT)"}>}ListinoCOM). See attached example


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Not applicable
Author

Try with the nummin function.

By Rebeca

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try min({<PRIOR={"=PRIOR=aggr(nodistinct min(PRIOR),CT)"}>}ListinoCOM). See attached example


talk is cheap, supply exceeds demand
Not applicable
Author

Thank you! It works