Discussion Board for collaboration related to QlikView App Development.
I have created a start date and end date input box that when I input select a date range in a list box. Now I am trying to go the other way. I am setting a trigger when I select dates from a list box to populate input variables start date and end date. I am taking the min and max values on list box fields, but the input box is still not updating. I know this is something simple and would appreciate any help.
Please close the discussion as answered
see attached
=date(min(activity_date), 'YYYY-MM-DD')
Thanks so much. That works perfectly.
Please close the discussion as answered