Oh, I had even done some simple calculations but the values were not 100% matching, now it makes sense.
Thank you very much!
- Log in to post comments
Oh, I had even done some simple calculations but the values were not 100% matching, now it makes sense.
Thank you very much!
Now everything is working perfectly, thank you!
I tried to access through the link but got an error, accessing through WRC returned the same error:.png)
PS: Sao Paulo Brazil time zone
Oh, this information is very helpful.
I've always considered Studio's terminal to be a true terminal, good to know.
Thanks for the answer.
Interesting solution, it already serves as a diagnosis of what seems to be a bug, thank you.
Logical mode worked without any problems, thanks.
But it looks like an IRIS bug anyway.
Apparently no:
https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cl…
Some globals have different names in IRIS, apart from other differences, it might be possible to make it work but it doesn't seem like a good idea.
You can build a %Library.DynamicObject or a %Library.DynamicArray (both extend the %Library.DynamicAbstractObject class) from the ResultSet and use the %ToJSON method.
To build the object it will be necessary to loop the ResultSet writing line by line.
PS: I could use the ID to get unique values, however I can only sort displayed values and I don't want to show a meaningless number (as it would be if I used the ID), so the row number would be ideal.
Try use:
##class(%Library.SQLCatalog).GetCachedQueryTableCount("table_name")This command will return the number of Cached Queries.
So, you can check if all Cached Queries have been purged.
Unfortunately it's not possible.