Finnancial Reporting Studio - Get Current dimension Alias.
Hi guys,
I'm bulding a report where I set 5 different markets as "page" in order to launch it as a pdf and have 1 market per page.
But I want to create a page header, with a function which returns the current page member allias used in that pdf page.
I've tried with the following function: <<MemberAlias(“Grid1“,Current,POV DimName“)>>
But unfortunately "Current" Keyword is not avaliable in text box objetcs.
So a workaround I've been thinking in, is to use that memberalias function in a cell row or column and then, in the text box use getheading or a similar function in order to get the value of that cell.