Hello,
Due to company policy I can't post a workflow file or any live data. Instead I have a snapshot of the tail end of a workflow I am working on and am hoping someone will come up with a solution.
I have an output that if a null value appears in the column, it needs to be eliminated; the whole column. The way the workflow is set up if there is a null in the column it's because it didn't meet a criteria. You can't see them but there are columns completely filled with numbers.
So far I have tried Auto-Field so as to reduce every column to its smallest data type, and then select out columns with no data. While this has worked for some fields, I have 175 columns to filter through, and in any iteration about 5-20 columns will match. Most will have some data in the bottom two rows, and more when I add more rows under it.
So is there a way to eliminate any column with a null? I was thinking some kind of filter, but I can't write a custom filter with 175 columns (the number of columns might change).
Thanks for any help.