Report - complex filter

mah1
Kilo Sage

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

1 ACCEPTED SOLUTION

AndersBGS
Tera Patron
Tera Patron

Hi @mah1 ,

 

Something like below should be able to solve your request:

AndersBGS_0-1709536670976.png

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/

View solution in original post

2 REPLIES 2

AndersBGS
Tera Patron
Tera Patron

Hi @mah1 ,

 

Something like below should be able to solve your request:

AndersBGS_0-1709536670976.png

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/

Duh!  That will probably work.  I will try it out shortly and let you know.

 

Thank you!