Question Evgeny Shvarov · Jan 24, 2017 How to calculate percentage of all for a member in DeepSee? Hi, All!What is the calculated measure expression for the percentage of a member?Say in Holefoods I want to see in a Cols Online sales in Revenue, All the revenue and % of Online sales for the Revenue?I have the following:With expression: #Analytics #Code Snippet #MDX #InterSystems IRIS BI (DeepSee) 0 5 0 558
Announcement Evgeny Shvarov · Jan 18, 2017 Top 10 Authors in 2016 Hi, Community!Over 600 different authors posted anything on Developer Community in 2016. Developer Community contains some brilliant pieces of content because of you. Thank you!With one of the latest DC releases we introduced "Member Follow" functionality, so you can open any members' page, follow him and be subscribed to all his new posts and comments.Just to give you ideas who to follow in 2017 here is top 10 authors in 2016 for several nominations ;)All the nominations do not include postings within Developer Community tag or group. #Digest #Developer Community Official 3 1 0 357
Article Evgeny Shvarov · Jan 12, 2017 1m read Update notifications for the last year postings Hi, Community!We are fixing groups, tags and message types for the several last year's postings.So that's why you are getting "strange" notifications now with no any new comment.As a result, you'll get better tagging and for the DC articles and questions.Anyway, you can turn off the "OnUpdate" notifications as it is described here. #DC Feedback 1 0 0 230
Announcement Evgeny Shvarov · Jan 10, 2017 January 10th DC Release: Mark an Answer as Accepted Answer Hi Community!In this release we turned off the digest mode for all the members (until it would be fixed) and fixed the Update notifications: now this settings can be found in the same place for all the members: Subscriptions/Content types tab.Meet in this small release the new very valuable feature: marking answers as "true" answers.If you are an author of the question now you can choose the right answer if there are more than one and mark it with the green checkbox. Like it is shown here: #Release #Developer Community Official 2 6 0 730
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 275
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 536
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 611
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 258
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 799
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 466
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 464
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 214
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 540
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 223
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 418
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 165
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 837
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 2K
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 250