Hello Gurus,
I am trying to configure an inception to date custom measure in BPC NW 10.
The formula I have is the following:
AGGREGATE([TIME].[2002.01]:[%TIME%].CURRENTMEMBER,[MEASURES].[/CPMB/SDATA])
The measure is saved without any errors but does not generate any results based on the stored data (independently of the fact that there is data stored in the current period or not).
2002.01 is the first period available in the time dimension.
It is a periodic storage model.
Any ideas of what the issue could be?
PS: I tried "SUM" instead of "aggregate" and had the same issue.
The measure generates results when there is data stored in the first period (2002.01). Is there a way of generating a result independently of the fact that there is data stored in the base period?