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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

get latest value

I need to get the latest product (I have to get only those whose value is different from 'null')

example:

A____950___12/03/09

A____null___19/04/10

A____320___01/08/10

B____250___10/02/09

B____100___24/12/09

B____null___30/06/10


in this case would be:

A____320___01/08/10

B____100___24/12/09

What can I put in the 'name', 'value', 'date'?

Labels (1)
4 Replies
Not applicable
Author

You can put on chart, dimension product.....and your expression use a MAX(date)....

Not applicable
Author

[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/0383.exemplo.zip:550:0]

look the example!!! i think is your doubt!!!!

Not applicable
Author

this case if the latest date has a null value, he'll get this null value ... but I do not want to appear nulls

Not applicable
Author

Did you check this?

I tested on my application.....max function don´t take a null value if you have one field with value!!!!