Search

Clear filter
Question
Kevin Furze · Sep 13, 2017

is there a reverse version of $listNext ?

$ListGet(tInputList,i) // Do something with tValue } ``` You could use something like the following (which accounts for null values in the $ListBuild list by skipping that index
Question
Goran Stefanovic · Dec 12, 2018

GROUP BY causes NativeError: [10053]

field2 from GCT.PA_Data where field1 is not null and ID between 1 and 100000) group by field1This is not the final solution but a way to understand the limits of your server.BTW:an index
Question
Token Ibragimov · Feb 22, 2019

how to convert JSON to object in cache 2010 version

access_token") = "4SDFDSFDSF-aSDASDASD" |%data("expires_in") = 3300 |%data("refresh_token") = "" | %data("scope") = "sms_send" |%data("token_type") = "Bearer" | %index
Question
Matthias Ruckenbauer · Aug 29, 2019

linked table (ODBC), %New() -> %Save()

This has been considered in the setup and the generated class has an Index MainIndex On id [ IdKey ]; which looks fine to me.
Article
Kurro Lopez · Jun 25

InterSystems for dummies – Machine learning II

You already know the command for that: TRAIN MODEL WeatherForecast Be patient! This training took 1391 seconds, wich is approximately 23 minutes!!!!
Question
Yone Moreno · May 21, 2024

Join JSON responses

Thank you for reading this question, thank you for your help, and thank you for your time and attention.
Question
Jenna Makin · Feb 13, 2018

Manipulating tablePane columns programmatically

= tCDef.XDatas.FindObjectId(pClassName _ "||" _ "Contents") If (tIndex '= "") { #; get XDATA as stream Set tStream = tCDef.XDatas.GetAt(tIndex).Data
Article
Muhammad Waseem · Aug 12, 2024

An Overview of Vector Search functionality

&SQL(CREATE COLUMNAR INDEX IVectorLab on VectorLab(description_vector)) } return $$$OK } Once the table is formed, we need to convert text to embedding with
Question
Pradip Patoliya · Jul 7, 2018

Error: CSP application closed the connection before sending a responce

Do you have index on PhoneDateODBC?2. Can you execute the same query using some JDBC tool?
Question
Adam Raszkiewicz · Aug 18, 2023

GetEnviron() on CentOS

been quite correct ... jeff@ourawai03:~$ export TEST="test" jeff@ourawai03:~$ iris session ih Node: ourawai03, Instance: IH HICG>w $system.Util.GetEnviron("TEST") test HICG> Indeed
Question
Corentin Blondeau · Dec 17, 2024

UDP Adapter not working

Indeed, there is a bug, the adapter is not working.We have to use the ##class(%Net.UDP).%New()Corentin
Question
Kishan Ravindran · Jul 1, 2017

How to Enable iKnow Functionality in InterSystems Caché

Thanks John,indeed, you'd need a proper license in order to work with iKnow.
Question
CM Wang · Jul 5, 2017

stored procedure %SYSTEM.SQL_TableExists

Kyle, please notice that indeed CALL %SYSTEM.SQL_TableExists('table name') shows nothing -- no result is returned. Whereas ?
Question
Antonio Garcia Martinez · Jun 8, 2018

object script array => size - element scount

KEY=TCOS_Tree1Thanks Thanks for all your answers...very helpful indeed!
Question
Laura Cavanaugh · Feb 5, 2019

What are the pros and cons of keeping INT code

The space needed would indeed be smal compared to the space for the datasets. It doesn't increase privacy or security.