I have a task report that shows the value of the Parent task and I want to omit some values
I have a task report that shows the value of the Parent task and I want to omit some values (example: Monitor/Control). Here is a snippet of some tasks with Monitor/Control

Here is my filter:
DE:project:Project Type=Customer Sponsored Operational Project
DE:project:Project Type_Mod=in
project:status=CUR
project:status_Mod=in
task:numberOfChildren=0
task:numberOfChildren_Mod=eq
task:parent=Monitor/Control
task:parent_Mod=notin
task:status=INP NEW
task:status_Mod=in
But as you can see the lines with Monitor/Control is still showing
Any assistance is appreciated