go to post Evgeny Shvarov · Jul 20, 2017 Hi, Pravin!This was introduced with the latest release.So now every answer and coment has the permalink.
go to post Evgeny Shvarov · Jul 20, 2017 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.
go to post Evgeny Shvarov · Jul 18, 2017 Yes, maybe we should stop shrinking comments' width on some level )
go to post Evgeny Shvarov · Jul 18, 2017 Hi, Lexi! Thanks for sharing that! Do you have any performance tests how much %SQL.Statement faster than %Resultset?
go to post Evgeny Shvarov · Jul 18, 2017 Hi, Benjamin!Am I able to deploy Aviation demo in a namespace other than Samples? What should I do to make it happen?
go to post Evgeny Shvarov · Jul 17, 2017 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
go to post Evgeny Shvarov · Jul 17, 2017 Hi, Simcha!If you satisfied with Sean's answer, would you please mark it as "Accepted"? More Info.Thank you in advance!
go to post Evgeny Shvarov · Jul 17, 2017 Hi, Thiago!If you like the answer, would you please mark it as "Accepted"? Details.Thank you in advance!
go to post Evgeny Shvarov · Jul 15, 2017 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?
go to post Evgeny Shvarov · Jul 8, 2017 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!
go to post Evgeny Shvarov · Jul 7, 2017 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.
go to post Evgeny Shvarov · Jul 7, 2017 Early bird registration for $999 on Solution Developer Conference prolonged until 14th of July. See the details.