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
4165
Row Summaries with AfterCellUpdate
posted

Hello

I have a summary that is a sum of a column. In the AfterCellUpdate event I am calling a method that uses the summaries to diplay the totals of a column in a toolbar label. It looks like the summaries do not re-calcluate until after that event is done firing, even if I force a refresh of the summary. Is this how the functionality is supposed to work?

 

Thanks.

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi,

    What kind of summary is it? Are you using one of the built-in summaries like Average or Sum?

    Or are you using a Formula?

    For the built-in summaries, I'm not sure if this behavior is correct. I think the built-in summaries are not calculated until someone asks for the value. So that should be working in this case.

    If it's a Formula, then Formulas are all calculated asynchronously. So you'd have to wait for the CalculationsCompleted event to fire.

Reply Children
No Data