Unable to display alias attribute in MDX
Posted: Fri Jun 23, 2023 3:04 pm
Hi there,
I'm struggling to find a way to display an alias for the following MDX. The goal of the MDX is to retrieve accounts which is specific to an entity from a TB load and only 'Active' accounts.
FILTER(TM1FILTERBYLEVEL(DESCENDANTS([Account].[All Account]) , 0) , [lkp.Account Setup].(STRTOMEMBER("[Entity].[" + [mod.UserInterfaceSettings].(STRTOMEMBER("[}Clients].[" + Username + "]"),[UserInterfaceObjects].[Entity],[measure_mod.UserInterfaceSettings].[String]) + "]"),[measure_lkp.Account Setup].[Active]) = "TRUE")
The MDX is used in PAW view, with PAW you are unable to switch on the alias without replacing or updating the current SET which overwrites the MDX code used for a dynamic report.
Any idea how to retrieve the alias of the account dimension for the relevant accounts?
Thanks.
I'm struggling to find a way to display an alias for the following MDX. The goal of the MDX is to retrieve accounts which is specific to an entity from a TB load and only 'Active' accounts.
FILTER(TM1FILTERBYLEVEL(DESCENDANTS([Account].[All Account]) , 0) , [lkp.Account Setup].(STRTOMEMBER("[Entity].[" + [mod.UserInterfaceSettings].(STRTOMEMBER("[}Clients].[" + Username + "]"),[UserInterfaceObjects].[Entity],[measure_mod.UserInterfaceSettings].[String]) + "]"),[measure_lkp.Account Setup].[Active]) = "TRUE")
The MDX is used in PAW view, with PAW you are unable to switch on the alias without replacing or updating the current SET which overwrites the MDX code used for a dynamic report.
Any idea how to retrieve the alias of the account dimension for the relevant accounts?
Thanks.