You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

Using SUM function in Table Type Value set using FF

Summary:

Unable to get the sum function in table value set and how we need to get these values in query?

Content (required):

Here i am facing multiple rows for each different record type, how to get these records in sum function

FOR EX:

SH TM_REC_ID

-----------------------------------

10 300000007706123

20 300000007706456

30 300000007706789


i need total sum for '60' and how we can get these values ?

pls help me on this.

Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):

SELECT A.SH, A.TM_REC_ID

FROM 

(SELECT SUM(HOURS) SH, TM_REC_ID

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!