Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2306
How to sum cells using calcmanager
posted

Hello,

my requirements are to sum all the(or some of them) cells on a wingrid of a column and the result use it for other calculation or put it on label or else. How can i do that?

 

thank you.

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi Walter,

    Which part of this is giving you trouble? There are several samples of using formulas in the grid included with the NetAdvantage SDK.

    The easiest way to do something like this would be to use a Summary in the grid. The summary formual would be something like this:

    "SUM([columnKey])"

Reply Children