I have several columns of data and I'm trying filter out if each column of the line has all zeros but I'm getting a malformed if statement parse error. Column headings =
| F CL Begin Bal PTD | F CL Additions PTD | F CL Releases PTD | F CL Ending Bal |
Filter tool: If statement = If [F CL Begin Bal PTD] = 0 AND [F CL Additions PTD] = 0 AND [F CL Releases PTD] = 0 AND [F CL Ending Bal] = 0
I'm sure I'm missing something at the end but not sure what that is.
Thanks!