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

    Type Alias AggregationViewAdditionalResponse

    AggregationView追加レスポンス

    type AggregationViewAdditionalResponse = {
        aggregationType: "Simple" | "Crosstab";
        canFileDownload: boolean;
        dateRangeList: EditorValue[];
        downloadCharacterCodeList: string[];
        exportRawData: boolean;
        fileSupportType: "EXCEL" | "CSV" | "SPECIFY";
        filterCondition: RawInitialFilterCondition;
        operatorList: OperatorSelectValue[];
        rawDataCols?: RawDataCol[];
        rawDataFileSupportType: "EXCEL" | "CSV" | "SPECIFY";
    }
    Index

    Properties

    aggregationType: "Simple" | "Crosstab"

    集計タイプ

    canFileDownload: boolean

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

    dateRangeList: EditorValue[]

    日付の範囲リスト

    downloadCharacterCodeList: string[]

    ダウンロードで選択可能な文字コードリスト

    exportRawData: boolean

    ローデータ出力有無

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

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

    filterCondition: RawInitialFilterCondition

    初期検索条件

    operatorList: OperatorSelectValue[]

    利用可能な比較演算子リスト

    rawDataCols?: RawDataCol[]

    ローデータカラム情報

    rawDataFileSupportType: "EXCEL" | "CSV" | "SPECIFY"

    ローデータダウンロードサポート種別