Does the filter tool require an IF(OR) statement? I have 2 separate filter tools and am trying to combine into 1 to clean up my workflow model.
Filter Tool 1
[COLUMN1] != "397"
Filter Tool 2
!IsNull([AMOUNT])
I thought a simple OR would work, but it's not producing the correct results.
[COLUMN1] != "397"
OR
!IsNull([AMOUNT])