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: 
d4rlie891
Contributor III
Contributor III

How To Get Max Transaction

Hi,

Anyone can help me, How to show the Max TOT_TRANS in KPI?

Max Trx.jpg

The Value that I want to Get is 430.594.875,00

Thanks

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

max(aggr(sum(TOT_TRANS),YEAR_MONTH))


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

max(aggr(sum(TOT_TRANS),YEAR_MONTH))


talk is cheap, supply exceeds demand
d4rlie891
Contributor III
Contributor III
Author

Thanks So much for your help