Skip to content

Commit 1c862e4

Browse files
committed
UPDATE: second update
second update for return value and array to JSON forming
1 parent 2d75382 commit 1c862e4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

MDX2JSON/Utils.cls

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,9 @@ ClassMethod WriteFiltersForDataSource(pDataSource As %String, pValues As %Boolea
191191
}
192192

193193

194-
Set tAET = ##class(%ZEN.Auxiliary.altJSONProvider).%ArrayToAET($lb("name", "path", "info"), .tFilters)
195-
do tAET.%ToJSON()
196-
set st = tAET
197-
return st
194+
Set arrayToJson = ##class(%ZEN.Auxiliary.altJSONProvider).%ArrayToJSON($lb("name", "path", "info"),.tFilters)
195+
196+
return $$$OK
198197
}
199198

200199
/// Get information about pivot. <br>

0 commit comments

Comments
 (0)