cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to design an experiment, explore factor-response relationships, assess tradeoffs, and ID best settings. Register for Sep. 11 Mastering JMP.

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.pngStevenChan_0-1587106307047.png

StevenChan_1-1587106333468.pngStevenChan_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