Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
---|---|---|---|---|---|---|
![]() fast-JSON-formatting-Cachefast JSON formating for Caché / Ensemble | Docker IPM | 5.0 (1) | 03 Aug, 2025 | |||
![]() snapshot-to-JSONUse %JSON.Adaptor for object snapshot | Docker IPM | 4.0 (1) | 03 Aug, 2025 | |||
InterSystems Ideas Waiting to be ImplementedProgrammatic reportsThe 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 5Votes3Comments | ||||||
![]() GlobalToJSON-XLAexport an XLarge Global into a JSON object file | Docker IPM | 5.0 (1) | 03 Aug, 2025 | |||
![]() JSONfile-to-GlobalLoad JSONfile into Global | Docker | 5.0 (2) | 03 Aug, 2025 | |||
![]() GlobalToJSON-ePython-pureJSON Object from Global using embedded Python only | Docker Python IPM | 4.5 (1) | 03 Aug, 2025 | |||
![]() GlobalToJSON-embeddedPythonExport a Global into a JSON file and re-create using embedded Py | Docker IPM | 5.0 (1) | 03 Aug, 2025 | |||
![]() GlobalToJSON-Academiccreate JSON Object from Global and with Importer in all details | Docker IPM | 5.0 (1) | 03 Aug, 2025 | |||
![]() GlobalToJSON-Efficientcreate a JSON Object from Global nodes in use | Docker IPM | 5.0 (1) | 03 Aug, 2025 | |||
![]() GlobalToJSON-Compactcreate a compact JSON Object from Global | Docker IPM | 5.0 (1) | 03 Aug, 2025 | |||
![]() Object-based-M-N-to-JSONSample for object method %JSON.Export for M:N Relationship | Docker IPM | 5.0 (1) | 31 Jul, 2025 | |||
![]() M-N-external-JSONExport M:N Relationship with JSON using SQL | Docker IPM | 5.0 (1) | 31 Jul, 2025 | |||
MDX2JSONRESTful web api for MDX to JSON transformation (plus JSONP and XML/A) for InterSystems Caché. Also provides information about DeepSee objects. | E | IPM | 4.5 (2) | 09 Jul, 2025 | ||
isc-json%JSON, with SemVer, in the open | IPM | 4.7 (3) | 04 Dec, 2024 | |||
![]() function-ISJSONA function to check if string is JSON object | Docker IPM | 4.0 (1) | 26 Nov, 2024 | |||
sql-rest-apiSimple REST API web app which accepts SQL and returns the result in JSON | Docker IPM | 5.0 (1) | 25 Mar, 2024 | |||
![]() fast-JSON-formatting-IRISfast JSON formatting in IRIS | Docker IPM | 4.5 (1) | 25 Mar, 2024 | |||
JSON-FilterObjectScript server side JSON filter. | Docker IPM | 5.0 (1) | 25 Mar, 2024 | |||
yaml-utilsSimple ObjectScript YAML-to-JSON converter | B | IPM | 4.5 (2) | 01 Mar, 2024 | ||
JsonTraceViewerDisplay trace as JSON | G | Docker IPM | 4.8 (4) | 26 Feb, 2024 | ||
Docker Demo Directoryoffer a list of demo repos | 0.0 (0) | 25 Feb, 2024 | ||||
iris-hl7Transform HL7 messages to JSON | O | Docker IPM | 4.7 (3) | 03 Feb, 2024 | ||
WidgetsDirectorA sample IRIS Backend app to implement a REST API for a helpdesk | C | Docker IPM | 3.8 (3) | 23 Jan, 2024 | ||
![]() FHIR-XMLToJSONConvert FHIR XML to JSON resource message structure | Docker IPM | 3.5 (1) | 22 Sep, 2023 | |||
![]() IRIS Data Migration ManagerThis application allows you to import data into IRIS from various sources in a simple way. | O | Docker Python | 5.0 (1) | 02 Jul, 2023 | ||
workshop-smart-data-fabricLearn the main ideas involved in developing a Smart Data Fabric using InterSystems IRIS | A | Docker Python | 5.0 (1) | 26 Apr, 2023 | ||
![]() Custom ZenProxy%ZEN.proxyObject send numeric as String | D | Docker IPM | 3.8 (2) | 21 Mar, 2023 | ||
JSON2PersistentLittle tool to create persistent or message classes for InterSystems IRIS and InterSystems IRIS For Health from JSON input. The created classes will extend %JSON.Adaptor | M | Docker | 5.0 (3) | 19 Dec, 2022 | ||
FIT REST Operation FrameworkAn IRIS Interoperability REST Operation Framework | Docker IPM | 4.5 (1) | 06 Jun, 2022 | |||
![]() IRIS JSON Schema ValidatorInterSystems IRIS JSON Schema support. | Docker | 4.5 (1) | 10 Dec, 2021 | |||
RESTFormsRADForms adapter for InterSystems IRIS RAD Studio | Docker IPM | 3.0 (1) | 12 Apr, 2021 |