Class StiMeasureDataParser

Hierarchy

Index

Constructors

constructor

Properties

dictionary

dictionary: IStiAppDictionary

isGrandTotal

isGrandTotal: boolean

meters

meters: List<IStiMeter>

table

table: DataTable

Methods

calculate

  • calculate(): List<any[]>
  • Returns List<any[]>

calculateMeter

  • calculateMeter(meter: IStiMeter, keys?: any[], rows?: List<object[]>): any
  • Parameters

    • meter: IStiMeter
    • Default value keys: any[] = null
    • Default value rows: List<object[]> = null

    Returns any

Protected getDataColumnIndex

  • getDataColumnIndex(columnName: string): number

Protected getDimensionIndex

Protected getSystemVariableValue

  • getSystemVariableValue(name: string): any

Protected getVariableValue

  • getVariableValue(name: string): any

Protected isSystemVariable

  • isSystemVariable(name: string): any

Protected isVariable

  • isVariable(name: string): boolean

Protected runFunction

Generated using TypeDoc