Hello,
I have an SSAS 2008 R2 cube with a parent child report dimension, using a unary operator, that is incorrectly calculating sub totals.
The data type in the data mart is decimal (32,8) and the data type for the measure is currency.
Each of the children described below have their own children, but their subtotals are correct.
Below is an example of the error:
Report line, (unary operator), value
Parent total, (+), 3686112565.41
child a, (+), -7992328.4
child b, (+), -1218020516.42
child c, (+), -27190985.82
child d, (+), -2498539150.87
child e, (+), 79241656.04
child f, (+), -13611239.94
As you can see the value for the parent should be -3686112565.41
Does anyone know how to fix this problem.
Thank you.