Hi,
I have a PERIODIC model and custom measure called QTD_ENH setup. A certain part of the code is supposed to return the value in the opening period. So if they roll the data up to Q1, it should pull the balance as of January.
([MEASURES].[/CPMB/SDATA],OPENINGPERIOD([%TIME%].[%TIMEBASELEVEL%])).
The problem is that the formula returns nothing.I'm pretty sure this is happening because the openingperiod function is returning Q1 (Based on the level02 hierarchy below) since it's technically the first member. Is there a way I can modify the MDX statement to skip over the Q entries? I have manually changed the statement to pull for January and it's get's the value as expected, the Closingperiod function also works fine which I'm assuming is because Mar is the last member.
Cheers,
Chuck