I have 5 excel input files which I have combined together in a single output file in a different tab. Now, want to re-arrange the tabs the way I want.
For Example: From the output file first tab has to go last, and last tab has to come first.
Is there any way I can do this in Alteryx? Since I am beginner, not sure how to do this. Appreciate help.
you can use select tool to sort the columns
or you can provide sample data of column names , it can done attaching numerical to the initial data
I am sorry bit confused with the answer. I want to sort the Tabs and not the columns. Since I am beginner appreciate explanation, please.
yes tabs can be done
please provide some sample data
@amithkumar070 Are you using a batch macro to combine the files?
@amithkumar070 give this macro a try! 😀
The IF statement in the formula tool is driving the order. Customise that part as you see fit:
All the best,
BS
@amithkumar070 Another way of doing this