Hi All,
I have searched the community already and there where more solutions but looking for a solution on my specific requirement
I'm doing the crosstab tool function within a macro and then outputting the data from my macro to overwrite the input file.
The input columns looks like these..
Customer Name - Contact
Customer Name Contact: Contact-Address
Customer - Age
But After crosstab
Customer_Name_Contact
Custome_Name_Contact_Contact_Address.
Customer_Age
I'm looking for a solution where i don't want to rename the columns using the select tool since i have a huge list of Columns rather a dynamic way so that the name matches exactly the same as Input Data Columns.
Thanks