Here I am counting redundant rows based on info held in 2 columns (Batch ID & Value [concentration]).
Col Cumulative Sum( 1, :Batch ID, :"Value [concentration]"n )
However, based on whether Value [concentration] is formatted as continuous or character variable in my table, a different result is obtained (see screenshots below).
Outcome with Value [concentration] as continuous variable (not what I want)
![Ressel_0-1648715514040.png Ressel_0-1648715514040.png](https://community.jmp.com/t5/image/serverpage/image-id/41347i451045BD41D58522/image-dimensions/600x228?v=v2)
Outcome with Value [concentration] as character variable (what I want)
![Ressel_1-1648715604338.png Ressel_1-1648715604338.png](https://community.jmp.com/t5/image/serverpage/image-id/41348iACBC6452D78D7124/image-dimensions/596x228?v=v2)
Is there some computational issue (missing values...?) I need to wrap my head around to understand this?
Thank you!
P.s.: I realize that it may appear nonsensical to count combinations of Batch ID and missing values, but there are practical reasons for this at the time of writing.
Edit: Revised "nominal" to "character" in text.