Search

Clear filter
Article
Evgeny Shvarov · May 28, 2022

Something For Nothing or How to Make Github Run Your UnitTests

We can see (in the Actions section ) that the pull request initiated the Github Action Indeed, the build failed: And the details of the phase say that Test42() failed on AssertEquals
Article
Brendan Bannon · Dec 27, 2016

The Art of Mapping Globals to Classes (5 of 3)

Again nothing special, the Extent is an index of IdKey values, so no subscripts are needed and the ‘Type” is “bitmapextent”.
Article
Renato Banzai · Jul 19, 2020

Using Machine Learning to Organize the Community - 3

it in SQL and in classes.BUT this is object thinking, not straight SQL a little bit cross thinking it reminds me of this https://community.intersystems.com/post/unlimited-unique-index
Question
Fabio Goncalves · Apr 14, 2016

Bootstrap - load body content dynamically with fixed menu

$refresh();}***** I added following code in createLayoutObjects before return in bootstrap-plugin to get layout-elements by id instead of index: var mainView = instance.
Article
Benjamin De Boe · Mar 25, 2020

New in 2020.1: the Universal Query Cache

Therefore, please pay extra attention when upgrading applications that make heavy (and possibly creative!)
Discussion
Evgeny Shvarov · Jul 20, 2021

What is the Best Tool to Edit Data in InterSystems IRIS?

And keep in mind that, if the global is referring to an SQL table, there is always the risk of corrupting an index. Hi.
Article
Mario Sanchez Macias · Feb 19

Keeping IRISTEMP Under Control: Stop It from Taking Over Your Storage!

Sometimes, adding an index or removing an unnecessary ORDER BY clause can make a big difference.
Article
Evgeny Shvarov · May 9

Building the UI by Prompting vs InterSystems IRIS Backend: Lovable, Spec First and REST API

The DDL: CREATE TABLE dc_Sample.Person( %PUBLICROWID, Company VARCHAR(50), DOB DATE, Name VARCHAR(-1), Phone VARCHAR(-1), Title VARCHAR(50) ) GO CREATE INDEX DOBIndex ON dc_Sample.Person
Announcement
Developer Community Admin · Dec 12, 2023

Meet the Global Masters Winners for November 2023!

I began to enjoy designing how I wanted to store information, indexing... I learned to optimize data access in ways I never imagined could exist.
Announcement
Anastasia Dyubaylo · Oct 7, 2022

Key Questions of the Month: September 2022

by Mark OReilly Deleting Cleanup SQL Cleanup Index taskby Mark OReilly Code Coverage in Productions?
Question
Sam S · Jan 11, 2018

Routing Rules

Not all patients will have every identifier. Almost all will have the BHSMRN identifier , but not all will have a FHMRN or CKS.
Question
Sudarshan Kumar · Jan 12, 2018

Read values from JSON in %CSP.Request

Thanks for responding patiently. Problem is solved.May i know how to compare two strings for equality.
Announcement
Anastasia Dyubaylo · Aug 4, 2022

Key Questions of the Month: July 2022

NULL in Power BI when it shouldn'tby Carla Davies Can I create an User Account from codeby Joost Platenburg Howto disable journaling temporarily for one database by Stefan Schick Patient
Question
Leon Wilson · Mar 4, 2022

UTF-8 Translation issue within IRIS

The issue is that IRIS is transforming patients names and addresses that contain special chars UTF-8 to ANSI.
Question
José Ademar de Oliveira Junior · Feb 4, 2022

How to set up IRIS database with Quarkus

Thank you so much @Guillaume.Rongier7183 for your help and also for being patient with me. Now my project is running correctly you helped me to find a solution.