what's the correct approach in t-sql in the following? :
sum(rounded(fractions,2))
or round(sum(of fractions),2)
ta!
I've tried both approaches and got my total still end up with a different result for each don't know if I need to truncate somwhere
I want x, y * @v = z so that sum(x) * @v = sum(z)
Thanks