You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started with Redwood for Oracle Cloud HCM   Begin Now

Edit Column Formula to get the records with Due date between two dates

Accepted answer
33
Views
4
Comments
edited Apr 18, 2021 3:45PM in Learning 4 comments

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:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!