Welcome to Open Exchange

At InterSystems, we deeply appreciate the rapid innovation enabled by open-source development. Our team acknowledges the significant impact of the community's dedication, which has been a driving force behind the evolution of software and data technology.

Top contributors

Featured applications

719 Application(s)
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Applications with Docker
Clear filters
Application NameDeveloperMade withRatingLast updatedViewsInstalls

csvgen

module to generate and import csv data using InterSystems ObjectScript

Evgeny Shvarov
Docker
IPM
5.0 (4)21 Aug, 2025 2.0k 3.9k

csvgen-python

Embedded python app creates table and loads data from CSV

Evgeny Shvarov
Docker
Python
IPM
5.0 (1)21 Aug, 2025 271 61

InterSystems Ideas Waiting to be Implemented

Programmatic reports

The report creation is a tedious and non-productive task. You need an IDE, create a connection, create a SQL query, define report bands, drag-and-drop/design report columns, fields, labels, summarizations, margins, charts and prepare perfect pixel reports for print. To create a tradicional report the effort takes 4 to 12 hours. The idea is to define reports using object script instructions. With some minutes and with writing a few object script lines you can get a report equivalent to a tradicional report, with the benefit to create dynamic content for the reports (productivity). The idea includes yet the feature to allows to the developer set print restrictions for the PDF report generated (reduce carbon emission, not allowing print, only read). Benefits of this idea: 1 - Productivity - develop a report in minutes not in hours 2 - Reduce carbon emission - is possible restrict the PDF print 3 - Create dynamic reports using ObjectScript 4 - No need to install a report server, saving processor and memory resources (decreasing emissions) To create a report using source code, see this sample with Java, but could be in ObjectScript too: TextColumnBuilder<String> itemColumn = col.column("Item", "item", type.stringType()); TextColumnBuilder<Date> orderDateColumn = col.column("Order date", "orderdate", type.dateType()); TextColumnBuilder<Integer> quantityColumn = col.column("Quantity", "quantity", type.integerType()).setFixedWidth(50); TextColumnBuilder<BigDecimal> unitPriceColumn = col.column("Unit price", "unitprice", type.bigDecimalType()); ColumnTitleGroupBuilder titleGroup2 = grid.titleGroup("Group 2", quantityColumn, unitPriceColumn); ColumnTitleGroupBuilder titleGroup1 = grid.titleGroup("Group 1", orderDateColumn, titleGroup2).setTitleFixedWidth(450); report() .setTemplate(Templates.reportTemplate) .columnGrid(itemColumn, titleGroup1) .columns(itemColumn, orderDateColumn, quantityColumn, unitPriceColumn) .title(Templates.createTitleComponent("ColumnTitleGroup")) .pageFooter(Templates.footerComponent) .setDataSource(createDataSource()) .setSecurityRule(PrintRule.READ_ONLY) //if you want restrict print .printPDF();

Y
by Yuri Marx

5

Votes

3

Comments
Vote

csp-fileview-download

view and download file via CSP application

Ashok Kumar T
Docker
IPM
4.8 (2)20 Aug, 2025 183

IRISFHIRServerLogs

IRIS FHIRServer repository and FHIR foundation Logs

Ashok Kumar T
Docker
IPM
0.0 (0)19 Aug, 2025 9

iris-dataset-countries

InterSystems IRIS image and ZPM module with dataset on countries and its population

Evgeny Shvarov
Docker
IPM
4.2 (3)16 Aug, 2025 575 1.0k

Native-API-for-ObjectScript

A small demo on how to use it

Robert Cemper
Docker
IPM
5.0 (1)16 Aug, 2025 501 43

DeepSeeWeb

Renderer for DeepSee Dashboards in Browser with MDX2JSON as a Serverside and JS web-client

Anton Gnibeda
Docker
IPM
4.5 (2)08 Aug, 2025 2.8k 35.2k

SPOOL-mapping

SPOOL as SQL tabel

Robert Cemper
Docker
IPM
4.5 (1)03 Aug, 2025 317 22

Sync-Data-with-DSTIME

Synchronizing your data to some external DB

Robert Cemper
Docker
IPM
5.0 (1)03 Aug, 2025 350 22

try_embedded_python

An early attempt to use embedded Python in IRIS 2020.3

Robert Cemper
Docker
Python
IPM
4.8 (2)03 Aug, 2025 516 30

cpipe-for-AoC2020

A practical example to consume external modules as solutions using cpipe

Robert Cemper
Docker
Python
IPM
5.0 (1)03 Aug, 2025 283 26

ObjectScript-Over-ODBC

Allow running ObjectScript and especially Global copy over ODBC

Robert Cemper
Docker
IPM
4.5 (1)03 Aug, 2025 432 18

fast-JSON-formatting-Cache

fast JSON formating for Caché / Ensemble

Robert Cemper
Docker
IPM
5.0 (1)03 Aug, 2025 359 40

snapshot-to-JSON

Use %JSON.Adaptor for object snapshot

Robert Cemper
Docker
IPM
4.0 (1)03 Aug, 2025 322 23

The adopted Bitmap

How to enable Bitmaps for nonstandard IDs

Robert Cemper
Docker
IPM
5.0 (1)03 Aug, 2025 243 33

Simple-remote-server-control

Simple Server Communication over TCP/IP

Robert Cemper
Docker
IPM
3.0 (1)03 Aug, 2025 371 22

SQL-for-ERRORS-Global

Map ^ERRORS Global and have a custom query for full content

Robert Cemper
Docker
IPM
5.0 (1)03 Aug, 2025 392 69

IRIS EchoServer for WebSockets

WebSocket Echo Server for IRIS as known from Caché / Ensemble

Robert Cemper
Docker
IPM
5.0 (1)03 Aug, 2025 289 25

Global-Scan-to-SQL

Analyze Globals by Subscript-Level

Robert Cemper
Docker
IPM
4.5 (1)03 Aug, 2025 401 24

Multi-Line-Command-Editor

Terminal Multi-Line Input + Editor

Robert Cemper
Docker
IPM
5.0 (1)03 Aug, 2025 454 33

java-global-editor

CRUD++ for globals from Java

Robert Cemper
Docker
IPM
5.0 (1)03 Aug, 2025 270 1

COS-ISOS-foreach-command

ZZFOREACH command + $$$FOREACH macro

Robert Cemper
Docker
5.0 (1)03 Aug, 2025 315

IRIS-NativeAPI-Nodejs-compact

an all-in-1 package of the WebSocket MicroService Demo

Robert Cemper
Docker
5.0 (1)03 Aug, 2025 301

AoC2021-rcc

An Embedded Python based view of Advent of Code

Robert Cemper
Docker
IPM
5.0 (1)03 Aug, 2025 198 9

Restart-httpd-SMP

Restart httpd server for SMP

Robert Cemper
Docker
4.0 (1)03 Aug, 2025 245 13

db-migration-using-SQLgateway

from PostgreSQL to InterSystems IRIS using SQLGateway

Robert Cemper
Docker
5.0 (1)03 Aug, 2025 625

GlobalToJSON-XLA

export an XLarge Global into a JSON object file

Robert Cemper
Docker
IPM
5.0 (1)03 Aug, 2025 293 4

dc-artisan

Prompt & RAG Pipeline Toolkit for Developers

Docker
IPM
AI
5.0 (1)03 Aug, 2025 122 1

Globals-ePy-vs-ISOS

Compare writing Globals in ePy vs. ISOS/COS

Robert Cemper
Docker
IPM
5.0 (1)03 Aug, 2025 402 6

JSONfile-to-Global

Load JSONfile into Global

Robert Cemper
Docker
5.0 (2)03 Aug, 2025 251