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

    Interface SaveAggregationRawDataParameter

    集計ローデータ保存パラメータ

    interface SaveAggregationRawDataParameter {
        aggregationType: "Simple" | "Crosstab";
        canOthersEdit: boolean;
        defName: string;
        folderId: string;
        name: string;
        saveType: string;
        searchCondition?: FilterCondition[];
        selectedData?: AggregationResultData[];
        shared: boolean;
    }
    Index

    Properties

    aggregationType: "Simple" | "Crosstab"

    集計タイプ

    canOthersEdit: boolean

    他ユーザー編集許可フラグ

    defName: string

    View名

    folderId: string

    保存先フォルダOID

    name: string

    保存リスト名

    saveType: string

    保存方式

    searchCondition?: FilterCondition[]

    検索条件

    selectedData?: AggregationResultData[]

    選択データ(クロス集計のSNAPSHOT保存時に使用)

    shared: boolean

    共有フラグ