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