Search

Clear filter
Question
Oliver Wilms · Aug 26, 2019

Line Chart - My first Zen Report - I see no line

If you indeed need only 2 points, then that's OK. However, if you remove this attribute then all points are plotted.
Article
Yuri Marx · Aug 2, 2021

InterSystems IRIS REST Application Patterns

Note 5: Index CastingIndex On (movie, actor) [ Unique ] and similar are used to not allows duplicate values combining properties in the On (movie and actor).
Article
Daniel Kutac · Aug 10, 2016

InterSystems IRIS Open Authorization Framework (OAuth 2.0) implementation - part 2

Indeed, this was tedious, but necessary process. But now we can move forward, and start coding!
Article
Jack Huser · Sep 13, 2021

Use $system.external Interface for Python

=:clnm and Name %startswith 'ReadCSV' group by Parent order by SequenceNumber) while $listnext(list,ptr,m) { w !
Article
Alexander Tsvetkov · Sep 17, 2018

Map Visualization of Presidential Elections in Russia 2018

Since our hierarchy starts with municipal education, the first level should contain the dimension of the region’s parent.
Question
Eduard Lebedyuk · Apr 1, 2020

Use table-object as a part of SQL Query

Class My.Temp Extends %Persistent { Parameter DEFAULTGLOBAL = "^CacheTemp.TempTable"; Property TempID As %Integer; Property Name As %String; Property Age As %Numeric; Index
Announcement
Anastasia Dyubaylo · Jul 12, 2021

InterSystems Tech Article Contest

Connect An example that shows how to set up Kafka Connect and export&import SQL data via the Kafal Connect JDBC connector. 9 Applying analytics / ML to the SQL Statement Index
Question
Ephraim Malane · Oct 6, 2022

How to find and extract a substring from a string

uploads/2021/02/sa_icd-10morbiditycodingstandards.pdf">DOWNLOAD</a> </td> </tr> <tr class="row-16 even"> <td class="column-1">Alphabetical Index
Article
Sergey Mikhailenko · Jan 24, 2023

Some aspects of migrating JDBC settings between IRIS instances.

FROM city”,”postgres”,”^tmpPG”) ``` The structure of the array is: ^tmpPG(0)=$lb("NameField1",...,"NameFieldn") ^tmpPG(-1) Field names ^tmpPG(-3) Request and timing ^tmpPG(-4) Indexes
Article
Heloisa Paiva · Jul 4, 2023

A portal to manage storage made with Django - Part 1

We already know that the view home is responsible to render the index.
Article
Yuri Marx · Aug 8

Tracing InterSystems IRIS Applications Using Jaeger

Collector: Receives traces from Jaeger agents and runs them through a processing pipeline, which currently validates traces, indexes them, performs any necessary transformations, and
Article
Murray Oldfield · Oct 1, 2016

Data Platforms and Performance - Part 7 ECP for performance, scalability and availability

KEY=GHA_ecp) [A list of other posts in this series is here](https://community.intersystems.com/post/capacity-planning-and-performance-series-index) # ECP Architecture Basics
Question
Maks Atygaev · Sep 13, 2017

New Programming Language - Discussion

//filter out all numbersset bar : array = foo.filter( value, index => { if 'value.IsNumber() return value})From here you can then introduce method chaining which would make code
Question
Graham Hartley · May 10, 2018

Linked Stored Procedure Query in Ensemble 2017.2.1

The call to $$setStream^%apiGTW(QHandle,RawData,0,1) Is roughly equal to: #dim gc As %SQLGatewayConnection #dim RawData As %Stream.Object //set sc = gc.ParamData(hstmt, .index
Article
Thomas Daniels · Sep 3, 2019

IRIS Native API for Python

iter = iris.iterator("stops").items() stop_id = None for item in iter: iris.set(item[0], "stopnames", item[1]) Having the global of stopnames, where index is name and