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,
Could you please help to investigate this problem?
it seems that the web site has some troble to upload the attachment, try agian ...
the attached paroject.
Please run the attached project, when the form shows, please do as follows:
1,make the column GRPA group by.
2,modify the value of cell on the 2nd row of column NG_KG () from 45 to 60.
3, please pay attention to the calculated summary value at the bottom of column RATE, it's wrong.
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.