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.
% Of Submissions Passed through Steps in CSW
Summary
This is an example report that shows the percentage of submissions that have passed through various CSW Steps.Content
The attached report highlights the use of the following formula to show how many submissions are progressing to selected steps.
ceiling (count(distinct case when "Submission CSW Status - Historical"."Historical Step Name" = 'Step' then "Submission General Info"."Submission Identifier" end) / "Candidate Counts"."# Submissions" * 100 )
The ceiling function is used to round decimals up to the next integer, for instance 9.1 will round to 10. To customize this report for use in your zone you will change the step in the formula -
5