Thanks, @Henrique Dias !
- Log in to post comments
Thanks, @Henrique Dias !
Hi @Henrique Dias!
We updated the interface and now it's the matter of click Upload Image menu in the App Editor. See the article. Let me know if this works!
Will have two sessions on Feb 12th on during InterSystems Benelux Summit on behalf of CUG meetup.
See you there!
@Jenny Ames @Raj Singh could you please help?
Hi Adel!
Maybe it's not the answer to how to call the procedure from Python. But as soon as you have some ObjectScript code already you may want to try the way to call Python (pandas) from IRIS using Objectscript and transfer the data from your query to the python libraries and run it.
Python Gateway does the thing, here is the set of articles and also tagging @Eduard Lebedyuk and @Sergey Lukyanchikov to provide more details if any.
Hi Alex! Thanks for sharing!
Do you want to publish your solution on Open Exchange? It will give it more visibility and you can use several business development tools to get more leads. Here is how to publish.
Also, are there demo or videos?
Hi Dan.
Sometimes it happens because you are out of resources in docker desktop.
Different options of docker prune could help. E.g.
docker system prune -f
Read more in @Dmitry Maslennikov article.
Caché Quality tool can help you as a linter. Pinging @Daniel Tamajon to provide details.
Hi Jacques!
InterSystems employees are not allowed to review for obvious reasons ;)
But for our company's fame and to help Developers Community you are always welcome to contribute articles and submit apps on Open Exchange )
Thank you!
This is fixed) Yes, there is no "Download Evaluation Caché" option anymore.
Hi Christopher!
Where do you see the "Download Caché Evaluation" link on the site?
I believe we have "Download InterSystems IRIS".
Are you looking for Caché specifically or for the functionality? Don't you want to try IRIS? I believe it derives all the best of Caché.
We implemented it. Already in production
Don’t Miss a chance to hat-trick on vodka with Messi ⚽️⚽️⚽️
Thanks, Steve!
Hi Jeff! What are the Docker image tags for Community Editions?
IRIS Analytics. (DeepSee) is included even in IRIS Community Version by default so you are welcome to try.
3 easiest ways to try:
1. download IRIS Community version as @Robert Cemper mentioned.
4. Run an instance of IRIS on a cloud you like: Azure, AWS, GCP.
You have IRIS Analytics with Community Edition but you probably want to try something working.
Samples BI is not included but could be installed.
The easiest way to install is to use ZPM.
Or even to launch a docker image with ZPM on board and install Samples-BI with one command.
Also, I can recommend trying AnalyzeThis by @Peter Steiwer - it's a nice tool to generate a cube+pivot+dashboard vs arbitrary csv file.
HTH
This is what @Timothy Leavitt was talking about in his recent article.
Hi Rafael!
>I don't know if the MSM has this "freeze writing" feature during the snapshot process.
I don't know if anyone on Earth knows if MSM 4.4 has the feature ) When was the release? 25 years ago?
Good question. we can do it if we need. It is possible.
Great news, Sergey! In what version of IRIS is this available?
As soon as docker pull command is not necessary I omitted it from the text, but you have it here just in case:
For InterSystems IRIS:
docker pull intersystemsdc/iris-community:2019.4.0.383.0-zpm-dev
For InterSystems IRIS for Health is:
docker pull intersystemsdc/irishealth-community:2019.4.0.383.0-zpm-dev
I was said that docker pull command:
$ docker pull intersystemsdc/iris-community:2019.4.0.383.0-zpmis not necessarily needed, so updated the text.
and added the command to run docker container with InterSystems IRIS for Health.
Will it be a smooth transition from current to new version?
Current to new version of what?
DSW could be used against DeepSee dashboards starting from Caché/Ensemble 2014 and with any version of IRIS/IRIS4H.
Can I incorporate it in the zen app?
You can use it as standalone web-app (it's a REST API + Angular app in its nature) or you can insert an iframe into any current zen app.
E.g. try to insert this iframe into any zen app:
<iframe style="border: none" src="https://analytics.community.intersystems.com/dswpub/index.html#!/d/PostsByYears.dashboard?ns=COMMUNITYPUBLIC&embed=1&widget=0&height=271&isLegend=true" width="473" height="271" ></iframe>
There is a Windows version to it right?
It runs in a browser, so it works on any OS - same as Zen. And it has a mobile UI.
Also, there are some analytics tools published in Open Exchange:
Bridge Works VDM , a commercial tool by Bridge Works, tagging @Tony Coffman for details.
OUReports, commercial tool by Yanbor.
Also check the plugins from @Peter Steiwer: Peter recently submitted several DeepSee IRIS Analytics add-ons that enhance/simplify the life of InterSystems BI developer.
HTH
Besides Tableau IRIS supports Power BI officially now. Check the article. Also tagging @Carmen Logue for official comments ;)
Hi @Neerav Verma!
You can try to give the second life with DeepSee Dashboards using DeepSeeWeb - it gives Angular face for your current DeepSee Dashboards, has nice map widgets, mobile UI and is open source (though there is commercial for commercial use Highcharts inside).
It's very easy to install with ZPM:
zpm:USER>install dsw
and you can browse your Zen DeepSee dashboards with DSW.
That's great. But I meant to have some general module as Math module @Peter Steiwer introduced.
This deserves Github+Open Exchange+ZPM ObjectScript library
Post is updated according to a new design of Open Exchange
Interesting. But why? While has one extra 'if' per cycle, not?