Seal Report Forum
»
Troubleshooting
»
Bug Reports
»
Aggregate function specified for Totals does not work
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
Note this bug in 2.1 (regression) 68: The aggregate function specified for Totals is not used in columns (only Sum is used). The simplest fix is to edit ReportExecution.cs and replace (in the totals calculation by columns) Code:ResultTotalCell totalCell = new ResultTotalCell() { Element = element, IsTotal = true, IsTotalTotal = true };
by Code:ResultTotalCell totalCell = new ResultTotalCell() { Element = element, IsTotal = true, IsTotalTotal = false };
Will be fixed in 3.0... Edited by user Thursday, September 15, 2016 11:23:27 AM(UTC)
| Reason: Not specified
|
|
|
|
Seal Report Forum
»
Troubleshooting
»
Bug Reports
»
Aggregate function specified for Totals does not work
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.