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

Translate the entire conversation x

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

MR_10810161
11-Garnet

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

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

ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

3 REPLIES 3

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.

@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.

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

Announcements

Top Tags