Skip to content

Commit f021005

Browse files
MDX2JSON source default setting for namespace
1 parent 935bea4 commit f021005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

export/LightPivotTable.xml

+2-2
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>63522,308.015025</TimeChanged>
14+
<TimeChanged>63524,69651.14693</TimeChanged>
1515
<TimeCreated>63515,61322.546099</TimeCreated>
1616

1717
<Parameter name="INCLUDEFILES">
@@ -47,7 +47,7 @@
4747
<Implementation><![CDATA[
4848
kill pInfo // $LB(name,value,type,caption,title)
4949
50-
set pInfo($I(pInfo)) = $LB("DataSource", "/SAMPLES", "%String", $$$Text("MDX2JSON source", "%DeepSee"), "Set the URL of MDX2JSON source. Example: ""/SAMPLES""")
50+
set pInfo($I(pInfo)) = $LB("DataSource", "/" _ $NAMESPACE, "%String", $$$Text("MDX2JSON source", "%DeepSee"), "Set the URL of MDX2JSON source. Example: ""/SAMPLES""")
5151
set pInfo($I(pInfo)) = $LB("ShowSummary", 1, "%Boolean", $$$Text("Show summary?", "%DeepSee"), "Show summary row")
5252
5353
quit $$$OK

0 commit comments

Comments
 (0)