I have tried every which way to add IsManuallyClosed = False to my report filter but it does not affect the resulting report. I have tried: IsManuallyClosed is No, = No, <> True, <> Yes, and ISNULL(IsManuallyClosed,0) = 0, = 0, <> 1. All don't work. Whats the secret for filtering for IsManuallyClosed = No?
I take it these filters are not pure SQL expressions.
Thanks.