Search

Clear filter
Question
Fábio Campos · Mar 18, 2021

How to make a select return accented characters

$zconvert() option). In the meantime, you can use the somewhat impractical workarounds described above, or possibly use an iFind index and specify a TRANSFORMATIONSPEC that removes
Question
Yone Moreno · May 12, 2023

Recommended way to split a list and generate a string structure

is $Listnext recommended? Is it true? The "$List" function returns a complete list, while "$ListGet" returns a specific item from a list given its index. When you need to iterate
Article
Alessandro Marin · Apr 10, 2018

DeepSee: Databases, Namespaces, and Mappings - Part 3 of 5

indices. Note on journaling and building cubesUsers should be aware that building cubes deletes and recreates the cubes’ fact and index tables. This means that when journaling
Article
Alessandro Marin · May 7, 2018

DeepSee: Databases, Namespaces, and Mappings - Part 5 of 5

database.Map the ^DeepSee.Index global to this Database.Note on journaling and building cubesUsers should be aware that building cubes deletes and recreates the cubes’ fact and index tables
Question
Arun Kumar · Feb 1, 2018

Performance in Cache ObjectScript

it is not an issue. Those SQL queries that don't use an index are the killers. Totally agree, way more important to produce readable easily supported code, especially by non-Caché folk. On my
Question
Laura Cavanaugh · Oct 3, 2018

Receiving SQL Error -76, Cardinality Mismatch, even though query has

Indexes to make queries faster. I'll probably leave the queries frozen until we come across this problem again. Unless I hear that it's OK to simply unfreeze them all. What's
Article
Muhammad Waseem · Jul 2, 2023

LangChain – Unleashing the full potential of LLMs

to write an effective prompt is of critical importance. This framework module allows us to better manage prompts. For example, by creating templates that we can reuse. Indexes
Question
Kim Jiyong · May 15

How to set encoding configuration when using JDBC

. Example Class dc.a Extends %Persistent { Index is On s; Property s As %String; /// d ##class(dc.a).Test() ClassMethod Test() { s t=..%New() s t.s="최봉남" d t.%Save() } } From
Article
Bob Schat · Feb 10, 2022

The InterSystems Iris Fhirserver running on a Raspberry Pi Raspberry running as a FHIRserver

in the URI on which you can access the FHIRserver. In my case the “Patient” resource is on http://192.168.1.29:9092/csp/healthshare/fhironpi/fhir/r4/Patient (doesn’t work from outside
Article
Elliott Grey · Mar 7, 2023

Creating a REST API with JWT Authentication in ObjectScript

As %String; Property Level As %String; Index IndexName On Name [ IdKey ]; ClassMethod GetCharByName(name As %String) As TTRPG.Character { set character = ##class
Article
Fabian Haupt · Jan 20, 2017

Visualizing the data jungle -- Part I. Let's make a graph

/post/intersystems-data-platforms-capacity-planning-and-performance-series-index)) and more specifically [this article](https://community.intersystems.com/post/extracting-pbuttons
Article
Benjamin De Boe · Sep 13, 2022

CI/CD with IRIS SQL

. For example, you may use this to take advantage of newish best practices such as the use of Extent Sets, which implement hashed global names and separate each index into their own global
Article
Nikita Savchenko · Feb 12, 2019

How to Develop InterSystems Applications in Your Favorite IDE

environment (for example, Visual Studio Code), indexed by any version control system and arbitrarily combined with many external tools for code analysis, preprocessing, packaging and so
Article
Brendan Bannon · Dec 27, 2016

The Art of Mapping Globals to Classes (5 of 3

Bitmap indices are kind of new, it doesn’t mean you would not want to add them to your application that is using Cache SQL Storage. You can add a Bitmap index to any class that has
Question
José Ademar de Oliveira Junior · Feb 4, 2022

How to set up IRIS database with Quarkus

stuff and it's no more related to IRIS. 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.