Hello,
I have a data set where the number of columns will shift. I know that I want to keep column "GROSS" and all of the columns before it.
I'm looking into the Dynamic Select tool, and have been able to select the "GROSS" column.
FINDSTRING([Name], "GROSS")>-1
I'm at a loss on how to select the columns before it as well. Could I somehow determine the FieldNumber of the "GROSS" column and then do a select FieldNumber