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
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.
Can you post a small sample project demonstrating this issue? We are not aware of any problems like this with the latest version of the controls. Your sample cs file doesn't really help, because there's too much missing, like what version you are using.