Author Topic: Referencing Row Summary Row aggregations  (Read 1936 times)

gwinterhalter

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 15
    • View Profile
Referencing Row Summary Row aggregations
« 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,

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: Referencing Row Summary Row aggregations
« Reply #1 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');