12-26-2016 06:32 AM - edited 12-26-2016 06:34 AM
Is there any way to gerenate a report where all the parent items are displayed in the same row starting from a particular level?
Normally the structure looks like this.
Level 0: Item A
Level 1: Item B
Level 2: Item C
Level 0: Item X
Level 1: Item Y
Level 2: Item Z
----------------------------------------------------------
I want to generate a report similar to the one below. The parent of the previous column will have to be displayed in the next column.
1. Item C Item B Item A
2. Item Z Item Y Item X
Thanks,
Ganesh G.
12-26-2016 10:58 AM
I've heard of a two column report (flattened BOM):
But not a three column report? You might need custom code for that kind of formatting.
NX 11 | SW 2016 | Creo 4 | TcUA 11.4
Evaluating: AW 3.4
12-27-2016 01:34 AM
Thanks for the reply. It is not just a three column report. The columns may increare based on the level I need. I am also looking into the scripts/ codes. Thanks again.