I am trying to query a feature service from ArcGIS Online. I want to query the service based on the CreationDate field. I know that this field is using the UNIX timestamps and is not a true date field. When ever I try query based on the current time example ( CreationDate < 1425393547)
I get the wonderful "Unable to perform query. Please check your parameters" error message. This begs the question can you query on the the CreationDate field and if so are there any examples out there? The ultimate goal here is to generate reports based on certain features in the feature service based on a time range.
Solved! Go to Solution.
Hi John,
Try the date in the following format:
mm/dd/yyyy
Ex:
created_date < '3/3/2015'
Hi John,
Try the date in the following format:
mm/dd/yyyy
Ex:
created_date < '3/3/2015'