Deletes data from all cells that intersect the specified Scenario, Year, Period, Entity, and Account dimension members.
Syntax
<HFMwData>.ClearData bstrScenario, bstrYear, bstrPeriods, bstrEntities, bstrAccounts, vbClearInputValueID, vbClearNoneValueID, vbEnableDetailedLogging, bstrLogFileName
Argument | Description |
---|
bstrScenario | The label of the Scenario dimension member. Input argument. String subtype. |
bstrYear | The ID label the Year dimension member. Input argument. String subtype. |
bstrPeriods | The label of the Period dimension member. Input argument. String subtype. |
bstrEntities | The label of the Entity dimension member. Input argument. String subtype. |
bstrAccounts | The label of the Account dimension member. Input argument. String subtype. |
vbClearInputValueID | Specifies whether intersecting cells for currency-related Value dimension members are to be cleared. Pass TRUE to clear these cells, FALSE otherwise. Input argument. Boolean subtype. |
vbClearNoneValueID | Specifies whether intersecting cells for [None] Value dimension member are to be cleared. Pass TRUE to clear these cells, FALSE otherwise. Note: [None] Value dimension members are used with system accounts and currency rate accounts. Input argument. Boolean subtype. |
vbEnableDetailedLogging | Specifies whether to include details in the log file. Pass TRUE to include details, FALSE otherwise. Input argument. Boolean subtype. |
bstrLogFileName | The name of the log file. Input argument. String subtype. |