I would like to know that if I am creating an extension object using QlikView data and javascript, is there a way to make all the processing and calculations to happen on the QV server, rather than the Local client?
For example, I am manipulating QV data using JQuery inside the extension. I am also doing some average, ratio, total calculations in the jquery. Is there any way that I can have all the calculations and aggregations to happen at the QV server, and not on the client locally?