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

    Interface WaveXmdMeasure

    interface WaveXmdMeasure {
        conditionalFormatting?: WaveXmdFormattingProperty[];
        currencies?: WaveXmdMeasure[];
        currencyCode?: string;
        dateFormat?: string;
        description?: string;
        field: string;
        formatCustomFormat?: string;
        formatDecimalDigits?: number;
        formatDecimalSeparator?: string;
        formatIsNegativeParens?: boolean;
        formatPrefix?: string;
        formatSuffix?: string;
        formatThousandsSeparator?: string;
        formatUnit?: string;
        formatUnitMultiplier?: number;
        fullyQualifiedName?: string;
        isDerived: boolean;
        isMultiCurrency?: boolean;
        label?: string;
        origin?: string;
        showDetailsDefaultFieldIndex?: number;
        showInExplorer?: boolean;
        sortIndex: number;
    }
    Index

    Properties

    conditionalFormatting?: WaveXmdFormattingProperty[]
    currencies?: WaveXmdMeasure[]
    currencyCode?: string
    dateFormat?: string
    description?: string
    field: string
    formatCustomFormat?: string
    formatDecimalDigits?: number
    formatDecimalSeparator?: string
    formatIsNegativeParens?: boolean
    formatPrefix?: string
    formatSuffix?: string
    formatThousandsSeparator?: string
    formatUnit?: string
    formatUnitMultiplier?: number
    fullyQualifiedName?: string
    isDerived: boolean
    isMultiCurrency?: boolean
    label?: string
    origin?: string
    showDetailsDefaultFieldIndex?: number
    showInExplorer?: boolean
    sortIndex: number