Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Translate the entire conversation x

Query Builder report WIndchill 12

CG_10645626
4-Participant

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

 

 

 

 

 

ACCEPTED SOLUTION

Accepted Solutions

You can try to build your report from this article.

 

https://www.ptc.com/en/support/article/CS23768

 

 

 

 

Marco

View solution in original post

5 REPLIES 5

You can try to build your report from this article.

 

https://www.ptc.com/en/support/article/CS23768

 

 

 

 

Marco

Thank you, this article was helpful for my needs.

Greg75
4-Participant
(To:CG_10645626)

Hi - how did you modify the join to get the calculated link to drawings instead of the link to the model?

HelesicPetr
22-Sapphire II
(To:Greg75)

Hi @Greg75 

Join WTPart with CAD Model and CAD Model Join with Drawing

 

WTPart->BuildRule->CAD Document-> ReferenceLink->CAD Document

 

PetrH

TDT
15-Moonstone
15-Moonstone
(To:CG_10645626)

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

Announcements



Top Tags