Issue Fetching Accounting Period in FRS Report Header
Summary:
Hello,
While attempting to use the MemberName function in the header of an FRS report to display the Accounting Period selected in the grid, I am encountering the following errors:
- Error: Could not determine POV member for specified dimension
- Error: Invalid arguments
- Error: Could not obtain alias for given grid
The value I am trying to retrieve is from Column B, which is configured as a Prompt for Accounting Period rather than a fixed value.
I have tried the following expressions:
<<MemberName("Grid1", 1, B, "Prompt for Accounting Period")>>
<<MemberName("Grid1", B, "Prompt for Accounting Period")>>
<<MemberName("Grid1", 1, B, "Accounting Period")>>
Tagged:
0