Concatenation of rows by using JMP menues or JSL
How can text in a column "A" in different rows be concatenated, if the grouping value in another column "B" is equal and if the text in column "A" in the 2 rows are different?: B C A A1 Mix 1 Salt A1 Mix 1 Sugar A1 Mix 2 Salt A1 Mix 2 Sugar I want to output to be two rows: B C A_combined A1 Mix 1 Salt, Sugar A1...