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

Get value for max(date) which is not null

Hi,

I need to show the value for the maximal date that is available. Now my problem is I get some values later than other thus max(date) in set analysis is not an option. Further I have some forecast values which means I have values until the end of the year.

How can I now display the most recent value which is not null??

Thank you in advance.

Oliver

1 Solution

Accepted Solutions
sunny_talwar

May be like this:

FirstSortedValue({<value = {'*'}>} value, -date)

or provide a sample if this does not work

View solution in original post

2 Replies
sunny_talwar

May be like this:

FirstSortedValue({<value = {'*'}>} value, -date)

or provide a sample if this does not work

obruski10
Contributor II
Contributor II
Author

Thank you! Works perfectly.