No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
ReportMetadata クラス
名前空間
使用方法
レポートメタデータは、レポートに保存されるレポートタイプ、レポート形式、集計項目、行グルーピングまたは列グルーピング、検索条件などの、レポート全体についての情報を提供します。ReportMetadata クラスを使用して、レポートメタデータを取得し、使用可能なメタデータを設定してレポートを絞り込むことができます。
ReportMetadata メソッド
ReportMetadata のメソッドは次のとおりです。すべてインスタンスメソッドです。
getAggregates()
構文
public LIST<String> getAggregates()
使用方法
次に例を示します。
- a!Amount は、[金額] 列の平均を表します。
- s!Amount は、[金額] 列の合計を表します。
- m!Amount は、[金額] 列の最小値を表します。
- x!Amount は、[金額] 列の最大値を表します。
- s!<customfieldID> は、カスタム項目列の合計を表します。カスタム項目およびカスタムレポートタイプの場合、識別子は集計種別と項目 ID の組み合わせになります。
getCurrencyCode()
構文
public String getCurrencyCode()
戻り値
型: String
getDeveloperName()
構文
public String getDeveloperName()
戻り値
型: String
getGroupingsAcross()
構文
public LIST<Reports.GroupingInfo> getGroupingsAcross()
戻り値
使用方法
識別子は次のようになります。
- サマリー形式のレポートの空の配列 (サマリーレポートには列のグルーピングが含まれないため)
- バケット項目の BucketField_(ID)
- カスタム項目の ID (列のグルーピングにカスタム項目が使用されている場合)
getGroupingsDown()
構文
public LIST<Reports.GroupingInfo> getGroupingsDown()
戻り値
使用方法
識別子は次のようになります。
- バケット項目の BucketField_(ID)
- カスタム項目の ID (グルーピングにカスタム項目が使用されている場合)
getReportBooleanFilter()
構文
public String getReportBooleanFilter()
戻り値
型: String
getReportFilters()
構文
public LIST<Reports.ReportFilter> getReportFilters()
戻り値
getReportFormat()
構文
public Reports.ReportFormat getReportFormat()
戻り値
使用方法
この値は、次のようになります。
- TABULAR
- SUMMARY
- MATRIX
setReportBooleanFilter(String)
構文
public Void setReportBooleanFilter(String reportBooleanFilter)
パラメータ
- reportBooleanFilter
- 型: String
戻り値
型: Void
setReportFilters(LIST<Reports.ReportFilter>)
構文
public Void setReportFilters(LIST<Reports.ReportFilter> reportFilters)
パラメータ
- reportFilters
- 型: List<Reports.ReportFilter>
戻り値
型: Void