Skip to main content
12-Amethyst
August 4, 2025
Solved

Create a multi level ''where used'' report for CAD

  • August 4, 2025
  • 3 replies
  • 458 views

I would like to create a report that finds all the CAD Models in which the specified model is used.

For a single level I already have one report template in attachments.

I tried to edit the xml directly but it did not help and in the Builder I do not have much experience

Can anyone help me to modify it to be multil evel?

 

I am using: Release: 12.1.2.15

Thanks

BR

Best answer by avillanueva

What you need is a recursive query. Not to complex to do in SQL but here is what I found with Query Builder:

https://www.ptc.com/en/support/article/CS361660?source=search

https://www.ptc.com/en/support/article/CS73216?source=search

All signs point to file an enhancement or not possible using query builder.

3 replies

avillanueva
23-Emerald I
23-Emerald I
August 4, 2025

What you need is a recursive query. Not to complex to do in SQL but here is what I found with Query Builder:

https://www.ptc.com/en/support/article/CS361660?source=search

https://www.ptc.com/en/support/article/CS73216?source=search

All signs point to file an enhancement or not possible using query builder.

18-Opal
August 5, 2025

@MR_10810161 ,

 

I agree with @avillanueva .

This is a no can do with Query Builder unless you take advantage of Query Builder's "Java Method" functionality.

With Java Method functionality you can do anything including a multi-level where used.

12-Amethyst
August 7, 2025

Thank you for your contribution, I will try to get this through a customisation ..