I have a survey that has the following query set on the Inbox:
created_date<=CURRENT_DATE AND created_date>CURRENT_DATE-120
It was supposed to limit the inbox items to anything inspected in the last 120 days. It is displaying only items that have been created up to the middle of October. When i apply the query in Portal, it displays properly.
I have also tried the following Inbox query:
current_date between CURRENT_DATE - 120 AND CURRENT_DATE
but it worked the same as the first query and did not select the proper data.
I have also tried the queries using the date field for the inspection from the survey and these also did not display the correct data.
Any ideas?
Thanks,
--gary