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.
Fast Formula issue in Return the value to the Performance document overall sections
Content
Hello Team,
FF is not worked in Performance document. basically the return value is not showing in Performance document
when i try below FF but its not calculating correctly, is there any predefined variable for Goal and competency sections as well .
Please help on this, please refer this link https://community.oracle.com/message/14467925#14467925 for more info
DEFAULT_DATA_VALUE FOR HRA_ITEMS_RATINGS_CALCULATED_RATING IS 0
DEFAULT_DATA_VALUE FOR HRA_SECTIONS_RATINGS_SECTION_TYPE_CODE IS ' '
I=1
WHILE (HRA_ITEMS_RATINGS_CALCULATED_RATING.EXISTS(I))
LOOP
(
IF HRA_ITEMS_RATINGS_CALCULATED_RATING[I]<> 0 then
(
if HRA_SECTIONS_RATINGS_SECTION_TYPE_CODE[I] ='GOAL' THEN
Tagged:
0