go to post Evgeny Shvarov · Oct 13, 2016 BTW, Caché Web Terminal now has intelligent code completion for classes and methods "on the fly" in the latest release, very nice feature.
go to post Evgeny Shvarov · Oct 12, 2016 Hi, Ryan! Let me show you this via Samples: This MDX will do the job: SELECT NON EMPTY {[Measures].[Amount Sold],[MEASURES].[PCT REVENUE SOLD]} ON 0,NON EMPTY HEAD(ORDER([Product].[P1].[Product Category].Members,Measures.[Amount Sold],BDESC),5) ON 1 FROM [HOLEFOODS] Where PCT REVENUE SOLD has the following expression: Aggregate(Product.CurrentMember,Measures.[Amount Sold])/Aggregate(Product.CurrentMember.Parent,Measures.[Amount Sold]) This results in Analyzer with the following pivot: It shows top 5 Product categories by revenue with percent to Total. Hope this helps
go to post Evgeny Shvarov · Oct 11, 2016 Hi, Mack! Thanks for the feedback!Would you please be more specific: do you want more lines for the tag view or the search results?
go to post Evgeny Shvarov · Oct 11, 2016 *wish I could post an answer*Good point, Scott, thanks. This is filed.
go to post Evgeny Shvarov · Oct 11, 2016 Hi, Mack! Thank you for the feedback! Yes, it's the known issue and would be fixed with next release.
go to post Evgeny Shvarov · Oct 10, 2016 Hi, Scott! Out of curiosity - why not DeepSee? Have you seen DeepSee REST API, MDX2JSON, DeepSee Web?Fast, Easy, any metrics.
go to post Evgeny Shvarov · Oct 10, 2016 Hi, Murray! Thanks for the FAQ! How can the code be highlighted with markdown?
go to post Evgeny Shvarov · Oct 10, 2016 Hi, Martin!This is known issue listed here and fixed for you now.You should receive only valid messages notification letters now: one for every new post on DC.If anyone experiences similar problems please comment here or drop me the email directly.
go to post Evgeny Shvarov · Oct 6, 2016 Great idea! We can introduce special tag Enhancement Request to mark such a proposals.
go to post Evgeny Shvarov · Oct 6, 2016 Hi, Benjamin!Eduard just posted the solution to automatically implement changes listed in your article.
go to post Evgeny Shvarov · Oct 5, 2016 Hi, Sansa!What is the Caché installation type? 8-bit, or Unicode? You can find out it via $zv.
go to post Evgeny Shvarov · Oct 4, 2016 Hi, Sylvian! Thanks for the sippet! What is the reason to add DSINTERVAL to all the classes?
go to post Evgeny Shvarov · Oct 4, 2016 That's easy. Add some indices to the Cube's source class and do not rebuild it. Voila.
go to post Evgeny Shvarov · Oct 3, 2016 Hi, Dmitry!It's known issue and will be fixed in the next release.
go to post Evgeny Shvarov · Oct 3, 2016 I think it's available for every version with REST support in Caché. 2012.1?
go to post Evgeny Shvarov · Sep 29, 2016 Thanks for sharing this, John!Fixed a bit tags and code formatting according to Developer Community FAQ.
go to post Evgeny Shvarov · Sep 29, 2016 Hi Paster-Bachar!Have you seen Caché Github Continuous Integration project?It provides you with ability to perform needed operations before/after importing code from Github repository.Also please see this discussion regarding the CacheGithubCI
go to post Evgeny Shvarov · Sep 28, 2016 Hi, Kevin!Thanks for the valuable feedback.We will introduce it to the DC UI in some next release.But today I can suggest you this DeepSee dashboard with the list of daily posts.It shows articles daily in the current month (you can pick another month if you want), numbers are clickable to let you go to the posts.There are also filters on post types, groups, tags and author.Hope that helps.