go to post Evgeny Shvarov · Feb 18, 2016 Hi, Sylvian!We used another approach to this problem and find solution which our customers use in production.Customers wanted sophisticated excel reports from DeepSee. Thay alredy had hundreds of predefined reports in form of Excel.What we do:1. Transform this standard Excel reports into excel-xml(save Excel as xml) templates with XSLT variables inside.2. Programmaticaly run reports in DeepSee, parse the result and perform XSLT transformation under excel-xml templates and data from DeepSee. You can use for this either %DeepSee.ResultSet or %DeepSee.REST.API or MDX2JSON.3. Get the ready to use Excel reports with data from DeepSee in excel-xml form.Here are some code examples, presentation and workthrough which are mostly in Russian (except COS).Hope it helps.
go to post Evgeny Shvarov · Feb 18, 2016 Thank you Andreas! I used Caché Monitor many years ago, it is great! Server Navigator link doesn't work, would you please fix it?
go to post Evgeny Shvarov · Feb 16, 2016 Hi, Steve! Have you tried %Last function? E.g. in a MDX query below it counts records only for the last month of sales for every product. SELECT NON EMPTY %Last([DateOfSale].[Actual].[MonthSold].Members) ON 0,NON EMPTY [Product].[P1].[Product Category].Members ON 1 FROM [HoleFoods]
go to post Evgeny Shvarov · Feb 16, 2016 Not yet but It's planned. Try markdown - it should work now.E.g. sample from wikipedia
go to post Evgeny Shvarov · Feb 16, 2016 And you can vote for the comment now!Mark the comment which is the answer for your question with your vote. It also can help somebody to win the GS Free Registration Contest.
go to post Evgeny Shvarov · Feb 9, 2016 [MODERATOR] Moved post from Community Feedback to Caché and Web Developoment.
go to post Evgeny Shvarov · Feb 6, 2016 What for? Is it for code examples? For projects' examples please use github. We will fork best projects into this repository.
go to post Evgeny Shvarov · Feb 4, 2016 Sorting mechanizm on first page at least 'not obvious'. We are working on it.
go to post Evgeny Shvarov · Feb 4, 2016 Good point, Scott. We'll think to recover it or to introduce another better functionality.
go to post Evgeny Shvarov · Feb 4, 2016 Hi, Scott! Look also at this approach for deployment. This UML Explorer tool is deployed by importing class package into Studio (not Atelier). During class compilation it runs installation scripts which create database, namespace, web app, etc. So for the client installation procedure is just one action: import package into Caché with Studio or Control Panel and client can start use it. They like it.
go to post Evgeny Shvarov · Feb 3, 2016 Today was Community Portal update wich added Create New Post button even on main page which is obviously is more convenient. So if you want to make a post you can do it on the main page now. Looking forward to see your new posts!
go to post Evgeny Shvarov · Feb 2, 2016 You are welcome, Scott! Did you change the editor to html? And hope your comment means +1 too, am I right? )
go to post Evgeny Shvarov · Feb 2, 2016 It's the tag which helps post's author to manage how many sentences of the post people can see in the feed here. This post has been automatically cut to 2 sentences: My post is cut where I decided to do it And I can manage it with <!--break--> Makes sence?
go to post Evgeny Shvarov · Feb 2, 2016 Hi, Victor! Thanks! Yes! There is a discussion about this. It's not working properly now but is planned to fix and introduce this service. Looking forward to see your questions about InterSystems Products.