Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello guys,
I need to extract the First and the Last date, selected thru Date Picker, but the GetFieldSelections function doesn't help me, since I don't know how to extract the two values.
Thanks you in advance for any suggestion.
Date picker slects values in a range in a field. If your field's name is TheDate, you can get first and last selected dates with min(TheDate) and max(TheDate).
Date picker slects values in a range in a field. If your field's name is TheDate, you can get first and last selected dates with min(TheDate) and max(TheDate).