Search

Clear filter
Question
Derrek Kegler · Mar 4, 2017

Calculated Fields

For example, I need to create a pivot table that shows total payments posted for the prior day. 2.
Question
Evgeny Shvarov · Mar 15, 2018

Deployment Strategies: Do You Compile ObjectScript on a Production Site?

Indeed we can compile the branch on a build/test and then transfer cache.dat to a production if testing goes well.
Question
Daniel Castro · Jan 11, 2022

%Net.HttpRequest and {}.%FromJSON

Thank you for your attention ! Daniel, One thing I always recommend is to get familiar with the API using a standalone tool before attempting to code the programmatic interface.
Article
Peter Cooper · Mar 13, 2018

Replacing ZEN - Part 1 - Introduction

Index to Articles Hi All I am an avid user of ZEN for over 10 years now and it works for me.But it seems that Intersystems are no longer actively developing it (or ZEN Mojo), the
Article
Alexander Koblov · Jul 1, 2019

Transaction suspencion

It would be easier to have one ClassMethod Log, which would log everything needed to be logged, it can do it with objects, which would have indexes for future usage, to get faster
Announcement
Evgeny Shvarov · May 16, 2024

Technological Bonuses Results for Vector Search, GenAI and ML Contest

We discussed internally and tested your application again, and it indeed works using the InterSystems docker container locally, which meets our requirements.
Question
Darima Budazhapova · Oct 2

Login Failure for a single person (not user!) in IRIS for Health

He indeed doesn't have permissions to access it! He just panicked and assumed nothing was working when that particular page wouldn't admit him. Glad it worked out!
Question
David Sterngast · Nov 1, 2019

How to add HTTPS to existing web service that uses HTTP.

WSDL.Parameter USECLASSNAMESPACES = 1; /// This method returns tomorrow's price for the requested stockMethod Forecast(StockName As %String) As %Integer [WebMethod]{ // apply patented
Article
Stuart Salzer · Nov 10, 2016

Yes, you can use RMS file on OpenVMS

WRITE $CHAR(9),"ORGANIZATION",$CHAR(9),"INDEXED",! WRITE "RECORD",! WRITE $CHAR(9),"FORMAT",$CHAR(9),"FIXED",! WRITE $CHAR(9),"CARRIAGE_CONTROL",$CHAR(9),"NONE",!
Article
Robert Cemper · Aug 3, 2020

Global Scanning & Slicing

In most cases, a global used by default storage has just 1 subscript level that represents the IDKEY.For an index-globals we may see 2 or more subscript levels.Arrays, or parent-child
Question
Hansel Rudy Stange Gaete · Sep 14, 2020

Something Wrong? no reason iristemp grow to ful disk

(^IRIS.temp, ^mtemp, or any other global explicitly mapped to IRISTEMP)In my experience, sudden growth of temp is mostly due to an SQL query that is doing a join or order of non-indexed
Announcement
Evgeny Shvarov · Jul 6, 2023

Technological Bonuses Results for InterSystems Grand Prix Contest 2023

Builder FHIR IntegratedML Native API Embedded Python Interoperability PEX Adaptive Analytics Tableau, PowerBI, Logi IRIS BI Columnar Index
Question
August Turano · Apr 1, 2024

Python Class only works in %SYS namespace

pi:",y) x="hello world" print(x) a=2+5 print("a=",a)} ClassMethod test() As %String [ Language = python ]{import pandasprint("In test python") #df = pandas.read_json(json, orient="index
Announcement
Evgeny Shvarov · Aug 1, 2024

Technological Bonuses Results for Python Contest

I use huggingface to download local embedding models, even though it's through the llama-index library. I also use SQLAlchemy in the vectorstore.py script.
Question
Hannah Sullivan · Aug 14, 2024

ObjectScript ClassMethod when called from Python method always returns empty string

terminal, issuing this command: zw ^mtempJJM("test") One can do something similar in Python using the syntax described on the pages linked below (syntax on how to increment the global index