Parameters
  • 1 Minute to read
  • Dark
    Light
  • PDF

Parameters

  • Dark
    Light
  • PDF

Article summary

@@ - Delimiter

  1. $ModelName: (type: string) Name of the model. If the model specified does not exist, the operation is canceled.

  2. $DimensionName: (type: string) Name of the Dimension that is associated with this model. If the dimension specified does not exist, the operation is canceled.

  3. $Parent@@Child@@Operator@@label: Specify the location of the child member, parent member , rollup operator and label delimited by delimiter string(@@)

  4. 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.

Note:
Label is optional but if it has been defined in <hierarchy> then define all <dimension-member> tag

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"?>


Was this article helpful?

What's Next