ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: gwinterhalter on January 15, 2019, 10:39:00 pm

Title: Referencing Row Summary Row aggregations
Post by: gwinterhalter on January 15, 2019, 10:39:00 pm
Hi Support

Please advise how we can access row group summary row aggregations in other calculations. Can you provide an example?

Thanks,
Title: Re: Referencing Row Summary Row aggregations
Post by: paramvir on January 15, 2019, 11:29:58 pm
It can be accessed as summaryData option.

https://paramquery.com/pro/api#option-summaryData

Code: [Select]
var summaryData = grid.option('summaryData');