JSL: How to loop through columns, generate a Graph Builder report, and save each as a JPG file
I'm trying to create a script that can loop through each cell of each column to count the number of cells that are less or greater than a specified value. If i have a table of columns A ~ D and Rows 1 ~ 10, I'd like to count the values of the cells row-wise and column-wise. In other word, for all rows of column A, how many meet my criteria. And similarly for all columns of Row 1, how many meet my ...