I have a field with an average value, and I want to use that value to make a calculation elsewhere in my report. How can I refer to that value?
I have tried copying and pasting like this :
=Test.Value - Avg(Fields!ID_Outputs_Difference.Value)
And I have tried referring to the textbox by name :
txtAveOutputs.Value
But without any success..
I have tried copying and pasting like this :
=Test.Value - Avg(Fields!ID_Outputs_Difference.Value)
And I have tried referring to the textbox by name :
txtAveOutputs.Value
But without any success..