@jsfkit/types
    Preparing search index...

    Type Alias PivotCalculatedField

    A calculated field definition in a pivot table. Calculated fields derive their values from a formula that references other cache fields.

    type PivotCalculatedField = {
        formula: string;
        name: string;
    }
    Index

    Properties

    Properties

    formula: string

    The formula expression that computes this field's values from other cache fields.

    name: string

    The name of the calculated field.