SQL Server Performance Forum – Threads Archive
Dyanamic calculation in SQL Reports
Hi All, I am facing a wierd problem while calculating "Totals" based on the values of two textboxes. Situation is, I want to calculate the sum of values from TextBox1 and TextBox2 and display it in TextBox3 during runtime.Can anyone help me out in achieving this? Thanks, Bijesh
Well, I Got some workaround. We need to add new calculated fields and then indirectly calculate the sum and display in the desired textbox. Thanks, Bijesh
]]>