BTW, is it possible to add sorting functionality in List View? E.g. click on Downloads or Author and get the list sorted?

- Log in to post comments
BTW, is it possible to add sorting functionality in List View? E.g. click on Downloads or Author and get the list sorted?

Maybe this could be a setting in URL or the setting of a user?
Like the List View feature! Well done OEX team!
Hi @Josep Balagué !
Export in .xml instead of .gof, should work.
In addition to the learning opportunities for beginners listed above here are two programs on the Online Learning platform:
Getting started with ObjectScript and Getting Started with Interoperability.
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?
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.
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.
Also here is the production view
.png)
Guys, tried your app - having the following error after sending text and audio to telegram bot:

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?
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.
@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.
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.
Hi @David Hockenbroch ! Nice example! Could you please share the code snippet on Open Exhcange too?
Do you want to add an Open Exchange app to demo the case? That'd be fantastic!
What a great case of using Embedded Python in InterSystems IRIS BI! Wonderful, @Evgeniy Potapov !
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)Very useful article! Thank you, @Flávio Lúcio Naves Júnior
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
Very nice, @Ewan Whyte !
Do you want also to add a code example and publish on Open Exchange?
Great example, @Irène Mykhailova!
Do you want to add an app example on Open Exchange?
Nice article, @Veerarajan Karunanithi! Do you want to add a code example to Open Exchange?
Great topic! I can also recommend this article which proved to be handy for developers on other languages to start with ObjectScript.
I also recommend to go through the basic Digital Health interoperability interactive experience and go through and understand the cookbook in this example.
interesting idea
Great example, @Alberto Fuentes !
There is also JSON Trace Viewer app which looks like does the same
Hi @Flávio Lúcio Naves Júnior , thanks for raising an important question!
Could you please submit an idea?
Now answering your question :)
Name="src" means the folder related to the one where module.xml is situated on the development/testing or publishing machine.