Is there a way to sum all the values in a column? (screen 9)
Anyone know how to check the sketch of a vertical line? (screen 2)
I was able to check horizontal lines (screen 1) and lines with slope (screen 3/4) that
You can create a numberList, say L, from yourTableName.columnValues(row,column), but it needs to be in a graph CL. You can use one from another slide. Have a variable, say t, for the total in the actual graph. t= total(L)
Then, in your final slide, wherever you need to reference the total use: yourGraphName.number('t')