We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5136423 commit 2ccf1dbCopy full SHA for 2ccf1db
export/LightPivotTable-DeepSeePortlet.xml
@@ -11,7 +11,7 @@
11
12
<Class name="DeepSee.LightPivotTable">
13
<Super>%DeepSee.Component.Portlet.abstractPortlet</Super>
14
-<TimeChanged>63578,5621.858081</TimeChanged>
+<TimeChanged>63578,5953.829232</TimeChanged>
15
<TimeCreated>63515,61322.546099</TimeCreated>
16
17
<Parameter name="INCLUDEFILES">
@@ -314,6 +314,7 @@
314
window.open(
315
location.href.replace(/(%|_)(25)?DeepSee.*/, "_DeepSee.UI.MDXExcel.zen?MDX=")
316
+ encodeURIComponent(this.LightPivotTable.getActualMDX())
317
+ + "&ROWTOTALS=" + container.getElementsByTagName("div")[0].getAttribute("show-summary")
318
+ "&ROWTOTALAGG=sum"
319
+ "&COLUMNTOTALAGG=sum"
320
+ "&FILTERNAMES=" + encodeURIComponent(filterNames.join("\n"))
0 commit comments