Learning
Documentation
Community
Open Exchange
Global Masters
Certification
Partner Directory
Ideas Portal
Developer Community
Posts
InterSystems Official
Articles
Questions
Announcements
Discussions
Tags
Events
Tech Article Contest
Programming Contest
InterSystems Ideas Contest
Event Calendar
Products
InterSystems IRIS
InterSystems IRIS for Health
HealthShare
TrakCare
Caché
Ensemble
InterSystems Analytics (DeepSee)
InterSystems Text Analytics (iKnow)
Jobs
Job Opportunity
Job Wanted
Members
About
About Us
FAQ
Feedback
Report an Issue
Share an Idea
Code of Conduct
Contact Us
EN
New post
Language
EN
|
ES
PT
JP
CN
FR
EN
New post
Search
All
Top posts
Latest posts
Tags
Type of post
Announcement
Article
Question
Discussion
Search by user posts
Tags
Caché
Developer Community Official
Documentation
Ensemble
Global Masters
Health Connect
HealthShare
InterSystems Ideas Portal
InterSystems IRIS
InterSystems IRIS BI (DeepSee)
InterSystems IRIS for Health
InterSystems Natural Language Processing (NLP, iKnow)
InterSystems Official
InterSystems Reports (Logi)
IRIS contest
Job Opportunity
Job Wanted
Learning Portal
Open Exchange
Other
Partner Directory
Resource Library
Summit
Supply Chain Orchestrator
TrakCare
.NET
Access control
Adaptive Analytics
Alerts
Analytics
Analyzer
Angular
Angular2
API
Apple macOS
Application Server
Artificial Intelligence (AI)
Authentication
AWS
Azure
Backup
Beginner
Best Practices
Big Data
Business Operation
Business Process (BPL)
Business Rules
Business Service
C++
Callout
CaretDev
CCR
Certification
Change Management
ChatGPT
Cloud
Code Golf
Code Snippet
Coding Guidelines
Columnar Storage
Compatibility
Compiler
Containerization
Contest
Continuous Delivery
Continuous Integration
Convergent Analytics
CSP
CSS
CSV
Cubes
Dashboards
Databases
Database Transaction Processing
Data Import and Export
Data Model
DC Feedback
Debugging
Deployment
Developer Community FAQ
Development Environment
DevOps
Digest
Distributed Data Management
Docker
Document Data Model (NoSQL)
DTL
Early Access Program (EAP)
Eclipse
ECP
Embedded Git
Embedded Python
Encryption
Enterprise Message Bank
Error Handling
Events
Failover
FHIR
Field Tests
Framework
Frontend
FTP
Generative AI (GenAI)
George James Software
Git
GitHub
Globals
Global Summit 2016
Global Summit 2017
Global Summit 2018
Global Summit 2019
Global Summit 2022
Global Summit 2023
Global Summit 2024
Google Cloud Platform (GCP)
Graph
High Availability
HL7
HTML
iFind
Indexing
Innovatium
IntegratedML
integration-required
Interoperability
InterSystems API Manager (IAM)
InterSystems Business Solutions and Architectures
InterSystems Demo Olympics
InterSystems Package Manager (IPM)
IoT
isNewTech
ITvisors
J2 Interactive
Java
JavaScript
JDBC
Journaling
JSON
Key Question
Key Value
Kubernetes
Languages
Large Language Model (LLM)
LDAP
LEAD North, LLC
Listings
Localization
Machine Learning (ML)
Management Portal
Mapping
MDX
Meetup
Message Search
Microservices
Microsoft Windows
Microsoft Windows Server
Mirroring
Monitoring
Multi-model
MultiValue Basic
Namespace
Natural Language Processing
Node.js
OAuth2
Object Data Model
ObjectScript
ODBC
Open Source
OpenVMS
Perforce
Performance
PID^TOO||
Platforms
Podcast
Python
React
READY 2025
Red Hat Enterprise Linux (RHEL)
Relational Tables
Release
REST API
Security
Sharding
SOAP
Source Control
SQL
SSL
Startup
Studio
SVN
System Administration
System Alerting and Monitoring (SAM)
Terminal
Testing
Tips & Tricks
Tools
Tutorial
Ubuntu
UI Development
UIMA
Unstructured Data
Vector Search
Video
Virtual Summit 2020
Virtual Summit 2021
Visualization
VSCode
Vue.js
Web Gateway
Webinar
XML
ZEN
Apply
Clear filter
Article
Alexander Koblov
· May 20, 2016
Collations in Caché
USER>kill
test
USER>set
test
(10) = "",
test
(2) = "",
test
("фф") = "",
test
("бб") = "" USER>zwrite
test
test
(10)=""
test
(2)=""
test
("бб
Article
Dmitry Maslennikov
· Mar 18, 2019
Behind the scene of isc-tar project
the project. Here is the story:How to develop this projectHow to
test
itHow to release new versions for publishingAnd finally how to automate all aboveContinuous integrationSo, I would like
Question
Dmitry Maslennikov
· Jun 8, 2020
SQL Cached queries
where we could change the way. We also use UnitTests, and as part of our
tests
we
test
for performance regression, and now we get some
tests
failed due to significant performance
Question
Soufiane Amroun
· Oct 16, 2017
casting of the extracted value in sql
%Persistent { Property ChildPrice As %Library.Float; ClassMethod
Test
() { ;d ##class(dc.demo).
Test
() d ..%KillExtent() s obj=..%New() s obj.ChildPrice=2.56
Article
Developer Community Admin
· Oct 21, 2015
Case Studies in Performance
Executive SummaryThe best way to compare the performance of database products is in a head-to-head
test
using a real application, preferably one of your own. This is especially
Article
Gevorg Arutiunian
· Jan 11, 2019
Post / Send XML using %Net.HttpRequest and save response to a file
This code snippet sends an XML request to a server and saves the response to a file. The class method "
test
" runs the code: Class objectscript.postXML { classmethod
test
Question
Kevin Kindschuh
· Jun 22, 2022
SOUNDEX function in IRIS or Caché
| Caché Alternative Exists for SOUNDEX() Workaround:Class dc.test [ Abstract ] { ClassMethod
Test
() { w ..SOUNDEX("M"),! ;or &sql(select SOUNDEX('McD
Article
Kate Lau
· Mar 12, 2023
Create FHIR REST Client
a "HS.FHIRServer.Interop.HTTPOperation" Choose the Service Name
Test
the FHIR Client Trace the
test
result Great Article, Kate! Could you pls translate and also post on CN DC? Thx! Sure, let me do it on Friday
Question
Rostislav Dublin
· Apr 27, 2023
Memory leak and IRIS container freeze... or just my curvy hands
=100000routines=100 Now I load-
test
the container by multiple installing and uninstalling the %ZPM package: install ZPM (zpm-installer.routine and execution): set r=##class
Article
Lydia Huang
· Mar 11, 2016
Run MDX queries in the DeepSee Shell
].[Allergy Count],[MEASURES].[MEDIAN
TEST
SCORE]} ON 0,NON EMPTY HEAD(NONEMPTYCROSSJOIN([AgeD].[H1].[Age Group].Members,[AgeD].[H1].[Age Bucket].Members),2000) ON 1 FROM [PATIENTS
Article
Yuri Marx Pereira Gomes
· Apr 4
Part II: Studying for IRIS Developer Professional Certification with the "Ask Developer Community AI
The "Ask Developer Community AI" tool is an excellent resource for studying for the certification. I asked it about each topic that will be covered in the
test
and the results
Question
Anderson Negreli
· Jan 2, 2023
Encoding error in Studio output - Embedded Python
Hello, good afternoon! (or good morning or good evening) I was doing some very basic
tests
, based on the documentation, using Python in Studio.I decided to call a python method
Question
Flávio Lúcio Naves Júnior
· May 19, 2021
Variable <Undefined> using Xecute command
.mac with this code: label(
test
) public{ set routine="variable" set call="write routine,!" xecute call quit } But when i run the command, show me
Question
Archunan K
· Nov 14, 2016
Error while generating HTML report in zen pages
is when the url is like 'http:\\192.168.1.2\
test
...mode='html'....' the reports are generated successfully. but while using systemname like 'http:\\mysystemname\
test
first
previous
…
22
23
24
25
26
…
next
last
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up