I am trying to feed the sum of a column (sum(#2 for all)
) into an external SingleLineEdit control (on the same sheet as the DataWindow, but not in it) but I do not know how/where to implement the computation as sum()
isn't a script "function".
So is it even possible to feed a DataWindow sum()
out from the DataWindow itself and into a control? If so, how is it done? Will I have to manually calculate the sum with a loop?
Thanks for your help!