Hi WF Community,
I'd like to create a report that uses an EXISTS statement to show me hour entries that aren't associated to a billing record.
I have the following text mode filter so far, but it's not filtering properly and just showing me hour entries without billing records:
EXISTS:A:$$EXISTSMOD=NOTEXISTS
EXISTS:A:$$OBJCODE=BILL
EXISTS:A:ID=ID
project:entryDate=$$TODAYbw
project:entryDate_Mod=between
project:entryDate_Range=$$TODAYew
Does anyone know where I might be off path?
Thanks.
Nick