I like Digital Ocean cloud. We use it for PoCs, demos and student projects. IT's convenient, robust and pretty cheap.
- Log in to post comments
I like Digital Ocean cloud. We use it for PoCs, demos and student projects. IT's convenient, robust and pretty cheap.
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.
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?
You are welcome, Scott! Did you change the editor to html?
And hope your comment means +1 too, am I right? )
+1!
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.
+1) We plan to substitute voting to +1/-1 model.
Good point, Scott. We'll think to recover it or to introduce another better functionality.
Sorting mechanizm on first page at least 'not obvious'. We are working on it.
+1. Filed as DC-170
Fixed
What for? Is it for code examples?
For projects' examples please use github. We will fork best projects into this repository.
[MODERATOR] Moved post from Community Feedback to Caché and Web Developoment.
Hope to see support for UDL import/export in this project
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.
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]
Thank you Andreas!
I used Caché Monitor many years ago, it is great!
Server Navigator link doesn't work, would you please fix it?
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.
Hi, Scott!
Please see the article about deployment.
Great article.
I like to use this approach with CacheUpdater tool. It adds a Task in Caché with parameters of github repo URL and credentials if needed.
So if I need to update the app with new code from github repo I just run the task.
Besides Free Registration promo code prize for the MVP now includes 4 night stay in Arizona Baltimore, Waldorf Astoria Resort! Become MVP of InterSystems Developer Community!
Hi Community! In addition to Free Registration promo code prize for the MVP of Developer Community now includes 4 night stay in Arizona Baltimore, Waldorf Astoria Resort!
Hi, Mike!
Nice to see you in InterSystems Developer Community!
I have you book on my table) Thank you for your work! Can we wait for any new books from you?
I see Paul and Benjamin answered your questions.
Here are my 2 cents: COS highlighting, small FAQ. But as Paul mentioned DC is changing weekly so some of the advices became obvious some has become deprecated already.
And there is new "Separate teaser button in WYSIWYG editor to insert tag to separate annotation from the rest of the text.

Use it to manage annotation paragraph which readers see in the list of posts on the main page.
I would add "Go Scott!"
If you change filters to February scope there is following picture for top 20:

Where are your new cruel questions? )
We have a formula which summarize votes for posts, votes for comments.
It also gives some score for comments in your post.
It counts points also for your comments in other posts - e.g. for your answer on the question.