Invalid parameter property type after migrate Financial Report to Report
Summary:
We facing error in migrating on of our Financial Report to Reports |
in Financial Report we use this syntax to get Attribute Values : Plug Account in Account dimension and it works fine |
Financial Reports: | <<MemberProperty("Grid1", curr, Account, Plug Account)>> |
But after migrate to Reports the grid shows warning that text function MemberProperty parameter is invalid in Reports |
Reports: |
MemberProperty("Grid1", "Account", "Plug Account")
Really appreciate for guidance or workaround to get Account attribute values in Reports
Content (please ensure you mask any confidential information):
Image 1 : Invalid paramter in Reports and Image 2 : in Financial Report working fine no error showed