Hi All, I need help to calculate project costs till provided date into Reporting_Date. — Cloud Customer Connect
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

Hi All, I need help to calculate project costs till provided date into Reporting_Date.

edited Jul 28, 2025 7:58PM in Project Management 1 comment

Summary: i need to fetch data for Cumulative cost to date.

could you please help me with below screen, i need confirmation if Raw cost in project currency is the attribute which i need to refer to calculate Cumulative cost to date.

Content (please ensure you mask any confidential information):


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



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

SELECT
SUM(NVL(PEIA.PROJFUNC_RAW_COST, 0)) AS EAC_COST,
ProjectBasePEO.SEGMENT1 AS Project_Number
FROM
PJF_PROJECTS_ALL_B ProjectBasePEO
,PJC_EXP_ITEMS_ALL PEIA

WHERE
ProjectBasePEO.SEGMENT1 = '65100023'

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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