Help with filtering via text mode
Hello! I worked with a consultant to get the code below to show a list of tasks (1 line item per assignee, even if there were multiple assignees on a task) for tasks that have 0 actual hours. I want to remove the "for tasks that have 0 actual hours" filter, but I can't figure out how. Removing the first line, or the first 2 lines did not work. Anyone have ideas? Thanks in advance!
EXISTS:1:$$EXISTSMOD=NOTEXISTS
EXISTS:1:$$OBJCODE=HOUR
EXISTS:1:ownerID=FIELD:assignedToID
EXISTS:1:taskID=FIELD:taskID
assignedToID=$$USER.ID
assignedToID_Mod=in

Some of this code makes no sense: