rickardrygin (AT) hotmail (DOT) com (Rickard) wrote in message news:<687e5de8.0403300508.5a496c0a (AT) posting (DOT) google.com>...
Quote:
Hi,
Period.currentmember.name retrieves the name of selected period, e.g.
December. Which MDX statement can I use to retrieve the actual key,
e.g. 0312? |
period.currentmember uses the actual key, but if you want proof and
want to see it, use
membertostr(period.currentmember)
period.currentmember.properties("key") will get you the integer value
of the key
hope this helps.