go to post Alexander Koblov · Aug 31, 2022 Hi Max. 1) Try passing %CONTEXT value: [Measures].[%Count]/%MDX("Select From [Cards]","%CONTEXT","filters") For more details on possible %CONTEXT values see https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls... 2) I think %CELL function might help you here
go to post Alexander Koblov · Aug 26, 2022 Of course, there are more elegant ways to check the globals and data than expecting an error. Mario, you left me curious. What are the ways?
go to post Alexander Koblov · Aug 8, 2022 I don't understand how you get the first sample working. I'm getting expected <SYNTAX> error USER>a SET x = 1 A SET x = 1 ^ <SYNTAX>
go to post Alexander Koblov · Aug 8, 2022 The advice is -- enable OS authentication for the %Service_Terminal. And add the OS user that runs the script to the IRIS. I'm not aware of secure way of passing credentials for IRIS password users. https://docs.intersystems.com/iris20221/csp/docbook/Doc.View.cls?KEY=GAU...
go to post Alexander Koblov · Aug 5, 2022 Try something like iris session LIVETC01 -U "%SYS" "Monitor^MIRROR"
go to post Alexander Koblov · Aug 1, 2022 Hi Lesley. Please file feedback for the documentation team -- Feedback button on the right of the page. Indeed, it seems like this part of documentation is out of date. Though if you search on Github, you'll find copies of this class. For example: https://github.com/SylvainGuilbaud/iris-code/blob/main/src/cls/XSLT2/Exa...
go to post Alexander Koblov · Jul 25, 2022 This question is rather for Crystal Report 2020. Ensemble 2014 provides standard ODBC interface. If Crystal Report 2020 can communicate using this interfacen, then Crystal Report is compatible with Ensemble 2014.
go to post Alexander Koblov · Jul 25, 2022 There is no built-in package that does this. You need to use some external library