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
Question
Eduard Lebedyuk
· Aug 2, 2021
Median in SQL
. For example, Percent_Rank might help you here. create table
test
(c1 varchar(10), c2 integer) insert into
test
(c1,c2) select 'a',1 union all select 'b',2 union all
Question
MohanaPriya Vijayan
· Oct 1, 2020
ERROR #00: (no error description) in Management Portal Display Mode
Hi Community, I have a property in a class, properties Initial Expression set to 1 Property
Test
As %Status [ InitialExpression = "1" ];, while updating the property we have set
Question
Ankur Shah
· Nov 5, 2019
Cache DB - How I can access identity column value in SqlComputeCode with property
: Class util.Calc Extends %Persistent { Property calc As %String [ Calculated, SqlComputeCode = {set {*} = {%%ID}}, SqlComputed ]; /// do ##class(util.Calc).
Test
() ClassMethod
Announcement
Evgeny Shvarov
· Mar 26, 2021
Bonus Points for InterSystems Developer Tools Contest
your-multi-model-solution" command on IRIS with ZPM client installed. ZPM client. Documentation. Unit
Testing
- 2 points Applications that have Unit
Testing
Question
Scott Beeson
· Sep 27, 2016
Get list of rows affected by UPDATE
values: Class User.NewClass1 Extends %Persistent { Property val; /// do ##class(User.NewClass1).
Test
() ClassMethod
Test
() { do ..%KillExtent() &sql(INSERT
Question
Eric Hansen
· May 15, 2017
Licensing Fails with ERROR #8610 : License keys are not accepted on Single User (SU) platform
I am trying to apply a temporary time-limited key for our organization to a Cache Server that I built out a few weeks ago for
testing
purposes. When I navigate in the portal
Question
Dmitry Vaysbeyn
· Aug 7, 2017
Get a count on number of HL7 Interface messages on various Business Services and Operations
for example you wanted a count of all messages that have come from a service called "
TEST
Inbound", you could use the SQL query option (System Explorer>SQL) to run the following:SELECT
Question
Stewart H
· Oct 4, 2017
Error when sorting a dictionary section of a file
TEST
, I get the following error CMQL: The DICT entry "FIELD.ASSOC_" is not definedThe LISTDICT works correctly. Any thoughts on how to correct this error? You hit on the issue. I
Article
Developer Community Admin
· Oct 21, 2015
Ensemble and HealthShare HL7v2 Message Throughput
Description and Methodology section. The
tested
workloads comprised HL7 v2 Patient Administration (ADT) and Observation Result (ORU) payloads and included transformations and re
Article
Robert Cemper
· Jun 13, 2023
OEX mapping #2
with Python was.On the other hand, I left Unit
Test
and Global Merge and Object Property Setter in COS Add on after 1st release The fact that the initial load took about 50 min
Article
Evgeny Shvarov
· Nov 21, 2019
Describing a module.xml for ObjectScript Package Manager
into ObjectScript method calls to process and return data (typically JSON data). Suppose you want to deploy /rest-
test
app with community.objectscript.RESTExample.cls as a dispatch
Question
Stephen Carter
· Nov 30, 2020
[Cache ODBC][State : S1000][Native Code 400
inconsistent results using my regular application (Microsoft Power BI) which I use through ODBC to query my hosted TrakCare T2017 instance. Using Microsoft ODBC
Test
Tool (part of MDAC
#Continuous Delivery
38 Posts
•
3 Followers
#Key Question
115 Posts
•
4 Followers
Article
David E Nelson
· Mar 9, 2017
Machine Learning with Spark and Caché
to do a quick
test
to verify that Spark is correctly configured and that we can import it into our environment. import findspark findspark.init() import pyspark sc
first
previous
…
33
34
35
36
37
…
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