Removes data from combinations of Account, ICP, and Custom members. This function can be used in these types of rules:
HS.Clear "Account.ICP.Custom1.Custom2.Custom3.Custom4"
To remove data from all cells that intersect the current point of view, which consists of the current Entity, Period, Scenario, Value, View, and Year members, place the ALL keyword after the A# characters as in this example:
HS.Clear "A#ALL"
To clear all intersections of cells and Custom or ICP dimensions, use the ALL keyword or omit the A# characters. This example omits the A# characters to clear data from all account intersections with the GolfBalls member of the Custom1 dimension:
HS.Clear "C1#GolfBalls"
This example clears the data stored in the intersection of the Sales account and the GolfBalls member of the Custom1 dimension.
HS.Clear "A#Sales.C1#GolfBalls"