I have an excel file with 2000 rows and 30 columns . I would like to delete all the fields from 4th columns . Is there any tool available to dynamically delete columns in Alteryx. Please suggest
Solved! Go to Solution.
@bmeena
Maybe we can sequence the columns with Tile tool then filter out SN>4
@bmeena if I'm understanding the question right, you should just be able to use a Dynamic Select, leveraging the FieldNumber variable:
'I would like to delete all the fields from 4th columns' suggest that they want to delete all fields after the 4th but I guess @bmeena can confirm. Either way, Dynamic Select should be able to get the job done.