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.
Formula Help - Pulling data since beginning of year
Summary
Writing formula to display results that only coincide with current yearContent
Hello,
I am creating a report that should only pull the candidates that have been hired to a requisition since the beginning of the year. I am having trouble trying to create the formulat in OBI - I want to make it dynamic so that I don't have to change it each year (2016, 2017, 2018, etc.). I thought that I could add a greater than/equal to prompt with the following formula, but that doesn't seem to work:
TIMESTAMPADD(SQL_TSI_DAY, DAYOFYEAR(CURRENT_TIMESTAMP) * -(1) + 1, CURRENT_TIMESTAMP))
In BO, there was a simple object
Tagged:
0