Evgeny Shvarov · Sep 28, 2017 go to post

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?

Evgeny Shvarov · Sep 28, 2017 go to post

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!

Evgeny Shvarov · Sep 28, 2017 go to post

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.

Evgeny Shvarov · Sep 27, 2017 go to post

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.

Evgeny Shvarov · Sep 26, 2017 go to post

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

Evgeny Shvarov · Sep 26, 2017 go to post

Hi, Soufiene!

I beautified your question a bit:

Fixed the title:

extract values from global -> How to Extract Values From a Global

Fixed some bugs in English in your question.

Beautiful title and text of the question motivate DC members to answer it.

Regarding your question: you ask about extracting from a Global, but provide the result of SQL query. Do you really want to work with global? If so would you please send the screenshot or structure of the global with data?

Evgeny Shvarov · Sep 25, 2017 go to post

Hi, Rubens!

Generally, Feedback group is intended for DC issues and is hidden from the main feed.

We moved feedback requests from the main feed last year cause there were so many requests that they overlapped technical discussions very much.

This year DC engine works better and there are few issues to it, so I don't mind if we can discuss some DC problems on the main feed from time to time as your post about accepting answers. If you feel that you need more focus and discussion on the particular DC problem it worth to have it on the main feed.

So it's up to you.

Evgeny Shvarov · Sep 21, 2017 go to post

Yes, we also plan to introduce annoying email notification for OP to pick an answer if there are any answers and no any is accepted.

Evgeny Shvarov · Sep 21, 2017 go to post

Hi, Rubens!

Thanks for the topic. 

I didn't get 5 and 7, would you please elaborate?

Evgeny Shvarov · Sep 19, 2017 go to post

Hi, Sebastian! What I like about your comment that you are not saying that it is impossible.

About small COS community: how large the community should be in numbers to support the project in your opinion?

In my opinion, 3rd party library for InterSystems data platform would be supported by the community if:

1. It provides a great added value for significant part of community

2. It is easy to collaborate in development

3. It is easy to install/deinstall the library

Evgeny Shvarov · Sep 12, 2017 go to post

Hi, Mike! It would be posted on YouTube in a few days, we would make an announcement here.

Evgeny Shvarov · Sep 11, 2017 go to post

We introduced two more sessions:

"A Secure Distributed System DevOps Architecture with Caché, Git Ansible and Object Synchronization " by [@Amir Samary] and 

"Visualize DeepSee Data Your Way" by [@Peter Steiwer].

We are starting at 5pm (PT) at Tech Exchange, Developer Community table (Pike's Peak).  Come the sessions!

Evgeny Shvarov · Sep 11, 2017 go to post

Text your questions now to  get answers on Global Summit 2017 Key Notes to a number:

+16179968827

Evgeny Shvarov · Sep 7, 2017 go to post

I would add that repositories with "separate files for separate classes" and "Packages are folders" approach are much more readable if the code is exposed in UDL form. Check cacheobjectscript-udl repositories with code in UDL as examples. 

Atelier supports UDL and there are several libraries like this one which allows export Caché objectscript code in UDL easily.

Evgeny Shvarov · Sep 5, 2017 go to post

Hi, Eduard! 

Thanks for the part 2!

I'm the happy user of RESTForms framework, hope other InterSystems community members would benefit from it too!

Thanks for hacking this!

I would also mention [@Sergei Sarkisian] who introduced UI layer for this library on Angular 1.+. Thanks Sergey!