15 Application(s) results for #sample
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Application NameDeveloperMade withRatingLast updatedViewsInstalls

AdvancedIRISBISamples

Advanced samples for InterSystems IRIS BI

P
Peter Steiwer
0.0 (0)10 Jun, 2024 51

System-Alerts

System Alerts

M
Momeena Ali
5.0 (1)25 Jan, 2024 100

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

4

Votes

3

Comments
Vote

apptools-django

IRIS management portal using the Django framework

Sergey Mikhailenko
Docker
Python
IPM
4.0 (1)28 Sep, 2023 286 10

ObjectScript

The simplest template for the ObjectScript

Evgeny Shvarov
Docker
4.8 (5)21 Jun, 2023 404

iris-jupyter-sample

Jupyter + InterSystems IRIS Module

R
Renan Lourenco
5.0 (1)18 Nov, 2022 210

Sea Battle

The code is an ObjectScript remake of Python example in CodeAcademy

Evgeny Shvarov
Docker
Python
IPM
4.8 (2)09 Oct, 2022 263 6

appmsw-banks-ru

An example of working with the service for updating the list of Russian banks

Sergey Mikhailenko
Docker
IPM
5.0 (1)11 Sep, 2022 137 5

Example Backup Task

Example useful utilites

Sergey Mikhailenko
Docker
IPM
4.5 (1)23 Aug, 2021 245 7

MDX Query Auditing Samples

Samples for auditing queries on IRIS BI cubes and analyzing audit data

S
Samuel Duncan
IPM
4.3 (2)17 May, 2021 205 12

cache-iris-app-tools

Application 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

Sergey Mikhailenko
3.5 (1)24 Mar, 2020 259

iris-sample-rest-angular

Sample Angular app using InterSytems IRIS as backend.

A
Alberto Fuentes
Docker
0.0 (0)02 Mar, 2020 358

angular-material-iris-starter

IRIS with REST, Angular, Angular Angular Material Starter Project

S
Sergey Shutov
Docker
0.0 (0)25 Sep, 2019 401

Python Gateway Samples

Examples 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
Eduard Lebedyuk
Docker
AI
ML
ML
0.0 (0)30 Jul, 2019 343

isc-iknow-setanalysis

Set Analysis Demo app for InterSystems' iKnow technology

B
Benjamin De Boe
0.0 (0)01 Jun, 2018 144

isc-iknow-extractor

Information Extraction demo app based on InterSystems' iKnow technology

B
Benjamin De Boe
0.0 (0)01 Jun, 2018 106