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
go to post Evgeny Shvarov · Jul 18, 2018 Hi, Fabian!Could you share please the call to export the compiled classes without source code?
go to post Evgeny Shvarov · Jul 18, 2018 And I think you can use IN operator in this Build Restriction expression - use everything which suitable to put in WHERE clause of a SELECT query.
go to post Evgeny Shvarov · Jul 18, 2018 Hi, Jaqueline!Have you tried Build Restriction field of the cube?Build Restriction is in the properties of the cube.Put there SQL Expression which goes after WHERE clause. It will filter the facts which will be included to your cube. E.g. if you base your cube on Samples.Person you can set the Cube Build Restriction as:NAME='John' to limit the facts of the cubes to only records with 'John' in Name property.HTH
go to post Evgeny Shvarov · Jul 17, 2018 You could also check this small library isc-dev which could automate you on working with git on:import/export code in UDL, exporting releases and patches upon commits.
go to post Evgeny Shvarov · Jul 17, 2018 Hi, Murillo! You also can export all the classes, DFIs, globals or whatever of your project in one file with D $System.OBJ.Export(). E.g.: s list="RMH*.CLS" D $System.OBJ.Export(list,"release16072018.xml") Then just import it on a target system.
go to post Evgeny Shvarov · Jul 13, 2018 Oleg, congrats with 1,500+ installations of VSCode-cos!And I like the new features of "Save on Compile" and easy server connection settings.
go to post Evgeny Shvarov · Jul 13, 2018 Actually the voting has already resulted into the coming webinar. See the announcement )
go to post Evgeny Shvarov · Jul 2, 2018 Thanks, Oleg!But it's not about to map DeepSee globals, though this is helpful. Do you want to provide more details on this repository? Why map and what are the globals?
go to post Evgeny Shvarov · Jun 27, 2018 Que bueno! :)But I would be happy even if you suggest the way how to contribute to your solution to introduce an another language support.
go to post Evgeny Shvarov · Jun 27, 2018 Here are slides for @Evgeny Shvarov session "Printing and Emailing InterSystems DeepSee Reports"
go to post Evgeny Shvarov · Jun 27, 2018 Hi, Francisco!Great stuff!Could it be possible to add other languages support to your solution? E.g. Russian?
go to post Evgeny Shvarov · Jun 21, 2018 Hi, Lucas!I don't know the answer, but you could check Class Explorer and maybe implement same visualisation library to visualise production interconnections.Another example of classes visualisation is Callsmap by @Oleg Dmitrovich