Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Edit Column Formula to get the records with Due date between two dates
Content
Hi there,
I am using the Edit Column Formula with the Due Date to get only the records between two days. - today and 7 days ago.
I m trying this but without success. What am I doing wrong?
Thanks in advance
Bobby
SELECT "General Information"."Due Date" BETWEEN TIMESTAMPADD(SQL_TSI_DAY, -7, CURRENT_DATE) FROM "Workforce Learning - Learning Records Real Time" AND CURRENT_DATE FROM "Workforce Learning - Learning Records Real Time"
the error I get
Formula syntax is invalid.
[nQSError: 10058] A general error has occurred. (HY000)
[nQSError: 43113] Message returned from OBIS. (HY000)
[nQSError: 27002] Near
Tagged:
0