フォーム入力ファイルを開く

フォームを開く機能をサポートするためにrequirement.csvで参照されるこのファイルには、pov=[DIM 1:MEMBER 1],[DIM 2:MEMBER 2],[DIM 3:MEMBER 3],などの形式のPOVエントリが含まれています。

ここで示されているDIM 1、DIM 2などはディメンション名であり、MEMBER 1、MEMBERなどはPOVのディメンション・メンバー値です。

サンプル入力ファイル:

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:

requirement.csvに指定したフォームにユーザー変数を設定する必要がある場合は、UserVarMemberMapping.csvも作成する必要があります。UserVarMemberMapping.csvファイルの作成を参照してください。