Search

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 Posts3 Followers

#Key Question

115 Posts4 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