go to post Muhammad Waseem · May 19, 2022 Hi @Christina Dykhouse Please read the below documentations :https://docs.intersystems.com/iris20212/csp/docbook/Doc.View.cls?KEY=PAG... QuickStart Learning material :https://learning.intersystems.com/course/view.php?name=Interop%20QSand following Online Course:https://learning.intersystems.com/course/view.php?id=1350Thanks
go to post Muhammad Waseem · Mar 10, 2022 Hi, You can use below code to get license information import iris // make sure to connect with %SYS namespace ref = iris.cls("SYS.Stats.Dashboard").Sample() content = { LicenseCurrent = ref.LicenseCurrent LicenseCurrentPct = ref.LicenseCurrentPct LicenseHigh = ref.LicenseHigh LicenseHighPct = ref.LicenseHighPct LicenseLimit = ref.LicenseLimit LicenseType = ref.LicenseType For more details kindly read the below article: https://community.intersystems.com/post/building-iris-responsive-dashboa... Thanks
go to post Muhammad Waseem · Feb 10, 2022 Please check this article of @Yuri Marx https://community.intersystems.com/post/learning-path-beginners
go to post Muhammad Waseem · Jan 22, 2022 from local installation, follow below steps- From Menu select Terminal > New Terminal- Run irissession from installation directory (In my case its C:\InterSystems\IRISHealth\bin\) with instance name ("C:\InterSystems\IRISHealth\bin\irissession <instance name> ")e.g C:\InterSystems\IRISHealth\bin\irissession irishealth Thanks
go to post Muhammad Waseem · Jan 22, 2022 Hi, If you are looking to connect to IRIS terminal from VS Code then first of all make sure docker container is running and then follow below steps: - From Menu select Terminal > New Terminal-Then Run this command to connect to IRIS terminaldocker-compose exec iris iris session iris Thanks
go to post Muhammad Waseem · Jan 17, 2022 Many thanks to DC for all of your support, It was great contest and I learned a lot, Congratulations to all winners.
go to post Muhammad Waseem · Jan 12, 2022 Hi Mr. EvgenyThanks for sharing the Bonuses Results.Please note that online demo is available now for Medical Datasets application. Regards
go to post Muhammad Waseem · Jan 12, 2022 Thanks to DC for selecting me Global Master of the month 5 times since june 2021 and congratulation to all
go to post Muhammad Waseem · Jan 8, 2022 Hi Modify date format in your CSV to yyyy-mm-dd and then try. Thanks