Hello,
I am trying to filter out certain fields based on their position (e.g. selecting every field EXCEPT the 4th and 5th fields). These fields are always in the same position but sometimes named differently from my source data. I was thinking a dynamic select tool would work and I would do something like the following:
[FieldNumber]!=4 || [FieldNumber]!=5
When I do this, I am just getting an error. Is there a workaround or another solution for this?
Thanks!