Skip to content

Commit 8156eec

Browse files
authored
#225 Unable to use "over" when using <<sum>> (#256)
1 parent d3f014c commit 8156eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClosedXML.Report/Options/GroupTag.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ private void Process(ProcessingContext context, GroupTag[] groups, bool summaryA
115115

116116
var r = root.Offset(0, 0, rows, columns);
117117

118-
using (var subtotal = new Subtotal(r, summaryAbove, groups))
118+
using (var subtotal = new Subtotal(r, summaryAbove, groups, context.Evaluator))
119119
{
120120
if (TotalLabel != null) subtotal.TotalLabel = TotalLabel;
121121
if (GrandLabel != null) subtotal.GrandLabel = GrandLabel;

0 commit comments

Comments
 (0)