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
@bmeena if I'm understanding the question right, you should just be able to use a Dynamic Select, leveraging the FieldNumber variable:
@bmeena Maybe we can sequence the columns with Tile tool then filter out SN>4
@bmeena slight update to @DataNath solution, since you want to remove column 4 you can use the below formula in the dynamic select tool
'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.