Evgeny Shvarov · Nov 4, 2016 go to post

You are right, Jon. The current tag cloud implementation is not the example of the best practices. Created the task on it.

Evgeny Shvarov · Nov 4, 2016 go to post

It' seems you can use HEAD function for your dimension expression, e.g.

HEAD([AuditStatusD].[H1].[AuditStatus].Members)

This will show only the first member from all the statuses for the set.

Also, you can sort the members of AuditStatus dimension by AuditDate. To do this introduce to the AuditStatus level in the cube AuditDate property (just drag it to the level from the properties list in the Architect) and apply the sorting for this property as Descending. It will sort all the members of the dimension AuditStatus level by AuditDate in all the queries and will show you the last one for the HEAD function.

Evgeny Shvarov · Nov 4, 2016 go to post

Ashok, can you reproduce the problem in HoleFoods cube which comes with Samples namespace?  It would be easier to play with the data and suggest a solution.

Evgeny Shvarov · Nov 2, 2016 go to post

I would add also to the Build/Less facts section following:

sometimes you have no facts for the cube against source class with plenty of records. Please check the indexes in the source class and rebuild it, it can help. I met this thing.

Evgeny Shvarov · Nov 2, 2016 go to post

Sascha!

That looks just great! It's significantly clearer now. I'll print it out, it would be my favorite wall poster ;)

Evgeny Shvarov · Nov 1, 2016 go to post

Hi, Jon! 
Makes sense! We plan to introduce the option for the topic starter to mark the answer as "Real answer".

I think this option will answer some of your questions here.

Can the community vote on the best answer (like on other popular discussion boards)?  

We have the voting option for the answers already.

Evgeny Shvarov · Oct 31, 2016 go to post

Hi, Rob!

There are more interesting lists, e.g. https://db-engines.com/en/.  BTW, I don't see any NoSQL criteria there. NoSQL is too wide, IMHO.

InterSystems Caché is multi-model DBMS with Object, Relational, Key-value stores on board "out of the box" and any other model can be introduced if needed.

Evgeny Shvarov · Oct 31, 2016 go to post

Alexey! What a research! Thank you!

So, "if" is faster than "set in local array" approximately ten times and even more. What is the version? 

Evgeny Shvarov · Oct 31, 2016 go to post

Hi, Anthony! Thanks for sharing this!

What are the difficulties with posting? May I help you?

Evgeny Shvarov · Oct 30, 2016 go to post

Hi, Mike!

Do you want the separate tag "Mike Kadow"?  ;)

BTW, we just introduced member's page - so everyone can see all your posts on your member's page.

Is it what you are looking for?

Another approach is to open DC analytics on the tags dashboard, click on Beginner tag and pick Mike Kadow as the author - you'll get only Beginner posts posted by Mike Kadow:

 

Evgeny Shvarov · Oct 30, 2016 go to post

I see the only way how to do it - edit it in some another place until it should be published.

Email after post updates - that's make no sense, we will fix it.

Evgeny Shvarov · Oct 29, 2016 go to post

Hi, Mike! What about the option of passing an unlimited set of parameters? Like


Method(args...) {

 f i=1:1:args { // do smth with arg  args(i)}

}

Evgeny Shvarov · Oct 27, 2016 go to post

Agreed with Eduard. Keep all your code in the repository and you will know who did this and that and never loose the history of changes.

Evgeny Shvarov · Oct 25, 2016 go to post

It is the Favorite/Subscribe button and the number of members, who favorited/subscribed to it.

Subscription itself still needs to be improved, but the indication is done already.

Evgeny Shvarov · Oct 25, 2016 go to post

As I see there are some cases with empty boxes in the solution column. I would add "Put a question on the Developer Community" there as a solution ;)