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
1187
Formula in grid summary
posted

I want a column in the grid summary to be a calculation from three other columns in the summary.  How can I enter a formula in the grid summary?

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    Can you explain in more detail exactly what you mean? Are you trying to create a summary that is calculated based on other summary values? Or do you want the summary based on column values? You can do either one with a formula.

    Referring to a column in the formula for a summary is very easy, you just use the column name. So you could do something like "Sum([Column 1]) + Sum([Column 2])"

    If you want one summary to refer to another summary, then this is also very easy. You just have to make sure that the summary has a Key. Then you can refer to that summary by key, just like a column.

Reply Children