Skip to main content
1-Visitor
June 26, 2013
Solved

Report Manager

  • June 26, 2013
  • 2 replies
  • 5477 views

Hi,

I need to create a report that lists Change Requests and their connected Problem Reports.

For example, the preferable output would be:

ECR#: Date Created: PR# Date Created:

ECR-123 1/4/2006 10:20:30 PR-123 1/4/2005 10:20:30

PR-456 1/4/2004 10:20:30

ECR-456

and so on...

The goal is to get the time from Problem reported to ECR initiated.

It seems to me that my query needs to involve some kind of link/reference between ECR and PR, could be wrong though.

As you understand I'm pretty new to this, have only done some simple reports and finding a good source for learning is hard.

Please let me know if more information on the subject is needed.

Thankful for any tips.

Best answer by ptc-263244

Hi Karl...you are correct. There needs to be a join created on the 'Join' tab.

'From' tab > your 2 types to pull should be wt.change2.WTChangeRequest2 and wt.change2.ChangeIssue.

Here is how the Join tab should look:

7-2-2013+3-45-55+PM.jpg

You can then proceed to choose attributes from both linked objects in the 'Select' tab.

hope this helps!

Eric

2 replies

1-Visitor
July 2, 2013

Hi Karl...you are correct. There needs to be a join created on the 'Join' tab.

'From' tab > your 2 types to pull should be wt.change2.WTChangeRequest2 and wt.change2.ChangeIssue.

Here is how the Join tab should look:

7-2-2013+3-45-55+PM.jpg

You can then proceed to choose attributes from both linked objects in the 'Select' tab.

hope this helps!

Eric

1-Visitor
March 9, 2018
Has anyone created this in the new tools in Windchill 11. I have tried creating this but the dialog looks different and I am not sure what I am doing incorrect. Thanks
Marco Tosin
21-Topaz I
21-Topaz I
March 9, 2018

It could be your browser language.

Are you using something different from English?

 

Anyway, when selecting types you can choose to use internal names and that way language doesn't matter.

Marco
Marco Tosin
21-Topaz I
21-Topaz I
June 3, 2015

Karl,

in the next days I will add your discussion at this document Resource for reporting

I hope you can find other useful things in it.

Marco