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

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

[Report] Multi-Level Components List with attributes from CAD-Document

RH_9982091
6-Contributor

[Report] Multi-Level Components List with attributes from CAD-Document

I need to create a Report that shows a multi-level aggregated BOM. I know there is a report in the structure Tab with this function (see picture). But i need also one more attribute from the linked CAD-Document and i just see the attributes from the WTParts. Is there a way to integrate the liked CAD-Documents to the Report/WTParts that i can see them too? 

Or is there a way to get the QML of the Multi-Level Components List-Report that i can modify it in a customized report?

1 ACCEPTED SOLUTION

Accepted Solutions

Hi @RH_9982091 

Answer is: you need a customization.

 

You need to create an IBA attribute on the WTPart.

Then create DataUtility that will read the value from CADDocument

set dataUtility for the IBA attribute by xconfmanager in service.properties

After that you can add the IBA attribute to the table in the multilevel report

the Datautility will care about the value from CAD

 

PS> here is example how to crate own custom report 

ReportGeneration

 

PetrH 

 

View solution in original post

2 REPLIES 2
RH_9982091
6-Contributor
(To:RH_9982091)

Any Updates on this topic? 

Hi @RH_9982091 

Answer is: you need a customization.

 

You need to create an IBA attribute on the WTPart.

Then create DataUtility that will read the value from CADDocument

set dataUtility for the IBA attribute by xconfmanager in service.properties

After that you can add the IBA attribute to the table in the multilevel report

the Datautility will care about the value from CAD

 

PS> here is example how to crate own custom report 

ReportGeneration

 

PetrH 

 

Top Tags