Skip to content

Commit

Permalink
MDX2JSON source default setting for namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaeverywhere committed Dec 3, 2014
1 parent 935bea4 commit f021005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions export/LightPivotTable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<Class name="DeepSee.LightPivotTable">
<Super>%DeepSee.Component.Portlet.abstractPortlet</Super>
<TimeChanged>63522,308.015025</TimeChanged>
<TimeChanged>63524,69651.14693</TimeChanged>
<TimeCreated>63515,61322.546099</TimeCreated>

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

0 comments on commit f021005

Please sign in to comment.