go to post Evgeny Shvarov · Oct 6, 2017 Hi, [@Sylvain Guilbaud]!Thanks for mentioning [@Nikita.Savchenko], author of Web Terminal in your session!
go to post Evgeny Shvarov · Oct 6, 2017 Hi, Mike!It's a good question, so I vote for your question too.Here is the short explanation.I guess everyone in DC would love to see qualitative articles, questions, and answers.Voting is the way for us to introduce mechanism on DC which would encourage the creation of qualitative content and discourage the low-quality staff. And "Rating" is the sum of votes.It's also the way for an OP to know how many people said "Thank you for your post and hard work" for his article. We can see articles with more than 10 "thank you for your post" signs.It's the way to "Agree" and "I like it" for the answers and comments.Also, sometimes Votes is the way to say "I disagree" and "I don't like it" and yes, it can be confusing to distinguish when you "disagree" or "dislike".It's not an ideal mechanism, maybe we would introduce something better, need your advice here.
go to post Evgeny Shvarov · Oct 6, 2017 Thank you, John!I would add that for questions 2-3 sentences long teaser can include the whole question.
go to post Evgeny Shvarov · Oct 5, 2017 Forgot to mention, that good question should contain only one question in the body.
go to post Evgeny Shvarov · Oct 5, 2017 Hi, Mike!It's a good question.Now Groups are tags, which we want to be in any post. Every Group tag relates either to InterSystems Product (Caché, Ensemble, HealthShare), or InterSystems Technology (DeepSee, IKnow) or InterSystems Service (Learning Services, Worldwide Response Center (WRC)). All the rest valuable things are tags. HTH.
go to post Evgeny Shvarov · Oct 5, 2017 Dmitry, thank you for your great input for the community. And looking forward seeing articles describing your docker experience with InterSystems technology and how you benefit from it.
go to post Evgeny Shvarov · Oct 5, 2017 [@Dmitry Maslennikov], congratulations with a debut on Global Summit sessions in the video two! Find yourself on 42nd minute ;)
go to post Evgeny Shvarov · Oct 5, 2017 Hi, Fabio! Great article! Do you have a github repo or gist for your sample classes too?
go to post Evgeny Shvarov · Oct 4, 2017 Hi, Community!We introduced Single Sign On for Global Masters (GM).So you can use your WRC credentials to join globalmasters now. First time it would also ask you for a GM specific password.How it works:For those who have no active WRC account yet the invite is a way to join! Comment this post to get the personal invite to the Intersystems Global Masters Advocates Hub.And you can use your login and password if you are already a member.
go to post Evgeny Shvarov · Oct 4, 2017 And we would have a session regarding containers from @Luca Ravazzolo, InterSystems Product Manager.Come to InterSystems Data Platform UK Meetup and InterSystems UK Summit!
go to post Evgeny Shvarov · Oct 2, 2017 Hi, Tyler!Nobody is clicking on them in the sidebar. Anyway if we would have a lot of votes on it we would move it underneath.
go to post Evgeny Shvarov · Oct 2, 2017 Hi, Konstantin!The problem with strange suggestions fixed, but it doesn't suggest anything for $CASE now ) Did you introduce $CASE in a blacklist? )I think suggestions on all COS commands and functions is a good option for the search field (if possible of course).
go to post Evgeny Shvarov · Sep 28, 2017 Hi, Konstantin!I tried to search $Case word it finds, but it shows strange option in a dropdown list of a search field. See the screenshot:What does it mean?
go to post Evgeny Shvarov · Sep 28, 2017 BTW, we implemented related articles feature via InterSystems iKnow technology. It's in a beta stage at the moment, so if you find a wrong related list of articles somewhere I would appreciate if you provide it here, we would tweak the blacklist and similarity rate. Thank you in advance!
go to post Evgeny Shvarov · Sep 28, 2017 Currently the only way to give permissions on "Future" tables (that is, tables you haven't created yet) is to grant permissions on the schema and then add tables to that schema.Hi, Kyle! I do not want to grant permissions to "Future" tables, though your suggestion is interesting and helpful. The question was if anyone has a kind of wise parser which examines all the Listings in all widgets of a Dashboard and parse FROM clause to grant permissions to tables listed there.
go to post Evgeny Shvarov · Sep 27, 2017 What if I want to export Resources only and then manage it on a target system manually?It's not obvious how to export Resources only.
go to post Evgeny Shvarov · Sep 26, 2017 Got it. But I think you missing Global and SQL views.E.g. here is SQL view on Sample.Person (you can find it in your SAMPLES namespace): Similar to your screenshot table structure, yes?And here below there is a screenshot of Global data of the same table. Anyway, regarding your question, there are SQL and GLobal ways to deal with your data but please provide more details on the scheme, either global names or SQL tables.As I see you have JSON data in the field payload. So extract the data from this field with SQL query (this is a good article), extract date/time information via JSON and put it in another class field and sort via Index or just put it in a global index and get it sorted automatically.HTH