Question Evgeny Shvarov · Apr 11, 2017 How to prevent alert window from popping up on a Zen page Hi!Sometimes when I have Zen page in a browser (e.g. Management Portal page) and when my Internet connection interrupts, I see the alert window on the page, something like this screenshot: Is there any setting for the CSP web app to prevent this alerts from popping up? #CSP #System Administration #Frontend #ZEN #Caché 0 2 0 667
Question Evgeny Shvarov · Apr 9, 2017 Best practices for filtering widgets from different cubes in InterSystems DeepSee Hi!Sometimes I need to filter the widget on a dashboard from a different cube. And I face the following problem:Widget A refers to a query from Cube A and I want to filter Widget B from Widget B.Widget's B pivot refers to Cube B, and which has different dimensions for the same data.E.g. cube A has the dimension Author and the Cube B has the dimension Member for the same data. So there is no way to filter such a widget B from the widget A. #Dashboards #MDX #InterSystems IRIS BI (DeepSee) 1 1 1 352
Question Evgeny Shvarov · Apr 5, 2017 How to get the measure for the last day in a month in DeepSee Hi, Community! How can I manage to show in MDX query months where every month shows the value of the last month? Say, in HoleFoods the query: SELECT NON EMPTY [Measures].[Amount Sold] ON 0,NON EMPTY [DateOfSale].[Actual].[MonthSold].Members ON 1 FROM [HOLEFOODS] will show me the sum of revenue per month. This query: #MDX #InterSystems IRIS BI (DeepSee) 0 11 0 2.4K
Announcement Evgeny Shvarov · Apr 2, 2017 Developer Community March 2017 Digest This post is a digest of the Developer Community postings in March 2017.Most viewedContainerization Caché 305Join InterSystems Global Masters! 186Machine Learning with Spark and Caché 157Atelier - the first three months 154How to get result of $ZF(-1, "commmand") into a variable 133Parsing docx using XSLT 129Accessing the iKnow REST APIs in 2017.1 125Can someone explain this like I'm five? 117Process private global versus percent variable 109Using Atelier REST API 109 #Digest #Developer Community Official 1 0 0 371
Question Evgeny Shvarov · Apr 1, 2017 Is there a way to rebuild indices for all the classes in a given namespace? I'm moving *D globals from DatabaseA to DatabalseB.After importing globals I need to rebuild indices for all the imported persistent classes.Colleagues, maybe you know one command which does it for all the classes in Namespace? #Continuous Integration #Development Environment #Object Data Model #SQL #Caché 0 2 0 935
Question Evgeny Shvarov · Apr 1, 2017 Is there an option to export globals in archive? Hi, Community! Is there an option to get an archived file of globals in one command. Say for: Do $System.OBJ.Export("Class1*D.GBL,Class2*D.GBL","data_gbl.xml") get something like: Do $System.OBJ.Export("Data*D.GBL","data_gbl.gz","gzip") And also to have the convenient one click way to import it to the namespace via terminal or Control Panel? If anyone already has this module, share please? It would be very convenient for import/export/continuous integration purposes cause globals can be really heavy. #Continuous Integration #Globals #Development Environment #Terminal #Caché 0 8 0 904
Announcement Evgeny Shvarov · Mar 30, 2017 Accepted answer - nice feature to "make the World better" Hi, Community!There are plenty of questions on Developer Community every day, which is great!And which is even better - there are plenty of answers! A few months ago we introduced a nice feature - 'accepted answer'. #Developer Community Official #Global Masters 2 0 0 274
Announcement Evgeny Shvarov · Mar 28, 2017 March DC Release: better notifications, better performance Hi, Community!Here are some news on Developer Community enhancements.In March we fixed a lot of bugs and rearranged the notification system, so I hope you'll be happy with it now.Enhanced content of the notificationWith this new release in every email notification you'll see the reason, why did you get this particular notification and the option to unsubscribe of this types of notifications. #Release #Developer Community Official 0 0 0 209
Discussion Evgeny Shvarov · Mar 24, 2017 Best practices of using 3rd party modules in Caché Hi, Community! Would you please share your best practices for utilising 3rd party modules (say community solutions, frameworks, development tools/utils). There are two approaches which I like: 1. New namespace for every new module So, if you install something you install it in special separate namespace/database. MDX2JSON/DeepSeeWeb case. #Deployment #Tips & Tricks #Tools #Caché 0 5 0 489
Announcement Evgeny Shvarov · Mar 17, 2017 InterSystems Technology Student Contest 2017 Hi, Community! Let me share the news about InterSystems Technology Student Contest we just have launched! #Contest #Events #Other 2 2 0 305
Announcement Evgeny Shvarov · Mar 16, 2017 Articles' Views Analytics Hi, Community!I hope you know the option to use DeepSee analytics portal for Developer Community stats. You can find it in Community-Analytics menu.Let me introduce the beta of new analytical dashboard 'Articles' Views', which is available in Authors folder.It consists of two dashboards, first shows the running total of the views for the articles (to see the impressive growing curve). #Analytics #Developer Community Official 2 5 0 289
Announcement Evgeny Shvarov · Mar 14, 2017 Join InterSystems Global Masters Gamification Platform! Hi Community! We want to invite you to join the InterSystems Gamification Platform called Global Masters Advocate Hub! The Global Masters Advocacy Hub is our customer engagement platform where you will be invited to have some fun completing entertaining challenges, earning badges for the contribution to Developer Community, communicating with other advocates, and accumulating points which you can redeem for a variety of rewards and special honors. #Global Masters 7 123 3 4.9K
Question Evgeny Shvarov · Mar 13, 2017 How to filter two widgets in DeepSee New_Window command? Hi! There is a 'New_window' control in DeepSee Widget which opens the page in a new tab in a browser with a given URL. With the help of this control you can open another dashboard and supply some parameters in SETTINGS clause. Consider I can setup in Dash1 the URL like: #InterSystems IRIS BI (DeepSee) #Dashboards #UI Development 0 2 0 245
Announcement Evgeny Shvarov · Mar 7, 2017 InterSystems GitHub Topics Hi! Recently GitHub introduced topics for the projects. So you can change your InterSystems related projects introducing the topics to let it be categorized, more visible and searchable. Here is the list of good examples for your projects (some of them are clickable already): #Development Environment #Git #GitHub #Tools #Developer Community Official 3 3 0 629
Announcement Evgeny Shvarov · Mar 1, 2017 Developer Community Post Digest February 2017 Hi, Community!Please see the digest of Articles and Questions published in February 2017.Most viewedPart II – making community package manager 250Converting documents with Caché and LibreOffice 160Using InterSystems Caché and Apache Zeppelin 132Making encrypted datafields SQL-searchable 131 #Digest #Developer Community Official 0 0 0 341
Question Evgeny Shvarov · Feb 26, 2017 Named filter in DeepSee Hi!There is an option to introduce Named filters in Analyser and save it with the pivot.How can I make the Named filter available in a dashboard? #InterSystems IRIS BI (DeepSee) #Dashboards 0 2 0 289
Question Evgeny Shvarov · Feb 25, 2017 How to add the case insensitive index to a class? Hi!Consider I have a class Package.Data with Property UniqueStringValue as %String.I introduced the Index for this property: Index ValueIndex on UniqueStringValue [Unique]; It works well. But if I try to check if there is an object with the certain value in code like this: if ##class(Package.Data).ValueIndexExists(value) this expression fails, if value="value", even if there is an instance with instance.UniqueStingValue="Value" How can I set the index to prevent saving case sensitive values in this class? #Indexing #Object Data Model #ObjectScript #Caché 0 6 0 590
Question Evgeny Shvarov · Feb 25, 2017 How to deploy resources and roles? Hi, Community!Consider I have ResourceA which is used by role RoleA in dev environment and want to deploy it with the solution on a target system.Would you please share the best practices to make it?Thank you in advance! #Deployment #DevOps #Security #Caché 0 8 0 527
Announcement Evgeny Shvarov · Feb 20, 2017 Developer Community February 2017 release Hi, Community!We have a new release here!What has been introduced:1. Better notificationsWith this release I hope you will turn on back the email notifications because every new notification today in the beginning of itself will tell first, why did you get it describing the exact reason you got this particular notification. And if you don't want this type of notification to be delivered anymore click unsubscribe link in the notification and it will lead to the settings of this very type to alter. #Release #Developer Community Official 1 6 0 409
Question Evgeny Shvarov · Feb 13, 2017 How to calculate the number of rows in DeepSee? Hi!How can I show a number of rows in a given DeepSee pivot? #InterSystems IRIS BI (DeepSee) #Analyzer #MDX 0 3 0 429