MDX convert number to string
Posted: Thu Oct 24, 2024 4:31 pm
I need to retrieve the current year from a cube and increment and convert back to a string to be able to use StrToMember. What is the opposite function to strToValue that will allow me to do this? I've tried FORMAT, CStr, Str as advised by the LLMs but nothing works. I cannot believe this is not possible.