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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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

tresB
Champion III
Champion III

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

tresB
Champion III
Champion III

Try this:

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