Hi,
I am able to filter the datatable with the date i select from datepicker, however i am finding it hard to show all the data from datatable after clearing the datepicker value. would you be able to help me with that on how to get back the entire data table after clearing datepicker values.
Filter(Table1, Text(Datecreated,DateTimeFormat.ShortDate)=Text(DatePicker2.SelectedDate,DateTimeFormat.ShortDate))
Thanks in advance.
DS