Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How I can display the date with the highest amount of a month?
(max(total aggr(sum({<ExisteTiquet={'Si'},Año={$(=Max(Año))}>}Amount),Mes,[Posting Date])))
This function gives me the amount . But what date?
Thanks in advence
FirstSortedValue([Posting Date], -aggr(sum({<ExisteTiquet={'Si'},Año={$(=Max(Año))}>}Amount),Mes,[Posting Date]))
Check number of brackets at the end...
FirstSortedValue([Posting Date], -aggr(sum({<ExisteTiquet={'Si'},Año={$(=Max(Año))}>}Amount),Mes,[Posting Date]))
Check number of brackets at the end...
Hi Paco
Is it possible to get some sample date/qvw?
/Teis
Very good Thanks
Here is a sample by samuel