Hey guys,
Is it possible to isolate a single column using an IF statement? I don't want to use the Select tool to deselect the columns I don't need as the column I need will be conditional based on another column.
For example, if [Period] = P11, then I would like to isolate the P11 column by itself. If Period = P12, then isolate P12. This would happen many times and it isn't feasible to manually deselect using the Select tool.
Account | Account Number | P11 | P12 | Period |
Sales | 1 | 0.1 | 0.3 | P11 |
Solved! Go to Solution.
When you say isolate, do you mean you want only the column specified in the Period column to be left for the next tool to act upon, or you just want to single out the column for use later in the flow?
In the example above, do you want a single column of P11 since that was was in Period, or do you need all columns to continue through the flow but we are just using P11 as the focus?