Author Topic: Roll out sum on group summary rows  (Read 2534 times)

supriya.khamesra

  • Newbie
  • *
  • Posts: 12
    • View Profile
Roll out sum on group summary rows
« on: December 20, 2017, 10:55:28 pm »
Hi,

I am using free PQgrid and I want to show the sum of the rows to get roll out to the group summary rows. As suggested in the example on the link https://paramquery.com/pro/demos40/group_rows . I have used groupModel.summaryInTitleRow  and set its value as 'all' but not getting the sum to roll out. I am getting the sum at the end of each group. The group model I am using is the same as below.
var groupModel = {
            on: true,
            summaryInTitleRow: 'all', //to display summary in the title row.
            dataIndx: ['ShipCountry', 'ContactName'],
            title: [
                "{0} ({1})",
                "{0} - {1}"
            ]
   
 please help me in resolving the issue as it is the primary requirement.
« Last Edit: December 20, 2017, 10:57:14 pm by supriya.khamesra »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Roll out sum on group summary rows
« Reply #1 on: December 20, 2017, 11:08:02 pm »
groupModel.summaryInTitleRow is a Pro only feature.

supriya.khamesra

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: Roll out sum on group summary rows
« Reply #2 on: December 20, 2017, 11:27:01 pm »
To accomplish  roll out of sum to group row need to use pro version.