Hi community! I have an excel file i use as an input. back when using excel, i usually just hide or delete columns i do not need. However, i wonder how i can do the same in alteryx... i tried to remove the first columns i do not need by counting how many columns they were so , i did the below.
But im not sure what to do with columns in the middle that i do not need. for your reference, i highlighted all columns not needed in red and attached the dummy file here. Hope you all have a good day/night!
@samxhander09 do you have any specific logic for selecting the columns?
No, these are just the columns we need for reporting. Those that are needed are just deleted from the excel file.
@Raj but the columns not needed and those that are needed are consistent.
@samxhander09 if these columns remain consistent you can use select tool as there is on specific logic.
@Raj I'm wondering if there's another way to do this, without replicating how i manually do it in excel..
@samxhander09 that was the reason i asked for any specific logic.
That part im not sure... i can use dynamic select to eliminate the first 58 columns i don't need by basing it on the field number, but for the columns in the middle, im not sure how to make a logic for it..