go to post Evgeny Shvarov · Jan 12, 2020 Hi Peter! It's really a great app, I'm using every week to quickly analyze CSVs and make reports. The question: suppose I built a cube, pivots, and dashboards against the particular CSV file. And then I'm getting the new csv with the same format but different data. What is my approach to using the data from CSV with what I already built for CSV and to avoid building everything from scratch?
go to post Evgeny Shvarov · Jan 12, 2020 I think we had a session on it on Global Summit. @Jeff Fried ?
go to post Evgeny Shvarov · Jan 10, 2020 You don't have it "out-of-the-box" cause it's a community project, which is used in the prepared lab server but could be installed into any IRIS machine e.g. with ZPM: zpm:USER>install webterminal
go to post Evgeny Shvarov · Jan 9, 2020 Hi @Raj Singh ! We recently introduced a new post type - Discussion, I changed this announcement to Discussion - I think this is more relevant. Discussion is the type of posting where you want a conversation, input, discussions on the topic.
go to post Evgeny Shvarov · Jan 7, 2020 Hi guys! We had an issue with ratings that is fixed now. But the list of best articles is updated - there are new articles and new heroes of the year! Congrats!
go to post Evgeny Shvarov · Jan 7, 2020 We had a bug in the Questions list - this is fixed now, and we have new best questions :)
go to post Evgeny Shvarov · Jan 7, 2020 Top 3 most discussed questions are about ObjectScript. Top viewed questions are about ODBC, JSON, CORS and Excel. Top 6 voted questions are about @Otto Karlinger and Otto's fan club ) Do you think guys we need to cancel voting for questions? @Robert Cemper! Congrats for amazing 142 votes for answers this year! This is a tremendous help to InterSystems Community and maybe an unbeaten record! Thank you so much, Robert, and thank you very much, experts, who solved so many problems and helped developers this year!
go to post Evgeny Shvarov · Jan 4, 2020 Robert! Is it wrong or it's incomplete? Wrong is a fake, incomplete - its another 'not enough information', which should be stated on the site of course. Some companies just don't share their contracts and partnership at all so I'm curious if any "enlyft" can show accurate information.
go to post Evgeny Shvarov · Jan 4, 2020 Yes, I agree that it's not clear where they got the information. Is there any disclaimer on the site? Some information is accurate some are at least 'not sufficient".
go to post Evgeny Shvarov · Jan 4, 2020 @Mark Bolinsky - your article is the most viewed this year! Not surprised ) @Henry Pereira - congrats on the most voted article - everybody agrees that unit tests are 'the must' but not everybody is using it ;) And voting for this is almost using this! :) @Henrique Dias - and yours the most discussed, perhaps the monitoring is the hottest topic! Wish we add it to ZPM to make the installation instant. Thank you, gentlemen! And thanks all for contributing such great articles this year!
go to post Evgeny Shvarov · Jan 4, 2020 Thanks, Ponnumany, interesting! Pretty much no code libraries. This is what InterSystems Open Exchange and ObjectScript Package Manager for.
go to post Evgeny Shvarov · Jan 4, 2020 Sander! Could you also share it on Github and submit to Open Exchange, please? Even better with ZPM module?
go to post Evgeny Shvarov · Dec 30, 2019 Hi Peter! Thanks for the question. It makes a lot of sense to test your package before publishing it on ZPM-registry. You can test it via 'load' and 'publish' commands of ZPM-client. Suppose, you have IRIS with ZPM client installed and you have the repo folder locally with module.xml in the root. Then you can use following command to test the module.xml loading: USER:zpm>load /yourfolder/withrepo/ or with -v with more details: USER:zpm>load -v /yourfolder/withrepo/ It shows the log and if module.xml is not correct you'll see errors in the log. This is the test of resources description. Then you can test the publisher with 'publish' command. Call: USER:zpm>packagename publish or with -v with more details: USER:zpm>packagename publish -v This will try to execute all the tests, run web-app settings and call invoke methods locally. This will then refuse to publish cause you don't have the registry locally - which is OK, because you don't want to publish locally, right? All other errors will tell you if something is wrong with your module.xml package. HTH
go to post Evgeny Shvarov · Dec 27, 2019 True. Fabian! Could you please publish this Graph util as standalone app on Open Exchange?
go to post Evgeny Shvarov · Dec 26, 2019 If it says "Computing Axis" in Analyzer this is most probably the case of MDX Query performance. You can run the MDX Query you use in this pivot against any of the tools @Peter Steiwer mentioned above and share the results here or/and with WRC Support.
go to post Evgeny Shvarov · Dec 26, 2019 I saw it but didn't get what it does. Could you please share how is it helpful?
go to post Evgeny Shvarov · Dec 26, 2019 Hi Lawrence! Does your issue relates to DeepSee Dashboards UI or to the MDX query performance?