We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a439db0 commit 50c63b4Copy full SHA for 50c63b4
MDX2JSON/Utils.cls.xml
@@ -73,7 +73,7 @@ Automatic processing of MDX query and outputting resulting JSON.<br>
73
#if $$$comClassDefined("%ZEN.Auxiliary.jsonMDXProvider")
74
set Provider = ##class(%ZEN.Auxiliary.jsonMDXProvider).%New()
75
set Provider.mdxQuery = pMDX
76
- set st = tProvider.%DrawJSON()
+ set st = Provider.%DrawJSON()
77
#else
78
set st = $$$ERROR($$$GeneralError,"Class %ZEN.Auxiliary.jsonMDXProvider does not exist")
79
#endif
0 commit comments