Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
---|---|---|---|---|---|---|
AdvancedIRISBISamplesAdvanced samples for InterSystems IRIS BI | P | 0.0 (0) | 10 Jun, 2024 | 51 | ||
System-AlertsSystem Alerts | M | 5.0 (1) | 25 Jan, 2024 | 100 | ||
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 4Votes3Comments | ||||||
apptools-djangoIRIS management portal using the Django framework | Docker Python IPM | 4.0 (1) | 28 Sep, 2023 | 286 | 10 | |
ObjectScriptThe simplest template for the ObjectScript | Docker | 4.8 (5) | 21 Jun, 2023 | 404 | ||
iris-jupyter-sampleJupyter + InterSystems IRIS Module | R | 5.0 (1) | 18 Nov, 2022 | 210 | ||
Sea BattleThe code is an ObjectScript remake of Python example in CodeAcademy | Docker Python IPM | 4.8 (2) | 09 Oct, 2022 | 263 | 6 | |
appmsw-banks-ruAn example of working with the service for updating the list of Russian banks | Docker IPM | 5.0 (1) | 11 Sep, 2022 | 137 | 5 | |
Example Backup TaskExample useful utilites | Docker IPM | 4.5 (1) | 23 Aug, 2021 | 245 | 7 | |
MDX Query Auditing SamplesSamples for auditing queries on IRIS BI cubes and analyzing audit data | S | IPM | 4.3 (2) | 17 May, 2021 | 205 | 12 |
cache-iris-app-toolsApplication tools for technical support and DBMS administrator. View globals arrays, execute queries (including JDBC/ODBC), sending results to email as XLS files. Viewer class instances with СRUD editing. A few simple graphs on the protocols of the system. CSP application but based on jQuery-Ui, Uik | 3.5 (1) | 24 Mar, 2020 | 259 | |||
iris-sample-rest-angularSample Angular app using InterSytems IRIS as backend. | A | Docker | 0.0 (0) | 02 Mar, 2020 | 358 | |
angular-material-iris-starterIRIS with REST, Angular, Angular Angular Material Starter Project | S | Docker | 0.0 (0) | 25 Sep, 2019 | 401 | |
Python Gateway SamplesExamples of PythonGateway Usage. Python Gateway for InterSystems Data Platforms. Execute Python code and more from InterSystems IRIS brings you the power of Python right into your InterSystems IRIS environment. | E | Docker AI ML ML | 0.0 (0) | 30 Jul, 2019 | 343 | |
isc-iknow-setanalysisSet Analysis Demo app for InterSystems' iKnow technology | B | 0.0 (0) | 01 Jun, 2018 | 144 | ||
isc-iknow-extractorInformation Extraction demo app based on InterSystems' iKnow technology | B | 0.0 (0) | 01 Jun, 2018 | 106 |