Open Form Input File

This file, referenced in requirement.csv to support the opening of forms, includes POV entries in the format: pov=[DIM 1:MEMBER 1],[DIM 2:MEMBER 2],[DIM 3:MEMBER 3],, and so on.

In this discussion, DIM 1, DIM 2, and so on are the dimension names, and MEMBER 1, MEMBER 2, and so on are their dimension member values for the POV.

A sample input file:

pov=[Account:APL_RATE_AED],[Scenario:Budget],[Years:FY20]
pov=[Account:APL_RATE_AED],[Scenario:Budget],[Years:FY19]
pov=[Account:APL_RATE_AED],[Scenario:Budget],[Years:FY18]
pov=[Account:APL_RATE_AED],[Scenario:Budget],[Years:FY17]
pov=[Account:APL_RATE_AED],[Scenario:Budget],[Years:FY16]

Note:

You must also create UserVarMemberMapping.csv if the forms you specified in requirement.csv require user variables to be set. See Creating the UserVarMemberMapping.csv File.