Hi,
I cant seem to get this to work properly. I have a CC6 table view where it pulls up a list of reservations.
The reservation date field is not a normal datetime, but a string mm/dd/yyyy. I added a dropdown called date_filter with values /=ALL, 2018=2018, 2019=2019, etc with the selected value as "/" or ALL.
In the WHERE sections of the db read have it set to model.reservation_date/LIKE: %{data:date_filter}%, but on the debug screen, it shows where reservation_date LIKE '%%" and doesnt seem to read the date_filter's selected value from the start.
I also need when changing to like 2018, 2019 for it to reload the Table1 view with the new where, but that doesnt seem to work either. Any help?
I cant seem to get this to work properly. I have a CC6 table view where it pulls up a list of reservations.
The reservation date field is not a normal datetime, but a string mm/dd/yyyy. I added a dropdown called date_filter with values /=ALL, 2018=2018, 2019=2019, etc with the selected value as "/" or ALL.
In the WHERE sections of the db read have it set to model.reservation_date/LIKE: %{data:date_filter}%, but on the debug screen, it shows where reservation_date LIKE '%%" and doesnt seem to read the date_filter's selected value from the start.
I also need when changing to like 2018, 2019 for it to reload the Table1 view with the new where, but that doesnt seem to work either. Any help?