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
680
Bug for group by / summary calculation?
posted

Hi

Please see the image and cs code file.

formula for column RATE: if( [TOTAL] <>0 , [FAIL] / [TOTAL], dbnull() )
formula for summary of column RATE :  if( [TOTAL()] <>0 , [FAIL()] / [TOTAL()], dbnull() )
summary type for column NG_KG is sum.

The first image works properly with the original value in the grid, but when the value on the cell (column NG_KG) in modified from 45 to 60, the summary value on the column RATE also changes strangely.

Is it a bug?

Thanks

Parents
  • 680
    posted

    Hi,

    The cs code attachment, it seems that there is only one attachment for one post, :-(

    By the way, this problem only happens when there are grouped columns on the groupby box, really strangely.

    Hope this problem will be fixed in the near future.

    Thanks

    GronuBy_Summary_Bug.zip
Reply Children