Hello,
I have a SSRS 2012 report with a calculated field called "NEW MONEY". It's a simple expression calculated by the following:
=Fields!PURCHASES.Value - Fields!REDEMPTIONS.Value
I'm running into issues when trying to create a interactive sort on the calculated field. The system seems to freeze up on me.
I simple used the this expression in the interactive sort
=Fields!PURCHASES.Value - Fields!REDEMPTIONS.Value on the header for the calculated field.
Does anyone have any ideas what could be going wrong?
x