go to post Evgeny Shvarov · Jun 8, 2024 Great app, @Luis Angel Pérez Ramos ! There is a set of other apps on OEX that are intended to improve the UI experience. Here is the API by @Eduard Lebedyuk , Frontend 1 and Frontend 2 by @Sergei Sarkisian , I'm not sure though which is preferrable?
go to post Evgeny Shvarov · Jun 3, 2024 Hi @Virat Sharma ! Change the type of the control to drop down. Also I recommend you to use DSW for better UI for analytics dashboards.
go to post Evgeny Shvarov · Jun 3, 2024 Hi Matt! Apologies for the delay. Yes, the InterSystems partner program is working. You can see the implementation partners that applied for the partnership here.
go to post Evgeny Shvarov · May 17, 2024 Guys, tried your app - having the following error after sending text and audio to telegram bot:
go to post Evgeny Shvarov · May 17, 2024 Though @Ikram Shah , we were not able to load text into IRIS via local storage - having the following error popup message: We followed your video instructions. IRIS in docker is working well. Any thoughts?
go to post Evgeny Shvarov · May 17, 2024 Hi @Ikram Shah ! We discussed internally and tested your application again, and it indeed works using the InterSystems docker container locally, which meets our requirements. So you have your bonus. Thanks for introducing such an exciting application.
go to post Evgeny Shvarov · Apr 25, 2024 @Hao Ma , there is such a setting in compiler flags: - e. But usually it is a very dangerous idea not to store global storage within the persistent class. As the storage is being generated, if not presented in a code on a target machine, it can become completely different from the data associated with the class that already exists, and this can lead to unpredictable data losses and failures. So usually, it is not recommended practice to delete the storage information from the class other than you are sure that there is no data in the system or it is deleted in advance.
go to post Evgeny Shvarov · Apr 23, 2024 You also can export the webapp and deploy it using IPM. The module.XML can be generated (and get the WebApp features) via the 'generate' command. Learn more in this article.
go to post Evgeny Shvarov · Apr 19, 2024 Hi @David Hockenbroch ! Nice example! Could you please share the code snippet on Open Exhcange too?
go to post Evgeny Shvarov · Apr 4, 2024 Do you want to add an Open Exchange app to demo the case? That'd be fantastic!
go to post Evgeny Shvarov · Apr 4, 2024 What a great case of using Embedded Python in InterSystems IRIS BI! Wonderful, @Evgeniy Potapov !
go to post Evgeny Shvarov · Mar 30, 2024 Nice article @Hiroshi Sato ! Similar behavior can be achieved also with iris-cron-task app. Can be installed as: USER>zpm "install iris-cron-task" and used as the following (run every day at midnight with cron expression for the schedule): USER>zw ##class(dc.cron.task).Start("IRIS cron task name","0 0 * * *","do ^Test",1,.taskId)
go to post Evgeny Shvarov · Mar 27, 2024 Hi @Daniel Aguilar ! Very nice! As I can observe you are using IRIS tasks heavily, maybe you’ll find useful the cron-task app that helps to create arbitrary IRIS tasks in one line with cron expression
go to post Evgeny Shvarov · Mar 27, 2024 Very nice, @Ewan Whyte ! Do you want also to add a code example and publish on Open Exchange?
go to post Evgeny Shvarov · Mar 27, 2024 Great example, @Irène Mykhailova! Do you want to add an app example on Open Exchange?
go to post Evgeny Shvarov · Mar 27, 2024 Nice article, @Veerarajan Karunanithi! Do you want to add a code example to Open Exchange?
go to post Evgeny Shvarov · Mar 27, 2024 Great topic! I can also recommend this article which proved to be handy for developers on other languages to start with ObjectScript.
go to post Evgeny Shvarov · Mar 20, 2024 I also recommend to go through the basic Digital Health interoperability interactive experience and go through and understand the cookbook in this example.