JSL Sum changing columns
Hello, if I have a table that changes once in a while something like this: but another day it can be something like this:and I want to somehow create a new row that will sum all the columns except for Date and Datawhat is the best way to do this in JSL?I tried taking the columns names and then removing data and date but then I'm not sure how to do the sum part for each columnI tried using summary ...
atlas100