cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Show parent at top of flat repeat region (drawing bom table)

wcash
5-Regular Member

Show parent at top of flat repeat region (drawing bom table)

Can I configure a Drawing repeat region (bom table) that shows parent assembly on first line followed by only first bom level components?  Recursive table shows parent at top but shows all bom levels.  Flat table shows first level bom only but does not show parent at top.  I am using Creo 9.0.2.0

 

1 ACCEPTED SOLUTION

Accepted Solutions
MartinHanak
24-Ruby II
(To:wcash)


@wcash wrote:

Can I configure a Drawing repeat region (bom table) that shows parent assembly on first line followed by only first bom level components?  Recursive table shows parent at top but shows all bom levels.  Flat table shows first level bom only but does not show parent at top.  I am using Creo 9.0.2.0

 


Hi,

set Recursive option and add following Filter

&rpt.level <= 2

 


Martin Hanák

View solution in original post

2 REPLIES 2
MartinHanak
24-Ruby II
(To:wcash)


@wcash wrote:

Can I configure a Drawing repeat region (bom table) that shows parent assembly on first line followed by only first bom level components?  Recursive table shows parent at top but shows all bom levels.  Flat table shows first level bom only but does not show parent at top.  I am using Creo 9.0.2.0

 


Hi,

set Recursive option and add following Filter

&rpt.level <= 2

 


Martin Hanák
wcash
5-Regular Member
(To:MartinHanak)

Works perfectly.  Thank you Martin.

Top Tags