Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Displaying Group Summaries differently than Grid Summaries

    Hello,

    How can we define a set of summary functions at the group level that is different then that set of summary functions at the grid level? We are trying to dynamically change the summary data if the grid is grouped by a certain field such as "Long/Short" below.

    The grid records below are grouped by Long/Short. When the grid is grouped by Long/Short we do not want to show Long and Short in the Group summary and only show Total. We want to show Long/Short/Total in the Grid Summary at all times though. How can we do this?

    Long (Group)
    Record 1
    Record 2

    Total calculations (Group Summary)

    Short (Group)
    Record 3
    Record 4

    Total calculations (Group Summary)

    Long calculations (Grid Summary)
    Short calculations (Grid Summary)
    Total calculations (Grid Summary)

    #2
    Separate grid and group summary functions can be applied via listGridField.getGroupSummary() and listGridField.getGridSummary()

    Please let us know if that doesn't allow you to get the appearance you're after

    Regards
    Isomorphic Software

    Comment

    Working...
    X