Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
which function can I use, or use set analysis
How is 2020-01 is the min date from your sample data?
this is the minimum date from column B that corresponds to column A not with empty values
make a selection only where there are there are values in column A
Try this:
MinString({<A={"=Len(Trim(A))>0"}>}B)