go to post Evgeny Shvarov · Apr 18, 2019 That's great! Do you want to add IRIS tag then? and IRIS product to the app on Open Exchange?
go to post Evgeny Shvarov · Apr 18, 2019 There were an article by @Mikhail Khomenko . Also, there is another one on using Grafana for monitoring and Prometheus.
go to post Evgeny Shvarov · Apr 16, 2019 Great article, Henry! I have a question: will it work with IRIS? E.g. with IRIS Community Edition?
go to post Evgeny Shvarov · Apr 14, 2019 Hi Stella!This is complicated cause the base class of a cube should contain the most granular records for the subject area being analyzed. Speaking with family terms children can analyze their dads in a cube but not vice versa. That means want to analyze Kids - build the cube for Kids.There is one trick though which lets you analyze Kids from Dads assuming if your Dad is not very fruitful ;) I mean this will work if your Dad has less then 1,000 kids) You can build the Kids dimension with a level which consists of a comma-separated list of Kids IDs or kids data - use ObjectScript expressions for this. And mark this dimension as comma-separated in Dimension settings.If the ObjectScript expression is long, use %cube.Method to call the method of the cube where you can code the complex logic.Then you are able to show in levels and properties in this dimension whatever data you want to calculate and aggregate from kids using ObjectScript expressions.HTH
go to post Evgeny Shvarov · Apr 14, 2019 Hi Vincent!One of the working examples of DeepSee Dashboard filters promoted via URL you can check here in Developer Community.If you open your member's page you may click on View Analytics link and open the DeepSee Dashboard with filter parameters in URL, which shows this year postings filtered by Vincent Levesque.And you may check how this works and even install on your laptop using this repo.
go to post Evgeny Shvarov · Apr 13, 2019 Is it possible to introduce .vscode settings into the repo?E.g. I want to checkout the repo, docker build, docker run, and then having VSCode connected to server, port and namespace, which are set in a dockerfile and docker-compose.yml?
go to post Evgeny Shvarov · Apr 13, 2019 And forgot to add, that to open IRIS terminal just call the following: user$ docker-compose exec iris iris session iris
go to post Evgeny Shvarov · Apr 13, 2019 Would be great to see the paremeters of VSCOde current connection - what is the server, port, namespace.Now I see only this:and would be great to know, what is the namespace
go to post Evgeny Shvarov · Apr 13, 2019 Great news, Eduard!I wonder - if Python Gateway works with IRIS Community Edition?
go to post Evgeny Shvarov · Apr 11, 2019 Thanks, Rob!Introduced your issue here. Please share more requests and feedback there
go to post Evgeny Shvarov · Apr 4, 2019 Is it only for the Management Portal? Or will influence any Zen apps too? e.g. DeepSee/IRIS Analytics UI?
go to post Evgeny Shvarov · Apr 4, 2019 I think it's better to show this famous window with the alert for better understanding. Do you have one? )
go to post Evgeny Shvarov · Apr 3, 2019 Hi Flavio!Hope you are talking about Visual Studio Code, not Visual Studio.There are at least two active approaches on coding and compiling ObjectScript from VSCode:VSCode ObjectScript by @Dmitry Maslennikov Serenjii by George James Software, with a debugger in VSCode, recently announced by @John Murray .Also, check my video on how to compile from VSCOdeHTH
go to post Evgeny Shvarov · Apr 2, 2019 Anyway, was a good "1st april joke" approach ;) I like! Thanks, @Timur.Safin !
go to post Evgeny Shvarov · Apr 1, 2019 BTW, where do you maintain local variables for each closure?They have a separate memory page somehow, right? E.g. here we have separate pages for cnt1 and cnt2
go to post Evgeny Shvarov · Apr 1, 2019 Bravo, @Timur.Safin !And what about the performance? ;) Are closures just a "MIT student must" syntax sugar, or it gives you some boost in execution too? ;)