Question Evgeny Shvarov · Feb 12, 2017 Mandatory or queried filters for the dashboards Hi!There are DeepSee dashboards, which make sense only when filtered.Usually, they are used as Drill Target or New_window control with SETTINGS=Widget;FILTER=filtervalue.Is there a way to hide such dashboard from the Catalog or/and request the filter value once it is opened by User? #InterSystems IRIS BI (DeepSee) #Dashboards #Visualization 0 3 0 311
Announcement Evgeny Shvarov · Feb 10, 2017 Meet Developer Community YouTube Video Channel! Hi Community!We are launching the new channel of InterSystems Technology content for you. Please welcome InterSystems Developers YouTube Channel!What the content you will find there:Community Tools and Solutions for Developers - screencasts, promoting different 3rd party solutions for developers.Webinars - will contain webinars content made by InterSystems engineers.InterSystems Events - live broadcastings and reviews from different InterSystems events for developers.video.intersystems.com playlist - featured technical videos from http://video.intersystems.com library.See how it looks: #Video #Developer Community Official 2 0 0 335
Announcement Evgeny Shvarov · Feb 1, 2017 Developer Community Post Digest January 2017 Most viewedInterSystems Data Platforms and performance – VM Backups and Caché freeze/thaw scripts 266Caché WebTerminal v4 Release 262Top 20 Questions of the Year 2016 257Command-line type routine editor? 147Top 20 Articles of the Year 2016 143String manipulation 126Part I – Thoughts about package manager 118Cache annotations mini-framework 117Visualizing the data jungle -- Part I. Let's make a graph 105New keys for Field Test? 95 #Digest #Developer Community Official 0 0 0 327
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 535
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 339
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 218
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 691
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 261
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 513
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 595
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 253
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 782
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 442
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 441
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 205
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 515
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 208
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 413
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 148