I’m trying in rest console to write a query that lists all the rows between two specific dates like all the rows between 1/12/2025 and 1/18/2025 and I can’t find an example of it.
I looked at that, I dont see an example that shows how to get information between two different dates. I tried using greater and less then …also before and after and they all errored out.
{
“code”: 1025,
“message”: “There seems to be an issue with the query. Please check the following sections for potential errors:\n- SELECTED properties: \n- WHERE clause: SnowClosure after ‘01/12/2025’ before ‘01/18/2025’\n- ORDER BY: \n- GROUP BY: \n- HAVING clause: \nHint: Offending token ‘before’ is placed between ‘‘01/12/2025’’ and ‘‘01/18/2025’’, probably expected a token ‘2’.\nPlease review these parts of your query and try again.”
}
I have this column I want to be able to get all rows between specific dates in this column.
in the rest console I put in SnowClosure after ‘01/12/2025’ before ‘01/18/2025’ and the error I get … “Code”: 1025 (( whole error at top, it wont paste down here))
Could you post the text of the entire query you’re testing?
Have to do this once a week to see which ones were closed that week. I noticed there really isn’t any reporting software so I figure I need to do some kind of where query and download it as a pdf.
The syntax is incorrect. It should be:
ColumnName after 'date' AND ColumnName before 'date'
Sorry for hijacking this thread for something else, but is there a way to make a column in a datatable a drop down instead of typing in the values?
Yes, there is. See this page in the docs. Also, please create a new topic for every new question. It will help keep the conversation on point and allow others to find solutions.
Thank you.
Mark
My apology I will in the future… one last thing… in the Desktop preview the column I made multiple choice isn’t showing me a drop down of the choices is there something I have to do to make that happen beyond editing the column type?
Ok Thank you.
| Nikita Fedorishchev Backendless Team
January 17 |
- | - |
@mark_lefler, we answered to you in this topic: