Please help a rookie. I have work orders that...

Please help a rookie. I have work orders that fall into regions that I want to sort so that when I am in a area I will see all open jobs for that region. So I need a slice that 1) returns results on all records that has a region entered and

  1. Has a status of completed ‘No’

Here are the two phrase I tried but it brings all records even the ones with status completed ‘Yes’

ISNOTBLANK([Region]),[Completed?] =“N”

ISNOTBLANK([Region])AND[Completed?] =“N”

What am I doing wrong?

0 3 264
3 REPLIES 3

AND(ISNOTBLANK([Region]),[Completed]=“No”)

Gold!

Thank you it works! Where can I learn correct phrasing. I get close but as above keep missing on formatting?

Top Labels in this Space