型・APIリファレンス
    Preparing search index...

    Interface SimpleAggregationDefinition

    単純集計定義

    interface SimpleAggregationDefinition {
        aggregationType: "Simple" | "Crosstab";
        canFileDownload: boolean;
        customViewScript?: MdcAggregationCustomPart;
        description?: string;
        displayHorizontal: boolean;
        displayName?: string;
        fileSupportType: "CSV" | "EXCEL" | "SPECIFY";
        filterItems?: AggregationFilterItem<AggregationPropertyEditor>[];
        graph: AggregationGraphConfig;
        hideInit: boolean;
        name: string;
        showGraph: boolean;
        showGraphTop: boolean;
        showTable: boolean;
        tableDefinition: SimpleTableDefinition;
        targetEntityName: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    aggregationType: "Simple" | "Crosstab"

    集計タイプ

    canFileDownload: boolean

    ファイルダウンロード可否

    customViewScript?: MdcAggregationCustomPart

    カスタム画面Script

    description?: string

    説明

    displayHorizontal: boolean

    横並びで表示するか

    displayName?: string

    表示名

    fileSupportType: "CSV" | "EXCEL" | "SPECIFY"

    集計ファイルダウンロードサポート種別

    フィルター項目

    グラフの設定

    hideInit: boolean

    初期表示時に集計表およびグラフを非表示するか

    name: string

    定義名

    showGraph: boolean

    グラフ有無

    showGraphTop: boolean

    グラフを集計表の上部に表示する場合はtrue

    showTable: boolean

    集計表表示有無

    tableDefinition: SimpleTableDefinition

    集計表の設定

    targetEntityName: string

    集計対象のEntity名