Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hi
Do you know how can I create a query builder that shows CAD and its structure (see pictures)
Thank you
Ilan.M
Solved! Go to Solution.
You can't do a multi-level structure, but you CAN get single-level structure. Here is a report I have for something else, but it shows the linking:
You'll note that from the assembly, you link to the child through the child's CAD Document Master. You will want to specify which child CAD Documents to return, or else you will get every version of every child document. You can specify latest to get latest iteration, as well as use a subquery to get latest revision. Together, those will give you the latest version of all single-level children.
Structure is not supported in query builder reports
You can't do a multi-level structure, but you CAN get single-level structure. Here is a report I have for something else, but it shows the linking:
You'll note that from the assembly, you link to the child through the child's CAD Document Master. You will want to specify which child CAD Documents to return, or else you will get every version of every child document. You can specify latest to get latest iteration, as well as use a subquery to get latest revision. Together, those will give you the latest version of all single-level children.
I should add that if you don't need any version-specific data from the Child model, you can stop at the CAD Document Master. That will still get you Name and Number