Filtering data based on date
Hi,
I want to filter the data based on column date.
where end_date = '9999-12-31 00:00:00'; this is the condition I want to apply,
I tried applying advanced filter with the below expression and it is throwing an error. can someone help me with this
#END_DATE = ASDATE("9999-12-31 00:00:00";"yyyy-mm-dd hh:mm:ss")
-
In the Advanced Filter section, you'll want to use a double "=" character for an "equals" comparison. This is described in more detail in the documentation here: https://www.datameer.com/documentation/current/Advanced+Filtering+Tutorial
Please sign in to leave a comment.
Comments
1 comment