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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Vittore8
Creator
Creator

MinString Date

Vittore8_0-1594278785742.png

hi, tell me please how i can use MinString(B) to get the result:
2020-01

now I get: 2019-01

I should get min a date where column A is not null

 

Labels (1)
5 Replies
Vittore8
Creator
Creator
Author

which function can I use, or use set analysis

tresesco
MVP
MVP

How is 2020-01 is the min date from your sample data?

Vittore8
Creator
Creator
Author

this is the minimum date from column B that corresponds to column A not with empty values

Vittore8
Creator
Creator
Author

Vittore8_0-1594280384600.png

make a selection only where there are there are values in column A

tresesco
MVP
MVP

Try this:

MinString({<A={"=Len(Trim(A))>0"}>}B)