Author Topic: How to apply the summary specific to group  (Read 1760 times)

EPM Solutions

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 182
    • View Profile
How to apply the summary specific to group
« on: July 08, 2017, 02:39:12 pm »
Hi Team,

How can we set the custom summary specific to group instead of applying to all the group ?

Please refer my attached screenshot.


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6298
    • View Profile
Re: How to apply the summary specific to group
« Reply #1 on: July 10, 2017, 09:19:36 am »
Every sub-group has its own summary by default which is displayed when the sub-group is collapsed. The summary for column is defined in column.summary.type option.

https://paramquery.com/pro/api#option-column-summary

If you mean by displaying extra row at the bottom of every change in group/sub-group, then groupModel.showSummary is the option.

https://paramquery.com/pro/api#option-GM-showSummary
« Last Edit: July 10, 2017, 09:22:11 am by paramquery »