Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi, don't you know how to catch drawing reference from appropriate document in Query Builder?
I have found sometihing about WTDocumentDependencyLink but I have no such a class in Query Builder's Types to Add list.
EDIT:
To be exact. I'm trying to get list with numbers of CAD docuements (*.asm, *.prt) and their drawings (*.drw).
Both are EPMDocuments but numbers are different.
Example:
CAD Docuemnt number -> Drawing number
--------------------------------------------------
00008412.prt -> 00008424.drw
00010312.asm -> 00010746.drw
...
Solved! Go to Solution.
Hi Ramanthan,
I've attached the QML file I have created after seeing this thread. It works great for me.
Hope it helps.
Tristan
SOLVED
EPM Document Reference Link.Reference Type = Drawing
HI Stanislav Laurik,
Can you upload the QML file, it iwll help all to solve this by simple query.
Thanks in advance.
Ramanathan
Hi Ramanthan,
I've attached the QML file I have created after seeing this thread. It works great for me.
Hope it helps.
Tristan
12 years after the above qml was provided, I've found it an absolute life saver. Thanks!