Skip to main content
6-Contributor
August 30, 2023
Solved

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

  • August 30, 2023
  • 1 reply
  • 1271 views

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

 

Best answer by MartinHanak

@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

 

1 reply

24-Ruby III
August 31, 2023

@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

 

wcash6-ContributorAuthor
6-Contributor
August 31, 2023

Works perfectly.  Thank you Martin.