Hi all,
I am new to Alteryx and I am trying to combine values across different columns. (See below). I am not sure where to start.
Input
| Access_Control | R01#R02 |
| ACCT_OPS | R01 |
| ACQ | R01#R02#R03 |
Output
| Access_Control | Access_Control.R01#Access_Control.R02 |
| ACCT_OPS | ACCT_OPS.R01 |
| ACQ | ACQ.R01#ACQ.R02#ACQ.R03 |
Thank you in advance for your assistance.