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 5902966 commit d911877Copy full SHA for d911877
MDX2JSON/Utils.cls.xml
@@ -20,8 +20,9 @@ Transforms MDX query into executed <b>MDX2JSON.ResultSet</b>.<br>
20
set Params = ""
21
set pStatus = $$$OK
22
set RS = ##class(MDX2JSON.ResultSet).%New()
23
- set st = RS.%PrepareMDX(pMDX)
24
- set st = RS.%ExecuteAsynch(,.Params,1)
+ set pStatus = RS.%PrepareMDX(pMDX)
+ return:$$$ISERR(pStatus) RS
25
+ set pStatus = RS.%ExecuteAsynch(,.Params,1)
26
return RS
27
]]></Implementation>
28
</Method>
0 commit comments