You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($FIND(obj.KPI, ".kpi") = ($LENGTH(obj.KPI) + 1)) {
70
+
// Prepare DynamicObject instead of proxyObject
71
+
// Without this we got error later "ERROR #5002: ObjectScript error: <METHOD DOES NOT EXIST>zWriteJSONfromKPI+8^MDX2JSON.REST.1 *%Size,%Library.ListOfObjects
72
+
// while applying filters to KPI
73
+
setobj = {}.%FromJSON(content)
74
+
}
75
+
68
76
set%request.Content = obj // obj here is a valid UTF8 proxyObject with required property
Copy file name to clipboardExpand all lines: module.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<Exportgenerator="Cache"version="25">
3
3
<Documentname="MDX2JSON.ZPM"><Module>
4
4
<Name>MDX2JSON</Name>
5
-
<Version>3.2.4</Version>
5
+
<Version>3.2.5</Version>
6
6
<Description>RESTful web api for MDX to JSON transformation (plus JSONP and XML/A) for InterSystems IRIS. Also provides information about DeepSee objects.</Description>
0 commit comments