Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
prathipsrinivas
Creator
Creator

Grouping by different Dimension in script

Hi All,

I could really use your technical expertise here.

The requirement is to sum the values of Maximum transaction of Max Entry Date for particular Currency in a Particular policy.

I would understand I need to implement it by group by using Entry date, transaction, currency, policy.

But it was not giving expected results.

Any ideas how to implement this?

Thanks,

Prathip

Prathip
2 Replies
swuehl
MVP
MVP

Could you give some sample records and your expected result of how to sum the values?

Anil_Babu_Samineni

You can use Directly like

Load Field1, Field2, .., FirstSortedValue(Transaction, -[Entry date)) as Max_Transaction Group By Field1, Field2...

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful