After speaking with a colleague, we came up with a workaround in the end which was to set up 2 variables and have these roll up in the Rendering Event of the DataBand. Then the expression for Text13 became:
Code: Select all
{IIF(SumBaseWTgtRate == SumTgtRateWBase, null, Div(SumBaseWTgtRate, SumTgtRateWBase)*100 - 100)}
Ivan, I'm interested in your previous post regarding the improvements. How would these improvements have helped for this issue? Is there a list of improvements of what the latest version includes compared to my current version? I have seen the topic "Stimulsoft Reports.Net version 2010.2 list of changes" but wondered if there was any more detail on that.
Also, rounding back to my original question, I take it there's no way to reference the value from a text box from code? Is that because of the version I'm on?
Thanks,
Chen.