I would like to read in and append a filter string, [RunTimeFilter], to filter to a workflow. The [RunTimeFilter] would be unique for each input file as the column names would change file over file.
Example:
Col1 = 1 and (Col2 = "X" or Col2 = 'Y') for File A
ColA = 1 and (ColZ = "A" or ColB = 'Y') for File B
When manually added as a custom filter, this works, but when attempting o pass it in as a column variable, I can't figure out the syntax.
I attempted to use the dynamic filter batch macro, but I'm using the same flawed logic in a filter tool.
Any help or guidance is greatly appreciated as I didnt find a solution in other posts
Thanks in advance