Split cell data into rows

User: "thiago_caixeta"
New Altair Community Member
Updated by Jocelyn
Hello,

Is there a way to split data in a cell to rows, instead columns?

Example:







What I really need now is the results one below the other, instead of columns....

Thank you!

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "BalazsBaranyRM"
    New Altair Community Member
    Accepted Answer
    Hi,

    you first split to columns, then use De-Pivot to transform these to rows. 
    Usually it's good to only work on a subset of your attributes (the column you want to split and some kind of Id column to join back later) because de-pivot makes working with all columns harder. 

    Regards,

    Balázs