Hello,
I need to know some syntax similar to substring in MDX Statement.
For example:
a= 'HELLO'
b = substr('HELLO',3,3) => b = 'LLO'.
Regards,
Carlos Puga