Hello,
I have searched through the discussion boards and I am not finding help on one issue I have. I have to create a NEW Column named "NewCOLUMN", in that column I would like to use 3 columns information, separated by a comma. Attached is a copy of the data.
Column 1 | Column 2 | Column 3 |
Joe | 8/2/2010 | Smith |
Steve | 8/25/2008 | Perry |
Sue | 1/4/2010 | Parsons |
Peter | 1/25/2021 | Piper |
Ralph | 10/22/2000 | Machio |
I would like NewCOLUMN to show Row 1 as:
Joe,02/08/2010,Smith |
I can do this in Excel with a concatenate formula as CONCAT(A2,",",TEXT(B2,"dd/mm/yyyy"),",",C2)
But how do I do this in Alteryx???
Résolu ! Accéder à la solution.
@michelle_mathews The fields I am using are V_String. Attached is a section of the actual data set.
@Adam_B , thanks for attaching some data. I looked at it and it seems Alteryx doesn't like the square brackets in the column names. I used a Dynamic Rename tool to remove the ' [ ' and ' ] ' characters. Alternatively, you could have renamed the fields in the Select tool so that they didn't have the brackets. Hope this helps!
Love this suggestion @binuacs !
@michelle_mathews @binuacs Thank you so much!!! Very helpful, learned a lot today.
How to move text/ column 2 to a new line? I mean replace "," with enter button ? so 1 field looks like this:
[Column1]
[Column2]
[Column3]
Utilisateur | Comptage |
---|---|
19 | |
15 | |
13 | |
9 | |
8 |