Running Count of Repeated Values JSL Script?
I would like to script a running count or cumulative sum of repeated values within a column.For example, first appearance should equal 1, max value of count by value specified should equal the cumulative sum of the value within the column.colorcount_colorRED1RED2BLUE1YELLOW1RED3Ideally, the output for :count_color would not need the data table to be sorted by :colorThanks.
aandw
dale_lehman