cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

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

Summary datable with comma separated values in Column

I would like to make a summary of table in SHEET1 and include Wafers in it. My desired output column is in SHEET2. I wanted to develop a script which can give me output like SHEET2. Note SHEET2 is summary of SHEET1. In Sheet2, I wanted wafers to be separated by comma. The wafers should be num(right(Wafers,2)) in the SHEET2.

2 REPLIES 2
jthi
Super User

Re: Summary datable with comma separated values in Column

There are quite a few posts about something similar like this. I would suggest using Query function with GROUP_CONCAT,  Similar keys (for some reason the original post has been deleted so that post can be a bit difficult to utilize).

 

Add Listagg/Concatenate/GROUP_CONCAT to Summary platform remember to kudo this so Summary could do this.

-Jarmo
jthi
Super User

Re: Summary datable with comma separated values in Column

There is also this addin written by me Group Listagg Columns which you might be able to utilize.

jthi_1-1721755436427.png

 

jthi_0-1721755421709.png

 

-Jarmo

Recommended Articles