File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,21 @@ Automatic processing of MDX query and outputting resulting JSONP.<br>
6262]]> </Implementation >
6363</Method >
6464
65+ <Method name =" WriteJSONfromMDXNew" >
66+ <Description ><![CDATA[
67+ Automatic processing of MDX query and outputting resulting JSON.<br>
68+ <b>pMDX</b> - String containing MDX query.<br>]]> </Description >
69+ <ClassMethod >1</ClassMethod >
70+ <FormalSpec >pMDX:%String</FormalSpec >
71+ <ReturnType >%Status</ReturnType >
72+ <Implementation ><![CDATA[
73+ set Provider = ##class(%ZEN.Auxiliary.jsonMDXProvider).%New()
74+ set Provider.mdxQuery = pMDX
75+ set st = tProvider.%DrawJSON()
76+ return st
77+ ]]> </Implementation >
78+ </Method >
79+
6580<Method name =" WriteDrillthroughJSON" >
6681<Description ><![CDATA[
6782Automatic processing of MDX Drillthrough query and outputting resulting listing as JSON.<br>
You can’t perform that action at this time.
0 commit comments