Sum of two different columns into single text box

For example


Solution
if its inside the tablix within dataset scope just do 
=Sum(Fields!UnitPrice.Value) + Sum(Fields!TaxRate.Value)


if its outside tablix or outside dataset scope use
=Sum(Fields!UnitPrice.Value,"datasetname") + Sum(Fields!TaxRate.Value,"datasetname")

Comments

Post a Comment

Hi User,
Thanks for visiting My Blog and please provide your valuable feedback and subscribe for more updates. Please don't post any spam content or comments.
Thank You

Popular Posts

Failed to execute the package or element. Build errors were encountered

Restore of database 'DataBase_Name' failed. (Microsoft.SqlServer.Management.RelationalEngineTasks)

Cannot convert "Column" between a unicode and a non-unicode string data types in SSIS