We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7cc947 commit 4fad9a6Copy full SHA for 4fad9a6
1 file changed
MDX2JSON/Dashboard.cls.xml
@@ -247,8 +247,11 @@ Returns MDX string used to create pivot.<br>
247
<Implementation><![CDATA[
248
#dim tPivot As %DeepSee.Dashboard.Pivot
249
#dim tPivotTable As %DeepSee.Component.pivotTable
250
+ set MDX = ""
251
+ set BaseMDX = ""
252
+
253
set tPivot = ##class(%DeepSee.UserLibrary.Utils).%OpenFolderItem(pPivotName,.pStatus)
-
254
+ return:'$IsObject(tPivot) $$$OK
255
return:$$$ISERR(pStatus) pStatus
256
257
set tPivotTable = ##class(%DeepSee.Component.pivotTable).%New()
0 commit comments