Constructors
Section titled "Constructors"IgcSummaryOperand
new IgcSummaryOperand(): IgcSummaryOperand Returns IgcSummaryOperand
Methods
Section titled "Methods"operate
Section titled "operate"Executes the static count method and returns summary result[]`.
operate(data: any[], _allData: any[], _fieldName: string, _groupRecord: IgcGroupByRecord): IgcSummaryResult[] Parameters
- data:
any[] - _allData:
any[] - _fieldName:
string - _groupRecord:
IgcGroupByRecord
Returns IgcSummaryResult[]
count
Section titled "count"Counts all the records in the data source. If filtering is applied, counts only the filtered records.
count(data: any[]): number Parameters
- data:
any[]