Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Totalling Expressions
Message
From
27/04/2015 18:29:23
 
 
General information
Forum:
Microsoft SQL Server
Category:
Reporting Services
Environment versions
SQL Server:
SQL Server 2014
Application:
Web
Miscellaneous
Thread ID:
01619117
Message ID:
01619179
Views:
38
>>I have an SSRS report with a table that shows two numeric columns and the difference between them
>>I'm using the report builder that comes with VS 2013. It's a local report associated with a Winform app.
>>I wanted to sum the differences and couldn't see a straightforward way to sum an expression.
>>
>>I found some convoluted solutions on the web but decided instead to add a computed column to the dataset and used that.
>>
>>Is there a better way?
>
>You could also sum differences this way...
>
>SUM( Fields!Value1.Value) - SUM( Fields!Value2.Value)


I had worked around the issue by adding a column to the dataset, but I tried out both your suggestions and both worked as you said they would.
I'll put that away for future reference, thanks
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform