Hi, I am using the filter tool to exclude some data with the following conditions. I am not getting it right.
I want to exclude the records if one of the following conditions is met.
!IsNull([Project Code])
!IsInteger([Project code])
[Total Amount] != 0
I tried like this !IsNull([Project Code]) OR !IsInteger([Project Code]) OR [Sum of Amount] != 0
Any help would be appreciated. Thanks
Kuha