go to post Anderson Negreli · Oct 31, 2024 Oh, I had even done some simple calculations but the values were not 100% matching, now it makes sense.Thank you very much!
go to post Anderson Negreli · Jun 12, 2023 I tried to access through the link but got an error, accessing through WRC returned the same error:PS: Sao Paulo Brazil time zone
go to post Anderson Negreli · Jan 2, 2023 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.
go to post Anderson Negreli · Dec 26, 2022 Interesting solution, it already serves as a diagnosis of what seems to be a bug, thank you.
go to post Anderson Negreli · Dec 26, 2022 Logical mode worked without any problems, thanks.But it looks like an IRIS bug anyway.
go to post Anderson Negreli · Jun 27, 2022 Apparently no: https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls... 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.
go to post Anderson Negreli · May 3, 2022 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.
go to post Anderson Negreli · Mar 25, 2021 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.
go to post Anderson Negreli · Jan 12, 2021 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.