Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
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