I need to get this:
| Record_Id | Ntwk_A | Ntwk_B | Ntwk_C | 
| 1 | X | ||
| 2 | X | ||
| 3 | X | 
to look like this:
| Record_Id | Network_Id | 
| 1 | Ntwk_A | 
| 2 | Ntwk_B | 
| 3 | Ntwk_C | 
Surely, there is a simple way.. Thanks in advance.
Solved! Go to Solution.
Thanks Joe. I will pull yours down as well and see where we can use it.
Thanks to All for your time and help. Alteryx community is awesome !!!
