@HspGetMbrIndex

この関数は、アウトラインの順序に基づいてディメンションのメンバーの位置を戻します。

構文

@HspGetMbrIndex(String[], String)
パラメータ 説明
String[] 文字列値の配列。特定の文字列の位置を報告する必要のある配列。
String String[]内での位置を見つける必要のある実際の文字列。

ノート

戻り値は数値です。

この例は、Oracle Hyperion Public Sector Planning and BudgetingアプリケーションHCPプラン・タイプのBudget Itemディメンションの"Element Changes"親の下の"2nd Element Change"の位置を戻します。

@return(@HspNumtoString(@HspMbrIndex(@Name(@DESC("Element Changes")),@name("2nd Element Change"))),error);

これは2を戻します。