We are happy to present the bonuses page for the applications submitted to the InterSystems .Net, Java, Python, and JavaScript Contest!
See the results below.
We are happy to present the bonuses page for the applications submitted to the InterSystems .Net, Java, Python, and JavaScript Contest!
See the results below.
Hi Devs!
Recently, I needed to create templates for newsletters.
I couldn't find any tools, so I decided to use the CSP (Caché Server Pages) to build the templates.
Let's figure out how to make a newsletter similar to Weekly OEX Digest.
.png)
Weekly OEX Digest
There are strict requirements for HTML email messages.
Basic requirements:
Hi folks!
Is there any templating engine for ObjectScript similar to Jinja?
Or is there any way to use csp's built-in tools to do this?
Ideally, I want to input the template and data into the function and get the ready to use html in the output.
Here is a new release of InterSystems Open Exchange
What's new?
See the details below.
Hi Developers!
We have recently created Member page at Open Exchange.
Hi developers!
We are glad to share what we have new in July Open Exchange release:
Hi developers!
We are glad to share what we have new in June Open Exchange release:
Hi developers!
We are glad to share what we have new in April Open Exchange release:
Hi developers!
We are glad to share what we have new in March Open Exchange release:
Hi developers!
Want to share with you the new February release on Open Exchange:
Hi Community!
Do you know how to create workflow users and roles programmatically?
I use Docker for test deploy and I need to set up IRIS Interoperability using the install script.
Maybe do you know how to import/export already existing workflow users and roles?
Hi Everyone!
I have two widgets with line vs time graphs.
I need to make a common filter by date for both, but these widgets use different date dimensions.
How I can to do this?
Example: I have a list of tags that I have to find, and a string with these and other tags separated by commas. How to find the desired tags in the string optimally?
Users of analytical applications often need to generate and send out PDF reports comprised of elements of the analytical panel. In the InterSystems stack, this task is solved using the DSW Reports project that is an extension of DeepSeeWeb. In this article, we will explain how to use DSW Reports for generating PDF reports and emailing them.
I have production and workflow on Ensemble, but I need to update instance to IRIS 2018.1.1.
Do you know how to move workflow tasks from Ensemble 2017.1 to IRIS 2018.1.1?
Or maybe you know how to move tasks between two instances?
Example :
set property.Name = element.LocalName
set property.Type = "%Library.String"
set property.Parameters = ???
System Monitor is a flexible and highly configurable tool supplied with Caché (Ensemble, HealthShare), which collects the essential metrics of the operating system and Caché itself. System Monitor also notifies administrators about issues with Caché and the operating system, when one or several parameters reach the admin-defined thresholds.
I use %SQL.Statement. The original column names are not contained in the metadata.
Sample query:
SELECT column1->name as name, column2 age FROM sample.table
How to get:
To set up Web Application, I need to turn on the DeepSee flag using Caché ObjectScript. How can i do it?
Hello comrades! I started using DeepSee Cube Registry, but i don't know how to move and deploy it to another server. Please tell me how do it.