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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

FirstSortedValue doesnt work

Dear All,

I have attached my two QV documents in which i used firstsortedvalue function.

As per my understanding i passed parameters, but its not working.

My aim to show CID and only the first ACNT from each CID group and sum of that particular ACNT.

Thanks & Regards,

Aqeel Nawaz

4 Replies
tresesco
MVP
MVP

Try like: = MinString(ACNT)

PFA

Not applicable
Author

Thanks Tresesco.

But what to do with the sum of Amount for only that particular ACNT.

manojkulkarni
Partner - Specialist II
Partner - Specialist II

use

sum(aggr((AMT),ACNT))

tresesco
MVP
MVP

Use calculated dimension like: =Aggr( MinString(ACNT), CID)

PFA