go to post Evgeny Shvarov · Aug 13, 2018 So you want to prevent users from changing the source code of the class. Deploy it without a source code?
go to post Evgeny Shvarov · Aug 10, 2018 And you can save extra $250 on your registration for Global Summit with Global Masters rewards. Learn more!
go to post Evgeny Shvarov · Aug 9, 2018 Web Terminal 4.8 released! Now supports InterSystems IRIS! See the details.
go to post Evgeny Shvarov · Aug 8, 2018 Hi, Jacquie!Who are the speakers at InterSystems AI Symposium?
go to post Evgeny Shvarov · Aug 8, 2018 Great news, Jacquelyn, thank you!You say it would be on a special AI event. So Babak will take a session on GS keynote on 30th of September or on an AI symposium on 3rd of October?
go to post Evgeny Shvarov · Aug 8, 2018 And... What about other languages? Portuguese, Japan, German?Who'll raise the flag? Anyone? )
go to post Evgeny Shvarov · Aug 8, 2018 Thanks, Francisco!And the repo is also mirrored to Community Github
go to post Evgeny Shvarov · Aug 6, 2018 Hi, guys!There is a community project of DSW reports - which provides a way to prepare and send DeepSee Web reports in PDF by schedule.So, we introduced this feature to DC online analytics to have a weekly report in PDF - like this one.If you want to receive this report on Mondays too please put your comment here, we'll put you on the list.And you are very welcome to introduce your issues how we can improve it, or provide your pull requests.
go to post Evgeny Shvarov · Jul 31, 2018 Hi, Karthik!Check DeepSee Web solution - it is Angular visualisation module for DeepSee Dashboards and you are able to introduce your own visualisation for any DeepSee widgets. Check this posts too: one, two.
go to post Evgeny Shvarov · Jul 31, 2018 Hi, Scott!It's obvious, but what about this?^OSUWMCInstance = "TestClin"^OSUMCLDAP("LDAPKey") = "/ensemble/"_^OSUWMCInstance_"/mgr/LDAPKeyStore/"
go to post Evgeny Shvarov · Jul 31, 2018 Actually I'm impressed how quickly you guys introduce in QEWD new trendy approaches for development. Though there is a difference here: what @Gevorg Arutunyan published supports Caché Objects and I doubt if QEWD does. Is there any Caché Objects support/mapping in QEWD?
go to post Evgeny Shvarov · Jul 31, 2018 And, any stats, Rob? Is it the most popular API in EWD and EWD3? And why it is not supported in QEWD?
go to post Evgeny Shvarov · Jul 30, 2018 If you like Visual Studio Code you can consider to try VSCode-ObjectScript extension. Github repo.
go to post Evgeny Shvarov · Jul 29, 2018 If you don’t use Studio, you can consider to try isc-dev tool, which is intended to simplify routine processes of import/export code, releases and patches.Import it to e.g. USER and map to %All.After that you’ll be able to import, export, release and patch in any namespace.To work in a given namespace point the tool to a directory on the disk which contains repository in UDL or XML classes (preferablly UDL) with the following command: d ##class(dev.code).workdir(“/work/github/myproject/src”) Use following to import the code: d ##class(dev.code).import() To setup the mask introduce isc.json file into .../src folder with following content: {“compileList”:”A*.INC,B*.CLS,C*.CLS,D*.DFI,E*.GBL” ”projectName”:”myproject” ”git”:0} Example Call Init class to let dev.code use settings in the given namespace: d ##class(dev.code).init() After that you’ll be able to export all the project in one file with the release command: d ##class(dev.code).release() it will export all into one /mgr/database/myproject_release_ddmmyyy.xml file. Once you commit your changes to git repo you’ll be able to have a patch release. Call d ##class(dev.code).patch() to get all the changed code into one patch release in /mgr/database/myproject_patch_ddmmyyyy.xml file. To export all source code (including DeepSee staff) in UDL and organized in folders call: d ##class(dev.code).export() And call compile method to compile everything in your project, but not the whole namespace: d ##class(dev.code).compile() One of the projects which is maintained with this util is dsw-map: classes, globals, DFIs, releases.
go to post Evgeny Shvarov · Jul 23, 2018 Cool staff, Athanassios!Caché queries demo doesn't work though:
go to post Evgeny Shvarov · Jul 23, 2018 Jaqueline!I do not get the aim: do you want to filter facts BEFORE building the cube? Or you want to filter cube data on the fly via dimensions and members somehow?If you are looking for "any this values" in filter expression you could consider to try with %OR
go to post Evgeny Shvarov · Jul 19, 2018 Hi, M Y!Check this video and these articles (one, two) from @Mark BolinskyHTH