I tried using the suggested FLD() function (NUM_DAYS is a property I created with days in month):
FLD(TIME.NUM_DAYS)
Error message upon processing dimension:
"MDX statement error:"An exception has occured"
Then tried:
FLD([TIME].CURRENTMEMBER.PROPERTIES("NUM_DAYS"))
Error message upon processing dimension:
"MDX statement error:"An exception has occured"
Were you able to successfully use the FLD() function, if so, what is wrong with my formula?
p.s. Using Netweaver...
Thanks!