Thanks, John!
- Log in to post comments
Thanks, John!
Thanks, Daniel!
So %Resultset vs %SQL.Statement can perform 4-7x faster in some cases? Did I understand properly?
It would be fantastic if we have some speed test coming with our Samples database classes which would show any win in performance.
8th of August of course! Thanks)
Thank you, Sergey! Will do! )
Hi, Cristiano!
Did it again)
I think in your case of migrating MS SQL cube to DeepSee cube means building the whole BI solution in DeepSee from the scratch.
I mean:
1. ETL the data from MS SQL into Caché fact tables (Caché classes).
2. Build DeepSee cube(or cubes) against the fact tables.
3. Introduce pivot tables with MDX-queries against DeepSee cube (cubes).
4. Make dashboards to provide the UI for this pivot tables.
Profit!
Hi, Cristiano!
You are invited!
Hi, Jeffrey!
No, you are all set! See you at the meetup!
There was an issue with the registration form. Now it is fixed, join the meetup!
Hi, Thiago! It is!
You are invited!
Hi, Manoj!
You are invited!
Check the mail.
Hi, John!
This is fixed now for mobile devices.
Hi, Pravin!
This was introduced with the latest release.
So now every answer and coment has the permalink.
Hi, Mike!
What is a dedicated playlist?
If we have series of video related to one topic we put them in playlists.
Today we have following playlists on DC YouTube channel:
InterSystems: Who We Are - videos which describe our corporate code, who we are, what we do and what matters.
InterSystems iKnow - videos describing InterSystems iKnow technology which helps to build solutions by managing unstructured data.
Atelier - videos, related to InterSystems IDE Atelier.
Global Summit 2016 - videos from last year Global Summit sessions.
Community Projects - videos related to some community projects and solutions presentations. BTW, if you want to describe your solution, tool or a framework in a video we would love to upload it on DC channel in this playlist.
Also, are the video available on a plain hyperlink?
Sure. E.g. here is the link: Many Data Sources - One Application.
Yes, maybe we should stop shrinking comments' width on some level )
Hi, Lexi!
Thanks for sharing that!
Do you have any performance tests how much %SQL.Statement faster than %Resultset?
Hi, Benjamin!
Am I able to deploy Aviation demo in a namespace other than Samples? What should I do to make it happen?
Hi, Russel!
You can always use $name for any operations with global name, either simple as ^G or with subscripts as "^G(1,"something").
It is intended for this.
In your case it would look like:
set x=$Name(^G)
or you can set global name with subscript, e.g.:
Set x=$Name(^G(1,"second"))
It's very convenient to use indirection operator @ in this case to deal with variable with global name inside.
E.g. you can refer to any subscript with global inside x, like this:
set @x@(1)=2
which would be equal to:
set ^G(1,"second",1)=2
And with your $Order example you can have:
USER> set x=$Na(^G(1,"second"))
USER> set @x@(1)=2
USER> set y=$O(@x@(""))
USER> write y
1
HTH
Hi, Kishan!
You are invited!
Hi, Paul!
You are invited!
Hi, Simcha!
If you satisfied with Sean's answer, would you please mark it as "Accepted"? More Info.
Thank you in advance!
Great thing! Yes, please, upload it on Github?
Why do you want CSP files to be exported? Why not take them from /csp/ folder as files and put directly to the repo as is?
That works! Thanks Herman!
Hi, Herman!
Thanks! I'll give it a try!
If you are looking for the projects with Caché ObjectScript with sources in UDL you can find it with cacheobjectscript-udl topic on Github.
And if you have some open projects on Github with sources in UDL please mark it with cacheobjectscript-udl topic? Thank you in advance!
Hi, Community!
Just want to share the good news.
Early bird registration for $999 prolonged until 14th of July, we also have $200 and $300 discounts for you on Global Masters. See the agenda of daily sessions on Solution Developers Conference.