- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 12:44 AM
If there is at least one closed change task, it will be included in the results, regardless of any remaining open change tasks for the same change request. However, I need to retrieve all change request tickets only when all change tasks are closed.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 01:12 AM
You can use related list conditions. Report on the change_request table, with related list condition of change_task where state is on of the open states and a condition of less than or equal to 0. This will only show you the changes without open change tasks.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 01:44 AM
Hi @Gintarevvv ,
I agree with @Mark Manders approch except that you need to add the open condition / not closed condition to your change request, as you would like to see "all open changes where all change tasks are closed":
if my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 01:12 AM
You can use related list conditions. Report on the change_request table, with related list condition of change_task where state is on of the open states and a condition of less than or equal to 0. This will only show you the changes without open change tasks.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 01:35 AM
After reviewing various posts for a similar question, this is the first correct answer. Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 01:44 AM
Hi @Gintarevvv ,
I agree with @Mark Manders approch except that you need to add the open condition / not closed condition to your change request, as you would like to see "all open changes where all change tasks are closed":
if my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/