Skip to main content
8-Gravel
November 24, 2021
Solved

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

  • November 24, 2021
  • 1 reply
  • 1810 views

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?

Best answer by HelesicPetr

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 

 

1 reply

8-Gravel
July 7, 2023

Any Updates on this topic? 

HelesicPetr
22-Sapphire II
22-Sapphire II
July 11, 2023

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