計算、換算または連結時に処理するデータ単位を、指定した順序にデータをソートして取得します。この関数は、次のタイプのルールで使用できます:
計算
換算
連結
構文
HS.OpenDataUnitSorted(POVExpression, <dimension to be sorted>, Ascending or Descending)
ここで、POVExpressionはPOV文字列、<dimension to be sorted>はディメンション名の文字列であり、次の6つのディメンションのいずれかになります:
"Account"または"A"、"ICP"または"I"、"Custom1"または"C1"、"Custom2"または"C2"、"Custom3"または"C3"、"Custom4"または"C4"。次のいずれかを指定する必要があります: Account、ICP、Custom1、Custom2、Custom3、Custom4。
3番目のパラメータは文字列値("Ascending"または"A"、または"Descending"または"D")です。
例
Set DataUnit= HS.OpenDataUnitSorted("S#Actual.E#Group1","C1","Ascending")