Query Builder report WIndchill 12
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Query Builder report WIndchill 12
Hi all,
I would like to create a report to get these informations From WTPart and his related object (Drawing Association:Calculated)
WTpart name
Drawing name
Drawing ID (used in the URL)
Drawing Context Type (Library, Product...)
Drawing Context Name
Drawing Context ID (used in the URL)
Goal: for each part I want to create an URL to link the drawing in windchill from an excel file
Do you thing is it possible ?
Thanks in advance
Solved! Go to Solution.
- Labels:
-
Reporting
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can try to build your report from this article.
https://www.ptc.com/en/support/article/CS23768
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can try to build your report from this article.
https://www.ptc.com/en/support/article/CS23768
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you, this article was helpful for my needs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi - how did you modify the join to get the calculated link to drawings instead of the link to the model?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Greg75
Join WTPart with CAD Model and CAD Model Join with Drawing
WTPart->BuildRule->CAD Document-> ReferenceLink->CAD Document
PetrH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @CG_10645626,
Its possible to generate the report using Windchill QML Reporting functionality.
But to build the link we need to write the Java function and the same has to be triggered from QML Report
