Hi there
I need to change my data in row 3 to look like it does in row 4. Please see my sample.
How can I do that in Alteryx?
Thanks
Same thing, but concatenate both field and value in the Summarize, then peel off the field names and data from each other and stack them with the Union tool set to Autoconfig by Position.
(edited to add file)
Hi @BillyL14,
Got it. This time it should work for you!
Hope this is helpful.
Here's another way but @Emil_Kos 's solution is cleaner, IMHO.
@David-Carnes @Emil_Kos
Thanks both for those, very helpful
I forgot to mention that I need the titles of the columns to also be combined, like in my updated sample, would that also be possible?
thanks again
I'm sure @Emil_Kos will come up with something better, in the meantime...Split out the Names and concatenate them, then Union the rest to it.