Question Evgeny Shvarov · Jan 9, 2017 How to find dependencies of Dimension or Measure to the pivots? Hi!I want to optimize the cube and delete the measure. Is there any easy way to find pivots which use it?Does anyone have any snippet regarding this?Would be great to have "out of the box" dashboards which will show the dependencies of pivots vs measures and dimensions. #InterSystems IRIS BI (DeepSee) #Development Environment 0 1 0 273
Article Evgeny Shvarov · Jan 5, 2017 1m read Notifications for the posts' updates and how to turn off it Hi!Today DC supports the notifications for the posts' updates. It means if someone changes the post text, title, group or tag you can be notified about that.But this notifications just inform that there were updates, but do not show what exactly was changed in the post.So through this, you can get the notifications for the posts from previous years without any reason what's happened.I would suggest to turn off this types of notifications until we'll implement the details in notifications, what exactly was changed in the post and why did you get it. #DC Feedback #Developer Community FAQ 0 15 0 526
Announcement Evgeny Shvarov · Jan 4, 2017 Top 20 Articles of the Year 2016 Hi, Community!You published 499 articles regarding InterSystems technology in 2016.Here are the most noticed and interesting articles of the year.Introducing new JSON capabilities in Caché 2016.1, by Stefan Wittmann 2478InterSystems Data Platforms and Performance Part 4 - Looking at Memory , by Murray Oldfield 1598 #Digest #Developer Community Official 3 2 0 602
Announcement Evgeny Shvarov · Jan 3, 2017 Top 20 Questions of the Year 2016 Hi, Community!We have 2017 year on the calendar, so it's time to look back on 2016 and find some highlights.Here is the set of Top-20 questions regarding InterSystems technology you posted in 2016.Most viewedAnyone using Visual Studio Code?, by John Murray 1062 #Digest #Developer Community Official 0 5 0 1.3K
Announcement Evgeny Shvarov · Dec 31, 2016 Developer Community Post Digest December 2016 Hi, Community!Please see the digest of Articles and Questions published in December 2016.Most viewedDeclarative development in Caché 383Atelier 1.0 Release 317RESTForms - REST API for your classes 267The Polymetric Dashboard 263 #Digest #Developer Community Official 0 0 0 256
Article Evgeny Shvarov · Dec 18, 2016 1m read [ANIMATION] How to make a post First, register to make postings.Here is the short gif which demonstrates how to post, paste text from Word, make COS highlighting and put Group and tag.Here it is: #Developer Community FAQ #DC Feedback 3 0 0 794
Question Evgeny Shvarov · Dec 18, 2016 How to exclude substring(s) from a string Hi, community! Consider you need to exclude substring(s) from a string. I did it with the following snippet: /// excludes all the substrings from the string ClassMethod ExcludeSubstring(substr,str as %String) As %String { while ($L(str,substr)>1) { set str=$Piece(str,substr)_$Piece(str,substr,2,*) } quit str } So, for example: #Code Snippet #ObjectScript #Caché 0 2 0 456
Question Evgeny Shvarov · Dec 14, 2016 Intergity test for cbk files Hi, Community!We have our internal backup system which produces *.cbk files for Full, Incremental and Cumulative backup modes.Does anyone have an automation procedure to restore this files on some target testing system, check the integrity and mark the files as "restorable"?Please, share?Thank you in advance! #System Administration #Backup #Caché 0 2 0 457
Announcement Evgeny Shvarov · Dec 12, 2016 The new tag Tools introduced Hi, Community!We just introduced the Tools tag to mark the articles where you are describing, announcing, promoting the Tools for development in InterSystems Caché. #DC Feedback 1 0 0 211
Announcement Evgeny Shvarov · Dec 7, 2016 InterSystems Developer Community Birthday! Hi, Community!Today, the 7th of December is the very good day - today is InterSystems Developer Community birthday! #Developer Community Official 10 11 0 526
Announcement Evgeny Shvarov · Dec 2, 2016 Developer Community Update, 2nd of December 2016 Hi!We updated the DC a bit.Member's answersWith this release, you can see the answers on the member's page too.E.g. see the answers by Timothy Leavitt. Post updates don't move the post to topSo we can fix the tags, spelling and make other updates to the post and it would not be moved to top anymore. #Release #Developer Community Official 2 1 0 217
Announcement Evgeny Shvarov · Nov 30, 2016 Developer Community Digest, November 2016 Hi, Community!Here is the digest of Articles and Questions published on InterSystems Developer Community in November 2016.Most viewedCaché and Ensemble 2017.1 field test now available 212Simple Arithmetics 179Reflection in Caché 177 #Digest #Developer Community Official 1 0 0 415
Question Evgeny Shvarov · Nov 27, 2016 New tag for the tools for developers Hi!We want to introduce the tag for the posts which describe the tools for the developers. How about #DevTools?Your ideas? #DC Feedback 0 2 0 158
Question Evgeny Shvarov · Nov 22, 2016 Create Namespace snippet Does anyone have a snippet to create the Namespace and database with defaults in one command? Something like: do ##class(Utils.Namespace).Create(Name) Please share? Thank you in advance! #Code Snippet #Namespace #ObjectScript #Caché 1 4 0 820
Question Evgeny Shvarov · Nov 20, 2016 How to export class package in xml Hi!Is there any way to export a class package to xml file programmatically which will include all the classes of the package? #Change Management #Caché 2 12 1 1.9K
Discussion Evgeny Shvarov · Nov 6, 2016 DC monthly digest format - do you like it? Hi, Community! We introduced the monthly digest a few months ago. Now it consists of articles and questions by tags in the post and only articles in your email. Do you like it? How can we make it better? Should we do it weekly? #DC Feedback 0 2 0 244
Announcement Evgeny Shvarov · Nov 2, 2016 New InterSystems Developer Community Moderator Hi, Community!Let me introduce Dmitry Maslennikov as our new Developer Community Moderator.Dmitry continuously shows the outstanding contribution to InterSystems Developer Community and we decided to trust Dmitry this role and hope that Dmitry can even help to make the Developer Community better in this new status.Thanks for your great contribution, Dmitry! And, we are looking for the new moderators from Community! #Developer Community Official 7 1 0 312
Announcement Evgeny Shvarov · Nov 1, 2016 Developer Community Articles and Questions Digest, October 2016 Hi, Community!Here is the digest of Articles and Questions published on InterSystems Developer Community in October 2016.Most viewedInternal Structure of Caché Database Blocks, Part 1 407Caché and Ensemble 2016.2.0 Release 306How to execute terminal commands from a webpage 214 #Digest #Developer Community Official 1 0 0 469
Announcement Evgeny Shvarov · Oct 31, 2016 Developer Community update: new favorites and subscriptions Hi, Community!We deployed the new update on DC and it brings:The new post subscriptions/favorites modelSome menu changesBug fixes.The new post subscriptions/favorites model:with every post you now see the star in the left bottom corner of the widget in the feed or of the post. #Developer Community Official 1 0 0 364
Question Evgeny Shvarov · Oct 28, 2016 Max function for the set of parameters There is an interesting discussion in the Russian forum going. What is the best solution for the function which returns the max for the set of parameters? From the listed solutions I like this one: ClassMethod max(args...) { for i=1:1:args { s max(+$g(args(i))) = i } s i="", max=$o(max(i),-1, i) Q $lb(max, i) } #ObjectScript #Caché 1 8 0 1K