I've been going at this for a while now and decided it was time to reach out for help!
Can someone please tell me why i cannot sum the OrigQty cell correctly?
![SSRS]()
The OrigQty show's
174,280 as the total sum of everything below it which is incorrect. It should be
3,886 total.
340 + 360 + 10 + 375 + 378 + 371 + 367 + 360 + 383 + 357 + 352 + 192 = 3,886
Where is 174,280 coming from? How can I get it so that OrigQty value is 3,886?
The expression for OrigQty is:
=Sum(Fields!originalnumberofQtyValue.Value, "DataSet1", Recursive)
The expression for OrigQty on the 2nd row is:
=Fields!originalnumberofQtyValue.Value
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.