how do a number sequence to unique values?
I have the following Column1 and need to create a new column containing the sequential number of repetitions in Column1 Column1aaabbc The resulting table should look like this:Column1Column2a1a2a3b1b2c1 Any suggestions how to code in in JSL? (or in column formula?) thank you!
des2870