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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
pgalvezt
Specialist
Specialist

FirstSortedValue problem

Hello,

Im reading an Excel File with date and data Values (Random Data)

The idea in qlikview is show the last day of month with information

Jan and Apr show data because the last day has data. but Feb and Mar hasn't so I expect QlikView search the next Data on Feb 27th

I need to show the last day with data each month.

 

Thanks!

1 Solution

Accepted Solutions
Frank_Hartmann
Master II
Master II

=FirstSortedValue(Moneda,-aggr(sum({<Moneda={"<>Null()"}>}Fecha),Moneda,Fecha))

View solution in original post

1 Reply
Frank_Hartmann
Master II
Master II

=FirstSortedValue(Moneda,-aggr(sum({<Moneda={"<>Null()"}>}Fecha),Moneda,Fecha))