I am building a view, which contains a datasource that have a fromdate and todate field. In the view I only want to display the valid record from the fromdate and todate combination.
I have tried to enter in the query value on the view the advanced query ((fromdate <= today()) && (todate >= today()))
The system allows the value, but when I synchronise the view I get the following error:
String value cannot be converted to date value in the where clause. Try using the conversion function.
How do I achieve applying the advanced query to filter the records to just return the one valid record based on the two fields against todays date.
*This post is locked for comments
I have the same question (0)