Type Alias DataCondition

A condition based on data within an app

type DataCondition = {
    conditionBase?: ConditionBase;
    conditionData?: unknown;
    dimensions?: ConditionDimensions;
    headers?: ConditionHeaders;
    history?: HistoryProperties;
    measures?: ConditionMeasures;
    selections?: Selections;
}
Index

Properties

conditionBase?: ConditionBase

A base condition

conditionData?: unknown

List of parameters specific to data condition are available in DCE and will be passed as is to DCE as per the API docs of data-condition-evaluator

dimensions?: ConditionDimensions

List of returned dimensions

List of header labels

History properties

List of returned measures

selections?: Selections

List of fields according to the bookmark definition