Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Split Columns into rows by column values.

Hi, 

I've below table I want to split into country wise rows. How to achieve?

 

RegionCountryIncident
EMEAGer; FR;IT;GR5
AMUS;CA;MX1
Expectation  
RegionCountryIncident
EMEAGer5
EMEAFR5
EMEAIT5
EMEAGR5
AMUS1
AMCA1
AMMX1