Primavera (MOSC)

MOSC Banner

How to create a P6 EPS hierarchy report in BI Publisher

edited Oct 28, 2015 12:14PM in Primavera (MOSC) 2 commentsAnswered

I'm trying to create a report that imitates the EPS layout in P6 with all of the EPS levels listed along with any projects. The only reference I could find in the knowledgebase  groups to level 1 - see code below

select    DISTINCT "P6EPSHIERARCHY"."CHILDID" as "EPS_ID",

     "P6EPSHIERARCHY"."CHILDNAME" as "EPS_NAME",

     "P6EPSHIERARCHY"."FULLPATHNAME" as "EPS_PATH",

     "P6PROJECT"."ID" as "PROJ_ID",

     "P6PROJECT"."NAME" as "PROJ_NAME"

from    "PXRPTUSER"."P6PROJECT" "P6PROJECT",

    "PXRPTUSER"."P6EPSHIERARCHY" "P6EPSHIERARCHY"

where   "P6PROJECT"."PARENTEPSOBJECTID"(+) ="P6EPSHIERARCHY"."CHILDOBJECTID"

order by "P6EPSHIERARCHY"."FULLPATHNAME" ASC

which only displays the immediate EPS node. I need the entire tree.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center