Skip to content

Commit 2ccf1db

Browse files
fix to excel export DeepSee standard method (summaries)
1 parent 5136423 commit 2ccf1db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

export/LightPivotTable-DeepSeePortlet.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<Class name="DeepSee.LightPivotTable">
1313
<Super>%DeepSee.Component.Portlet.abstractPortlet</Super>
14-
<TimeChanged>63578,5621.858081</TimeChanged>
14+
<TimeChanged>63578,5953.829232</TimeChanged>
1515
<TimeCreated>63515,61322.546099</TimeCreated>
1616

1717
<Parameter name="INCLUDEFILES">
@@ -314,6 +314,7 @@
314314
window.open(
315315
location.href.replace(/(%|_)(25)?DeepSee.*/, "_DeepSee.UI.MDXExcel.zen?MDX=")
316316
+ encodeURIComponent(this.LightPivotTable.getActualMDX())
317+
+ "&ROWTOTALS=" + container.getElementsByTagName("div")[0].getAttribute("show-summary")
317318
+ "&ROWTOTALAGG=sum"
318319
+ "&COLUMNTOTALAGG=sum"
319320
+ "&FILTERNAMES=" + encodeURIComponent(filterNames.join("\n"))

0 commit comments

Comments
 (0)