vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface ReportAggregate

    interface ReportAggregate {
        acrossGroupingContext?: string;
        calculatedFormula: string;
        datatype: ReportAggregateDatatype;
        description?: string;
        developerName: string;
        downGroupingContext?: string;
        isActive: boolean;
        isCrossBlock?: boolean;
        masterLabel: string;
        reportType?: string;
        scale?: number;
    }
    Index

    Properties

    acrossGroupingContext?: string
    calculatedFormula: string
    description?: string
    developerName: string
    downGroupingContext?: string
    isActive: boolean
    isCrossBlock?: boolean
    masterLabel: string
    reportType?: string
    scale?: number