go to post Evgeny Shvarov · Oct 23, 2017 Steve, but it does for me exactly what you are describing.WITH MEMBER [DateOfSale].[LastDayOfMonthRevenue] AS 'AGGREGATE([DateOfSale].[Actual].[MonthSold].CurrentMember.LASTCHILD,MEASURES.[Amount Sold ])' This will show last child member which has value in the next level of hierarchy. And with AGGREGATE you can alter the Measure you want to show up.Hope [@Alessandro Marin] can provide more info.
go to post Evgeny Shvarov · Oct 22, 2017 And also you can earn 300 points in Global Masters for the survey completion.
go to post Evgeny Shvarov · Oct 19, 2017 One week left for the meetup! Come to discuss Sharding - the new feature which comes with InterSystems IRIS, High Availability and Atelier with InterSystems Developers and Product Managers. See you in Cambridge!
go to post Evgeny Shvarov · Oct 17, 2017 We live now! If you have any questions for presenter you can ask it online.
go to post Evgeny Shvarov · Oct 17, 2017 Sure, Sergio!You are very welcome to introduce issues or contribute.
go to post Evgeny Shvarov · Oct 16, 2017 Hi, Sergio!There are some efforts in this field in the community. Have you seen this VSCode extension?It supports COS highlighting for UDL sources and pretty much that's it.But anyway it can be used for COS coding if you are OK with importing code to Caché manually and debugging Caché ObjectScript in the terminal.For code importing/exporting I would recommend to try this tiny library: cache-udl.
go to post Evgeny Shvarov · Oct 15, 2017 Yes, it's the last step. You even may call ./cinstall_silent to go in non-interactive mode, docs. My question was, how do you download tarball/extract it/run the update. It's a kind of routine operation I was hoping to see all the script.
go to post Evgeny Shvarov · Oct 13, 2017 Hi Thembelani!Beautified your code a bit with code blocks.To post code blocks highlighted do the following:1. Paste the code2. Select code and pick Formatted from Paragraph format. (Normal dropdown).3. Pick Computed code from Block Styles (Styles dropdown).Or, in the source mode (click Disable rich-text or click Source) embrace code block with <pre><code> </code><pre> tags.See details in this post.
go to post Evgeny Shvarov · Oct 13, 2017 Recently we got yet another "spam" post. It was hidden. So this post was updated with the statement: Note! Moderators may remove posts that are not related to InterSystems products and technologies.
go to post Evgeny Shvarov · Oct 12, 2017 Hi, Joe! You are invited!And you can use your WRC account if you want to join GM.
go to post Evgeny Shvarov · Oct 12, 2017 A Mocking Framework video is available on the InterSystems Developers YouTube Channel.