How do you search by using datepicker and display results in Listview?

I would like to search by datepicker and display results on listview but when i tried i can't get results.


here is main code :

Make sure that the values in DATUM columns are strings and not dates

Try using contains or just = instead of matches

Test your gviz query in your browser with known values for login and date

1 Like

@TIMAI2 thank you very much it;s working now.
Issue was as you told the values in DATUM columns was dates not strings and I changed.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.