Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Totalling Expressions
Message
De
25/04/2015 11:58:51
 
 
À
25/04/2015 08:22:20
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Services de reporting
Versions des environnements
SQL Server:
SQL Server 2014
Application:
Web
Divers
Thread ID:
01619117
Message ID:
01619122
Vues:
46
This message has been marked as the solution to the initial question of the thread.
>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)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform