- 1 Minute to read
- Print
- DarkLight
- PDF
Parameters
- 1 Minute to read
- Print
- DarkLight
- PDF
@@ - Delimiter
$ModelName: (type: string) Name of the model. If the model specified does not exist, the operation is canceled.
$DimensionName: (type: string) Name of the Dimension that is associated with this model. If the dimension specified does not exist, the operation is canceled.
$Parent@@Child@@Operator@@label: Specify the location of the child member, parent member , rollup operator and label delimited by delimiter string(@@)
DimensionMemberPlusOperatorlabel: Specify the new dimension member, its parent , rollup operator land label delimited by delimiter string in the same order as specified in the hierarchy tag. Add multiple dimension members using different dimension-member tags.
Sample Payload
<?xml version="1.0" encoding="UTF-8"?>
<append-member-payload>
<model-name>Operating Expense</model-name>
<dimension-name>Account</dimension-name>
<delimiter>@@</delimiter>
<hierarchy>parent@@child@@operator@@label</hierarchy>
<dimension-member>Account@@Income Statement@@~@@Jan2010
Income</dimension-member>
<dimension-member>Income Statement@@Income Statement 100@@+@@Feb2019
Income</dimension-member>
</append-member-payload>
<?xml version="1.0" encoding="UTF-8"?>