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
0 commit comments