Hi All,
I am very new to RB3 reporting (well any reporting to be honest)!
I am trying to get this expression to work in one cell of a tablix:
=SUM((ReportItems!Textbox208.Value*0.836)-(ReportItems!Textbox208.Value-(ReportItems!Textbox208.Value*ReportItems!Textbox207.Value)))
or in excel style =SUM((A1*83.6%)-(A1-(A1*B2)))
Can anyone help?