polkadot
SSChampion
Points: 13664
More actions
August 25, 2014 at 11:32 am
#295756
In the manner that we might do in Excel: A1 + B1 / A25 + B25, can we do something similar in SSRS. I have two cells in a table whose values I want to divide.
--Quote me
doug.brown
SSCertifiable
Points: 5607
August 25, 2014 at 3:53 pm
#1740877
You can do it in an expression with ReportItems, like this:
=ReportItems!Textbox1.Value / ReportItems!Textbox2.Value
Where Textbox1 and Textbox 2 are the actual names of the fields you want to divide.
August 26, 2014 at 11:28 am
#1741097
doug.brown, you rock. Exactly right.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply