So I have an SSRS report which uses custom code and a Sum for a lookup set. If the lookup set returns 3 pcs of data, one at 100, 25 and 25 the sum result is 125, it ignores the 'duplicate' 25. Problem is this is not a duplicate value and I really want it to show 150. I am sure it is working correctly since if I change one of those to 25.01 I get the desired result.
The code comes from:
http://salvoz.com/blog/2013/05/27/sum-result-of-ssrs-lookupset-function/