total of calculated memeber - unexpected behavior -
08-20-2004
, 02:55 AM
Hi,
I am using OWC pivotTable to present an Analysis severice cube.
One of the calculated member is defined as measure1/measure2. If any filter
has multiple items selected(not all items), the total of calculated member is
calculated as sum(measure1/measure2), but sum(measure1)/sum(measure2) is
expected.
How to correct this behavior? |