Looping through rows of a column to find the overall count
Trying to find the number of counts of current entry in a column. The below function works but seems to be slow. Any suggestions to improve the script run time?JMP14, JMP16<For each row(Print(Col Number( :ColName, :ColName )))> My proposal: I think initially constructing Associative Array by adding the entries from the :ColName as "Key" and increasing the value (Value++) when duplicate entry i.e. ...