Issue with BICC TASK PVO extract
Hello Community,
I am trying to extract Task details from fusion using BICC. This is the PVO "FscmTopModelAM.PjfProjectDefinitionAM.TaskPVO" we found, but there is some issue here. The BICC extract is as follows:
Example: Assume TASK1 is the root node and it has four direct child nodes: CHILD_T1, CHILD_T2, CHILD_T3, CHILD_T4. Each of those child nodes has one leaf child node.
For this hierarchy, the BICC extract results look like this:
4 rows for TASK1 (as the root node, one row per direct child)
2 rows each for CHILD_T1 - CHILD_T4 (one for the node itself and one for its child)
0