Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
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.
Question on Sum function in different sections
Content
I have a table that shows a list of open requisitions and how many openings are left to fill for each requisition. Openings for us is # openings - # accepted offers....
Okay - so basically, I have a report that is split first by Department Category (Supply, Trading, Unregulated Retail Services) and then by Department Head... I am first trying to get the sum of the openings by department head (which I was able to accomplish using the following information:
- To get this calculation I did a count on accepted offers with this variable:
- Count Accepted Offers =Count([Candidate ID] Where([Job Offer - Status]="Accepted"))
0