- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2019 12:58 PM
Hi all, I need your help. I want to create a report of change task, with the next information: Number, created, title, description and change request number, filter by Coordinating group (X and Y); because I need all changes task with their change request associated that my team raised the last year.
It is possible for me not adding that filter using the table "task". How I can get the report?
Solved! Go to Solution.
- Labels:
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2019 03:30 PM
you can generate report using change_task.LIST table.
you will have change request reference on change_task table.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2019 08:23 AM
table= Change task
type=list
Filters:
created =date
change request.coordinating group=X
Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2019 11:08 AM
Happy to hear it worked.