I am in a situation where my container is on UTC time (as is the host). But I need to send a datetime to a machine in a specific time zone. Various languages have constructs for doing that, sometimes you need a library
C#: var today = TimeZoneInfo. ConvertTimeFromUtc(timeUtc, easternZone);
I'm using the below to export a query result to excel file and the only file type is .csv (100) but the resulting has two problems,
first the row header is including the field type and second the resulting file is a tab delimited so columns aren't properly separated (see attached below)
set st = ##class(%SQL.Statement).%New(2,"Sample") set sql = "select ID, name from MyClass" do st.%Prepare(.sql) set type="csv" set rs = st.%Execute() do rs.%DisplayFormatted(type,"C:\Temp\report")
As you know, this year Global Summit is back in-person. We really want to see everyone there!
Not all of the Community members can attend (me either!), so we decided to produce a cool VIDEO with Greetings fromOur Community Members 🎥 Let's join virtually this great event from all around the World!🌏
⬆️ Upload in this challenge a short (2-3 sec) VIDEO of you saying "Hi from your country🙌" to our Community Members. So, we could combine it with the other videos from our members and present it on Global Summit 2022. You can also just send me a link to a shared file in DM.
Deadline: June 18, Friday, till the end of the day!
The Global Summit 2022 in Seattle ended just over a week ago but keynotes are already available for those who missed them while being on the premises or who couldn't attend this in-person event at all for some reason or another (or just for those who wish to refresh their memory and listen to them again).
Without further ado, the beginning of the Global Summit AKA the Greetings from the Community:
https://www.youtube.com/embed/LOEIq0p8T-4 [This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]
Enjoy watching all the keynotes from all three days of Global Summit 2022 via this YouTube playlist:
I just met a personal challenge translating my article to French. Tough I had to learn it at school and could read and understand famous literature (Sartre, Molière, Mauriac, Proust, Saint-Exupéry, Anouilh, ...) I missed the specific terms used with ISC technology. Thanks to @Lorenzo Scalese my errors were corrected. But no dictionary was able to answer.
After a short (or too long) pause from the previous part here is a short recap of the next few days of the Global Summit 2022 in Seattle!
As before, each day started with the keynotes (which you should be able to watch tomorrow ). But unlike the keynotes on June, 21 the following day they were dedicated to Data Platform IRIS. As before, you can find the topics and the presenters in this announcement. Some of the notable speeches were delivered by Geoffrey Moore, Bestselling Author, Consultant, and Disruptive Technology Specialist
https://www.youtube.com/embed/lUnsuGj1nys [This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]
Hello everyone! Don't miss the Developer Community Post Digest for June 2022.
General Stats
✓124 new posts published in June: – 14 new articles – 47 new announcements – 61 new questions – 2 new discussions ✓155 new members joined in June ✓9,790 posts published all time ✓11,145 members joined all time
I am a very new to IRIS Object Script Development. There is a usecase where I have to execute a .sh file from the object script. I am looking for examples for that, but what I find is the ways to execute the shell commands. Can you please point me to some examples executing a .sh file. Thanks in Advance
Hi developers.
I often miss the ZPM program on a clean system.
Nothing complicated? Take and install.
And in one line? Especially in a docker container.
There is a solution. I'm very happy with it;)
Maybe the line can be shortened?
If one of your packages on OEX receives a review you get notified by OEX only own YOUR package. The rating reflects the experience of the reviewer with the status found at the time of review. It is kind of a snapshot and might have changed meanwhile. Reviews by other members of the community are marked by * in the last column.
I have a table with a Varchar(max) column that I have created via the HealthShare SQL portal, and I see that in it's underlying class that column corresponds to a %Stream.GlobalCharacter
When I try to do a text search on that column (referenced as cd.Code in the example below) I get an error
I'm fairly new to ObjectScript/Ensemble and I'm sure I may be fundamentally misunderstanding how the %JSONImport/%JSONExport and XDATA mapping work and I was hoping you good folks could help me out. I'm essentially trying to create an object that I can use to translate from one JSON schema to another.
I am trying to pass %request.Data from my rest dispatch class to a production so that I can use it in by business operation. I have created a message that has a property:
I'm hoping someone here has some tips. I'm trying to filter by d/t in a routing rule. Basically if before a specific d/t, send to one feed. If after, send to another. The d/t time is in a yyyymmddhhmmss format. I've tried a couple things but can't get it to work as expected. Any tips to accomplish this would be appreciated.
Hi All! We have recently updated the Exploring Healthcare Analytics with InterSystems exercise to a new version. Originally from a 2021 Virtual Summit experience lab, this exercise now focuses more specifically on using InterSystems IRIS Adaptive Analytics with InterSystems IRIS for Health. It features a new and improved data model and exercise to explore. Feel free to give it a try!
We're thrilled to invite you to the next InterSystems in-person event! Join us for a true community event, once again bringing together InterSystems customers and partners – to learn, inspire, and share innovation challenges with each other:
I'm getting the below TLS error in SSL_connect(), SSL_ERROR_SYSCALL, I've treid mulitple SSL/TLS configuration and still get the same error, so should I be asking the client that I'm trying to connect if there a specific certificate or configuration!?