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)
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)
Comment