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
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
Solved! Go to Solution.
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.
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.
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 ..