| X | 1 | 2 | 3 | ||
| B | a | d | i | ||
| C | b | e | h | ||
| D | c | f | g |
I want the above table to converted as below
| X | B | C | D | ||
| 1 | a | d | i | ||
| 2 | b | e | h | ||
| 3 | c | f | g | ||
Solved! Go to Solution.
@chandrika_sada
It is now easy as it looks like to me ...🤣
@chandrika_sada
I was thinking too much...
The basic rule is not to touch the data as much as possible so it leaves us with Dynamic Rename tool. 😂
Thank you
