Details
-
Type:
Bug
-
Status: Closed
-
Severity:
Medium
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.5.0 Suite Release
-
Component/s: None
-
Labels:None
-
Notice:
Description
If an accumulative Measure sum(YTD(), [measure]) is created, it works fine in the MDX. But if the NON EMPTY option is enabled, it makes it disappear for a particular month when there is no transaction.
On the Steelwheel Cube, this can reproduced using the following MDX:
with member [Measures].[MyAccum] as 'Sum(Ytd(), [Measures].[Sales])', FORMAT_STRING = "0"
select Crossjoin(
,
{[Measures].[Quantity], [Measures].[MyAccum]}) ON COLUMNS,
NON EMPTY Crossjoin([Product].[All Products].Children,
) ON ROWS
from [SteelWheelsSales]
where [Customers].[All Customers]
The 'Trucks and Buses' - APRIL and 'Trains' - APRIL do not have real values but they have acumulated value. However after activating NON EMPTY, they disapear.
PractiTest Integration
Attachments
Issue Links
- duplicates
-
MONDRIAN-335 Issues with calculated members
-
- Closed
-