項目関数
これらの関数は、チャート式でのみ使用できます。
整数または文字列を返す項目関数は、項目選択におけるさまざまな側面を識別します。
これらの関数は、チャート式でのみ使用できます。
整数または文字列を返す項目関数は、項目選択におけるさまざまな側面を識別します。
getalternativecount (field_name)
GetExcludedCount() は、特定した項目に含まれる除外値の数を返します。除外値には、代替値 (薄いグレー)、除外 (濃いグレー)、選択された除外値 (チェックマーク付きの濃いグレー) などの項目があります。
GetExcludedCount - チャート関数(field_name)
このチャート関数は、fieldname という名前の項目内に含まれる未選択の値の数を返します。この関数が機能するには、この項目を And モードにする必要があります。
GetNotSelectedCount(fieldname [, includeexcluded=false])
getpossiblecount(field_name)
getselectedcount (field_name [, include_excluded])
getcurrentselections([record_sep [,tag_sep [,value_sep [,max_values]]]])
GetFieldSelections() は、項目内の現在の選択の string を返します。
getfieldselections ( field_name [, value_sep [, max_values]])
GetObjectDimension() は、軸の名前を返します。Index は、返される軸を示す任意の整数です。
getobjectdimension ([index])
GetObjectField() は、軸の名前を返します。Index は、返される軸を示す任意の整数です。
GetObjectField ([index])
GetObjectMeasure() はメジャーの名前を返します。 Index は、返される軸を示す任意の整数です。
getobjectmeasure ([index])