You are right, Jon. The current tag cloud implementation is not the example of the best practices. Created the task on it.
- Log in to post comments
You are right, Jon. The current tag cloud implementation is not the example of the best practices. Created the task on it.
Ok, that makes sense. Put it in a backlog.
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.
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.
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.
Sascha!
That looks just great! It's significantly clearer now. I'll print it out, it would be my favorite wall poster ;)
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.
Or you can fork it and fix/change/add functionality by yourself.
Thanks, Jon!
But "more popular is bigger" is the typical design for the tag clouds, isn't it?
And would promote to use the tag cloud in Analytics.
Hi, Anthony! Thanks for sharing this. I put it into the dev backlog
For Caché SQL - sure.
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.
This is fixed, thank you!
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?
Hi, Anthony! Thanks for sharing this!
What are the difficulties with posting? May I help you?
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:
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.
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)}
}
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.
Hi, John! This is filed, thank you!
Done!
Hi, Amir!
Your Favorites now are in your Member's page in the Favorites tab.
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.
Perfect! Thank you, Murray!
Thanks, George! We are working on it at this moment.
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 ;)
Also, you can use Java packages as Business Services in Ensemble 2016.
Have a look on this Ensemble+IoT online course which describes this case.
done.