I am trying to figure out what this does in sas so I can replicate it in alteryx.
COMPRESS(CAT(STRIP(n_Attribute_Name),TRANWRD(STRIP(n_Value),STRIP(n_Attribute_Name),"")),"_","KAD")
Here is sample data:
| n_Attribute_Name | n_Value |
| App BOR ID | LSTEVENS4 |
| Role | Role=88853369 - CSS CSR |
| appUserName | Louis Stevens |
Is there a way to replicate the functionality above in alteryx?
Thanks.