Hi, you can iterate on it directly:
set JsonIteratorSecondary = dynRequestJsonPayload.%Get("tRefArray").%GetIterator()
- Log in to post comments
Hi, you can iterate on it directly:
set JsonIteratorSecondary = dynRequestJsonPayload.%Get("tRefArray").%GetIterator()
Good to know, thanks for posting it here.
I think you can define a calculated measure in the cube and it will be calculated during the cube rebuild instead of executing MDX:
https://docs.intersystems.com/iris20231/csp/docbook/DocBook.UI.Page.cls…
Hi, you might be looking for foreach action:
https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cl…
Hi, you can try to call it using job:
j ##class(MSDS.Common.JobTimeStamps).deleteOldRecords()