Memberalias Not Working in FR
Hi all, this is my issue.
In an existing report that comes with various headings in Pages, on its top left corner, there is a textbox where I put in all my labels.
I'm trying to implement a report name that links to one of the members in the Account dimension.
Here is the syntax I wrote:
<<MemberAlias("Grid1", H, "Accounts")>>
<<MemberAlias("Grid1", H, "Time Periods")>> <<MemberAlias("Grid1", G, "Years")>> Averages
for Time Periods and Years, it displays just fine.
But with Accounts, I got this error that says "invalid arguments"
I've already studied the documentation and nothing in it is pointing me where my mistake is.
Any help would be appreciated.