Hi all,
I’m testing telerik reporting and I’m facing the following problem in my report. Data is grouped by a certain value, and details have grouped sums (several of them) with an expression =Sum(IIf(Fields.digits >=4, Fields.debit,0))(just the field is changed according the data column) which work fine. Now I need to compare the values and get the difference of them.
So basically,IF =Sum(IIf(Fields.digits >=4, Fields.debit,0)) > =Sum(IIf(Fields.digits >=4, Fields.credit,0)) then ( =Sum(IIf(Fields.digits >=4, Fields.debit,0))) - (=Sum(IIf(Fields.digits >=4, Fields.credit,0))) and the value should be displayed into another grouped summary field , say, Balance.
I’ve tried anything I could’ve think of unfortunately without any success, so any help would be appreciated.
Thanks,
Nik
Compiler Error Message: CS0433: The type 'Telerik.Web.UI.AjaxUpdatedControl' exists in both 'c:\WINDOWS\assembly\GAC_MSIL\Telerik.Web.UI\2008.2.826.35__121fae78165ba3d4\Telerik.Web.UI.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\bt2009\f2afd4b4\7ca6f680\assembly\dl3\0ed21d71\001e5fb8_9ed0c701\Telerik.Web.UI.DLL'
Hello,
I have a data set which changes always. In my report I want to display all data tables of the data set programmatically.
I want to ask, if I can realise this by adding new sub reports. If so, could you kindly give me an example of C#?
Thanks a lot!