go to post Alexander Koblov · Jan 18, 2017 Also, please see http://blog.intersystems.com/compatibility/2014/08/25/deprecation-and-pl...
go to post Alexander Koblov · Jan 16, 2017 Atelier does not support servers on VMS (https://download.intersystems.com/download/atelier.csp)
go to post Alexander Koblov · Jan 3, 2017 Webterminal is web-application. In web-application settings you can specify resource that user require to have to use that application. Then you can grant this resource to users that are allowed to use this web-application; webterminal in this case.
go to post Alexander Koblov · Dec 22, 2016 I would look into some kind of string distance measures. For example, Levenshtein distance.
go to post Alexander Koblov · Dec 16, 2016 Hi Dan. I've just repeated Allesandro's steps on 2016.2.1 and got the same results as he. With the exception that screenshots for PTD and LYPTD showing usage of ISNULL function, whereas you should use just %OR(...) expressions that are written before screenshot. Here is the MDX I've got: WITH MEMBER [DateOfSale].[PTD] AS '%OR(PERIODSTODATE([DateOfSale].[Actual].[$variable.Period], [DateOfSale].[Actual].[DaySold].&[NOW]))' MEMBER [DateOfSale].[LYPTD] AS '%OR(PERIODSTODATE([DateOfSale].[Actual].[$variable.Period], PARALLELPERIOD([DateOfSale].[Actual].[YearSold], 1, [DateOfSale].[Actual].[DaySold].&[NOW])))' SELECT NON EMPTY NONEMPTYCROSSJOIN([Measures].[%COUNT], {[DATEOFSALE].[PTD],[DATEOFSALE].[LYPTD]}) ON 0, NON EMPTY [Product].[P1].[Product Category].Members ON 1 FROM [HOLEFOODS] Alexander.
go to post Alexander Koblov · Dec 2, 2016 Dan, please see following post https://community.intersystems.com/post/cannot-start-atelier-java-was-st... It might help
go to post Alexander Koblov · Nov 28, 2016 Please note that is project is a simple prototype and far far far away from any production use.
go to post Alexander Koblov · Nov 28, 2016 Maybe just tools? Do you think there will be other tools mentioned on Community other than tools for developers?
go to post Alexander Koblov · Nov 22, 2016 Is this what you want? http://docs.intersystems.com/cache20162/csp/docbook/DocBook.UI.Page.cls?...
go to post Alexander Koblov · Nov 17, 2016 Hi Ryan. For each level there is Sort option in Architect's right pane. For numbers you should set it to 'asc numeric' or 'desc numeric'. http://docs.intersystems.com/cache20162/csp/docbook/DocBook.UI.Page.cls?...
go to post Alexander Koblov · Nov 17, 2016 Albert, notice comma after last END in the query: THEN 400 END, WHERE
go to post Alexander Koblov · Nov 16, 2016 Albert, please provide error that you receive when you try to run that query
go to post Alexander Koblov · Nov 16, 2016 Albert, you second option should work. I've just tested it on 2016x1. Probably the reason of error is last comma between END and WHERE: END, WHERE CodigoNum IN ('100','101')
go to post Alexander Koblov · Nov 8, 2016 And here is the link https://community.intersystems.com/post/how-resend-large-number-messages...
go to post Alexander Koblov · Nov 2, 2016 Maybe it makes sense introduce sorting of answers based on votes in addition to current sorting based on time. See, for example, reddit (https://www.reddit.com/r/javascript/comments/3u7l76/microsoft_wont_suppo...). Most voted comment is shown first, then most voted reply to this comment, etc.
go to post Alexander Koblov · Nov 2, 2016 The same on members list (https://community.intersystems.com/members). Also, once new part is uploaded my browser scrolls to the top of list, so I need to scroll already shown items again.
go to post Alexander Koblov · Oct 31, 2016 Can you please provide more information about this utility. Google shows no results for query 'stzzpass'
go to post Alexander Koblov · Oct 6, 2016 For immediate help you should contact InterSystems‘ Worldwide Response Center (WRC) http://www.intersystems.com/services-support/for-immediate-help/
go to post Alexander Koblov · Oct 4, 2016 John, I get the same error as you if I disable repo http://download.eclipse.org/releases/neon in "Available Software sites" in Settings. Please check that you have this repo enabled. Regards, Alexander.