cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
StevenChan
Level II

How to merge Text/Character ?

Dear Sir

 

I try find the related discussion before, but it seems not easy.

I would like ask how to  merge Char.A + Char.B in new column, thank you.

 
Char.AChar.BMerge
A01A.01
B02B.02
C03C.03
D04D.04
E05E.05
F06F.06
G07G.07
 

 

 

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: How to merge Text/Character ?

:Char.A || "_" || :Char.B

Jim

View solution in original post

3 REPLIES 3
StevenChan
Level II

Re: How to merge Text/Character ?

Dear Sis

Let me describe again,

Merge1 is doable form formula (character --> concat)

Merge2  I wish to add new character (not in data table), like "_"  dash. how to reach this..

StevenChan_0-1587106307047.png

StevenChan_1-1587106333468.png

 

 

txnelson
Super User

Re: How to merge Text/Character ?

:Char.A || "_" || :Char.B

Jim
StevenChan
Level II

Re: How to merge Text/Character ?

Thanks for quick answer

Recommended Articles