Hi
I have column groups in report . When i write below code with Sum it gives error
=System.Math.ROUND((Fields!P3.Value * Fields!X3.Value) / 100) - Value is ok In next column when i give - System.Math.ROUND(Sum((Fields!P3.Value * Fields!X3.Value)) / 100) it gives error.
Thanks
*This post is locked for comments