Add report textbox contents
Need to do some equations in the textbox contents in ssrs report. Textbox 1 and Textbox 2 contents come from Dataset
textbox 1 textbox 2
textbox 3
textbox 4
100 50
equals textbox 1 - textbox 2 textbox 3 result /textbox 1 * 25
=fields!Num1.value =fields!Num2.value =fields!Num2.value - fields!Num2.value
=???????
not sure how to do the equation in textbox 4 using textbox 3 contents since it does not come from dataset
May 8th, 2011 6:33pm
Hi
Set the formula to =(fields!Num1.value - fields!Num2.value) / fields!Num1.value
* 25
Craig Bryden - Please mark correct answers
Free Windows Admin Tool Kit Click here and download it now
May 8th, 2011 7:06pm