- 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-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
‎05-25-2023 05:51 AM
Hi Sachin,
Can you help me out if we can somehow also pull change task details within the change_request table?
Regards,
Yogesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2019 04:27 PM
Hello,
Create a new report, Application navigator - Reports - Create New.
Report name : "The name you what the report to have"
Source type : Table
Table : Change Task
Set the visualization you want to have, example list, and the configure the columns to display.
Example :
Assignment group - is - X OR
Assignment group - is - Y AND
Created - on - Last year
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2019 08:19 AM
Thank you, it works.