Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
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?
Solved! Go to Solution.
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
PetrH
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
PetrH