Evgeny Shvarov · Oct 25, 2017 go to post

Got it now.

Steve, you can introduce your own data hierarchy build with expressions on this property which will have levels:

Year, Month, Day, hour  (or minute).

And thus with LASTCHILD on Day level you can get the last member of the day.

Evgeny Shvarov · Oct 24, 2017 go to post

Hi, Thomas!

It's a great idea! Do you want to provide a description for the group?

Evgeny Shvarov · Oct 23, 2017 go to post

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.

Evgeny Shvarov · Oct 19, 2017 go to post

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!

Evgeny Shvarov · Oct 16, 2017 go to post

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.

Evgeny Shvarov · Oct 15, 2017 go to post

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.

Evgeny Shvarov · Oct 13, 2017 go to post

Hi Thembelani!

Beautified your code a bit with code blocks.

To post code blocks highlighted do the following:

1. Paste the code

2. 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.

Evgeny Shvarov · Oct 13, 2017 go to post

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.
Evgeny Shvarov · Oct 12, 2017 go to post

Hi, Joe! You are invited!

And you can use your WRC account if you want to join GM.

Evgeny Shvarov · Oct 11, 2017 go to post

Hi, Jose!

May I ask you, have you tried DeepSeeWeb? It's an Angular based application which is using DeepSee REST API and provides instant Angular UI for DeepSee Dashboards?

Evgeny Shvarov · Oct 10, 2017 go to post

Hi, Jose!

I guess it's more about CSP security than DeepSee API. I think  you need to have the same session for another Caché web app.

Set up the settings for your REST web app where login cookie is checked, and the path for cookies is same for both apps.

HTH.