Evgeny Shvarov · Feb 21, 2017 go to post

Hi, John!

Thanks for the feedback.

Re #4, I just went through the 46 pages that the "unanswered" filter returned, looking for questions I asked in order to pick an accepted answer. Could I have done that more easily than scanning each of the 46 pages one at a time?

Very good question.

There are two ways at the moment:

1. Walk through your posts (Member's posts can bu found on member's page).

But there are questions and articles together.

2. Filter your questions on the analytics page.

Evgeny Shvarov · Feb 16, 2017 go to post

Hi, Scott!

We can add HIE tag, would you please point the related articles and questions?

And I don't think you are on and island ) You are one of the most commented authors on Developer Community ;)

Evgeny Shvarov · Feb 15, 2017 go to post

As I see, the guys erase intersystems.com links from the posts' body, which is not very fair.

And also I see we should fix RSS feed a bit too)

Evgeny Shvarov · Feb 14, 2017 go to post

Hi, Alessandro! Thanks! 

Yes, I was asking about how to show the number of rows.

I managed one approach with Expression on the Column and introducing Total like this:

 

With the MDX Expression:

SELECT NON EMPTY {[Measures].[Amount Sold],%LABEL(1,"To calculate the rows","")} ON 0,NON EMPTY [Outlet].[H1].[Region].Members ON 1 FROM [HOLEFOODS]

Along with the setting for the Pivot in Analyser to show the Grand Total.

So, do you have the way to make it via MDX only?

Evgeny Shvarov · Feb 14, 2017 go to post

Thanks, John!

I use this menu very frequently to manage Mappings in Namespace menu item, manage users/roles security settings and manage Web Applications. Yes, it's probably the most clickable button in Management Portal for me.

Evgeny Shvarov · Feb 14, 2017 go to post

You can switch off (and switch on) all the notifications with this control in Subscriptions->Overview tab:

Evgeny Shvarov · Feb 14, 2017 go to post

Thanks for sharing this, John! This is really handy feature and I use it much too.

Evgeny Shvarov · Feb 12, 2017 go to post

There are cases when the filter should be chosen by the user. 

Suppose you are creating the Dashboard which shows the stats of contribution for the particular member in Developer Community.

The dashboard makes sense only with a member as a filter. What member to choose by default?

Evgeny Shvarov · Feb 9, 2017 go to post

You need js code for Zen component to be placed into CSP/broker. It's a library folder for javascript code fo CSP apps.

Evgeny Shvarov · Feb 8, 2017 go to post

Hi, Laura!

You can see similar messages when license is expired. 

Is license ok?

Evgeny Shvarov · Feb 7, 2017 go to post

Good point, Scott! but I wish to see more topics with this problem to solve ;) Not very much yet, but as soon as we'll get them frequently the priority for this issue will be the highest.

Evgeny Shvarov · Feb 7, 2017 go to post

No update. Very busy with better notifications: it's the highest priority now. 

But I use Grammarly for that case - helps greatly at least for me ;)

Evgeny Shvarov · Feb 7, 2017 go to post

Hi, Michael! 

Can you share it here just in case anyone else would like to use it? 

Thank you in advance!

Evgeny Shvarov · Feb 6, 2017 go to post

Hi, Timur!

How to add the project to the community package manager?

What are the requirements for the project to be listed in CPM?

Evgeny Shvarov · Feb 3, 2017 go to post

I think it's not a problem, but nice use of Caché namespaces and package mapping feature.

Evgeny Shvarov · Feb 3, 2017 go to post

Here is the list of packages currently available:

CPM:CPM>> list

   bdeboe~isc-iknow-dictbuilder 0.0.1-a  Demo application for data-driven modelling, building or refining a dictionary through exploratory analysis of text using InterSystems' iKnow technology

   bdeboe~isc-iknow-explorer    0.0.1-a  

   bdeboe~isc-iknow-extractor   0.0.1-a  Information Extraction demo app based on InterSystems' iKnow technology

   bdeboe~isc-iknow-ifindportal 0.0.1-a  A Search Portal demo app for iFind, part of InterSystems' iKnow technology

   bdeboe~isc-iknow-rulesbuilder0.0.1-a  Demo application to build rule patterns based on sequences of terms to be matched, based on InterSystems' iKnow technology

   bdeboe~isc-iknow-setanalysis 0.0.1-a  Set Analysis Demo app for InterSystems' iKnow technology

   eduard93~Cache-FileServer    0.0.1-a  Seed for sharing files via uid with InterSystems Cache

   eduard93~Cache-MDX2JSON      2.2.0-b  RESTful web api for MDX to JSON transformation (plus JSONP and XML/A) for InterSystems Caché. Also provides information about DeepSee objexts. 

   intersystems-ru~CacheGitHubCI0.6.0-a  InterSystems Caché and GitHub Continous Integration

   intersystems-ru~EnsembleWorkflow0.0.1-a Restful web API for InterSystems Ensemble Workflow

   intersystems-ru~EnsembleWorkflowUI0.0.1-a Angular UI for InterSystems Ensemble Workflow

   intersystems-ru~REST         0.8.0-a  Basic classes for REST web API on InterSystems Cache

   intersystems-ru~iknowSocial  0.0.1-a  iKnow implementation approach for social networks (vkontakte, facebook and twitter)

   intersystems-ru~monlbl-viewer0.0.1-a  MONLBL Viewer - a web UI for inspecting Caché Monitor (%MONLBL) results.

   intersystems-ru~webterminal  4.1.3    The first and the most powerful web-based terminal for InterSystems Caché®, Ensemble®, HealthShare®, TrakCare® and other products built on top of InterSystems Caché.

   tsafin~cache-map-reduce      0.0.1-a  Simple Map-Reduce interface implementation for Caché ObjectScript

   tsafin~cache-zerocopy-tree   0.0.1-a  Experiment to create multidimensional tree with zero-copy capabilties

How do you know the version of the Package?

How should I be confident that the version of the package is really true?

Evgeny Shvarov · Feb 3, 2017 go to post

2nd: Some Cache -opensource tools have serious bugs(e.g. the cache class explorer destroys on 2016.1. the creation of soap-clients in studio) . Therefore it must be checked that all used 3rd-party-libs doesnt destroy something.

Hi, Steffen! What do you mean by "destroys"?  Would you please put the issue regarding this? Every software has bugs, not only open source community tools.

For the community tools, I prefer the practice to install every other tool in special Namespace, to be sure it will not harm my projects. And we can use the %All Namespace to let the tool be visible from other Namespaces.

If I want to deinstall the tool I just delete the Namespace.