I an using mondrian and I have this issue: using a query mdx I need to concatenate in each member name belonging to a certain level, its name and a the value of a certain level properties for that member.
Something like CurrentMember.Name = CurrentMember.Name || CurrentMember.Properties("Prop").
Is this possible in some way?
Thanks. Matteo