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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Horowitz
Contributor
Contributor

Extract the First and Last date from the Date Picker tool

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.

 

 
Labels (3)
1 Solution

Accepted Solutions
henrikalmen
Specialist II
Specialist II

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).

View solution in original post

1 Reply
henrikalmen
Specialist II
Specialist II

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).