No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
ReportFactWithDetails クラス
レポートのデータ値を表す、レポートのファクトマップの詳細が含まれます。
名前空間
使用方法
ReportFactWithDetails クラスは、ReportFact クラスを拡張しています。レポートが実行されるときに includeDetails が true に設定されている場合、ReportFactWithDetails オブジェクトが返されます。詳細値にアクセスするには、ReportResults.getFactMap メソッドの戻り値を ReportFactWithDetails オブジェクトにキャストする必要があります。
ReportFactWithDetails メソッド
ReportFactWithDetails のメソッドは次のとおりです。すべてインスタンスメソッドです。
getAggregates()
レポートのサマリーレベルデータ (レコード件数など) を返します。
構文
public LIST<Reports.SummaryValue> getAggregates()
戻り値
getKey()
行または列のグルーピングの一意の識別子を返します。この識別子は、各グルーピング内の特定のデータ値にインデックスを付けるために使用できます。
構文
public String getKey()
戻り値
型: String