Clear filter
Question
Sudhir Sinha · Nov 30, 2022
and is in increasing trend at ~ 1GB/day?
Is it some sort of bug for IRIS for Healthcare to store more index or globals to enable additional capability and features, especially for AI
Announcement
Anastasia Dyubaylo · Nov 25, 2021
.
👉 Direct link to join: https://bit.ly/30UV6xp
On the agenda this month:
🗞 News
https://community.intersystems.com/post/sql-search-index-json-objects
Question
Michael Lei · Jun 21, 2021
or alphabetical index depending on how we're hoping to organise the data.
eg. s NewData(Data(Key,"Name")) = Data(Key)
With object classes or mapped globals we tend to use the sql
Question
Martin Staudigel · Jan 11, 2022
, GetAt expects a key rather than a numeric index. For example GetAt("ClientAddr") should work. Hello Marc,
thank's a lot! I had hoped and suspected that it must be a small thing.
Regards,
Martin
Question
Evgeny Shvarov · Apr 1, 2017
moving the index global as well. However, if this is not an option then you probably want to do something like:
USER>s sql="select Name from %Dictionary.CompiledClass where
Article
Fabian Haupt · Feb 10, 2017
})
~~~
Unlike the in the mgstat file we used in the first part, the header names are in the first row. We want the first column to define our index (this way we don't need to re-index
Question
Jude Mukkadayil · Dec 11, 2019
(ind '= ""){set row = ^CacheTemp(repid,"MAIN",ind)use filemain write row,!; Get next row index for MAIN reportset ind = $order(^CacheTemp(repid,"MAIN",ind))} close filemain
Question
Sinon Galvin · Jun 13, 2019
and not as canonical numbers.We can see both in action with the Persistent class. If you create an index on a %Float property then it will canonicalise the string to ensure that all fractional
Article
Brendan Bannon · Nov 29, 2016
from the variable subscripts)
Define the IdKey index.
Define the Storage Definition:
Define the Subscripts up to and including the IdKey.
Define the Data section.
Ignore
Question
Yone Moreno · Jun 21, 2021
Hello,
First of all thanks for your time reading our question, and thanks for your replies and help
We would need to know if a patient has less than 65 years old, using
Question
John Lisa · Jul 20, 2020
.. An index on reg.mnr and bar.invnum will accelerate this. Ok so this is definetely Centricity Business aka Flowcast and not GroupCast.
Generally speaking your query looks
Question
Paul Riker · Jul 18, 2016
an index for that field.http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=EEDI_search_tablesFields indexed in the search table are listed in the dropdown box
Question
David Reche · May 4, 2016
As %String = "", index As %String) As %String
{
if $isobject(value) {
quit value.GetAt(index)
}
quit ""
}
}
and then, you can use it in this way
Article
Mike Kadow · Oct 24, 2016
private email, unless of course you wish to address me only.See "Newbie's Corner Index" for an index of all NewBies' Posts Hi, Mike! What about the option of passing an unlimited set
Question
Arockia Raj B · May 19, 2017
:^Package.ClassNameI for index^Package.ClassNameD for values^Package.ClassNameS for streamsCheck the class's Storage XML discover it's global structure. And what this bill says