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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

How to get BOM structure up to end level using query builder (.qml).

pmanwal
4-Participant

How to get BOM structure up to end level using query builder (.qml).

We want to retrieve a multilevel BOM structure report using query builder. Please help in creating a qml to get multilevel BOM strructure

2 REPLIES 2

Multilevel BOM needs recursive database queries which is not currently possible in query builder. You have to use info engine/java api's for that. From query builder what you can get a single level though - http://www.ptc.com/appserver/cs/view/solution.jsp?n=CS72503

Hello,

I would add, if you use java api, then you can not use database functions on the result from java in the queryBuilder. 

I know and understand why but in my opinion it should be mentioned whit this suggestion.

PetrH

Top Tags