Concat function in a tuple
Summary
Concat function in a tupleContent
Hi,
I am trying to get the member name <MON>_YTD from the period value <MON>. I am trying to use the concat function and it works when used alone. But it gives error when used in a tuple.
This works when used alone
(Concat(Substring([Period].CurrentMember.Member_Name, 1, 3),"_YTD"))
This doesn't work
(Concat(Substring([Period].CurrentMember.Member_Name, 1, 3),"_YTD"),[Accounts_RPT].[514005])
Regards,
RR
0