- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 05:50 AM
Vancouver Patch 5
We created a report for a specific assignment group on the task table. This report lists active tasks for that assignment group where the state is not resolved and assigned to is empty.
We have been requested to filter out change requests/tasks where the start date is empty. So, we need to add a condition like the following:
(task type is not change request and task type is not change task) OR ((task type is change request or task type is change task) and start date is not empty)
I don't see a way to do this using the condition builder. Is there a way to include parens so that the conditions are evaluated correctly? How can you define complex conditions for a report?
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2024 11:18 PM
Hi @mah1 ,
Something like below should be able to solve your request:
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
03-03-2024 11:18 PM
Hi @mah1 ,
Something like below should be able to solve your request:
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
03-04-2024 03:02 AM
Duh! That will probably work. I will try it out shortly and let you know.
Thank you!