Row state markers to refer a column value?
I am new to JSL. My question is how to change the row state marker to the same value as a column. I have a column with 1,2,3,4....350. I want to display the number as my marker instead of diamons, * or cicrles in my graph builder. Any way to reference the column values in the marker state? For example, For Each Row( Row State( Row() ) = Marker State( :M) ) ); -> This changes the marker to M for a...