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.