Date Time Picker, Save value

Hi,

When picking a value in 2 x date time pickers to preform a Between SQL query, everything works as should. When I change views and navigate back, the datetime values have been reset to null. Is there a way to retain the selected values during the session ?

Create a pair of session variables, date1 and date2 and bind the calendar props to those. (Select ‘Perspective’ from the Project Browser and add them in the CUSTOM section.)
Enable bidirectional so the calendar can update the variables and the variables can update the calendar.

Thankyou. As soon as I read your reply the light bulb came on. Easy when you know how. :slight_smile: