Posts:
Replies:
Thank you Luis Angel.
Other possibility -- use CPF Merge
Define an SSL configuration with CreateSSLConfig, then modify superserver with ModifyServer to assign this SSL configuration
https://docs.intersystems.com/iris20242/csp/docbook/DocBook.UI.Page.cls?...
Measures can be used as a logical condition. For example:
SELECT IIF(MEASURES.[%COUNT]<500, "fewer than 500", "500 or more") ON 0, diagd.MEMBERS ON 1 FROM patients
SELECT IIF(STDDEV(birthd.decade.MEMBERS) < 50 , "fewer than 50", "50 or more") ON 0, diagd.MEMBERS ON 1 FROM patients
https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...
Open Exchange applications:
Certifications & Credly badges:
Alexander has no Certifications & Credly badges yet.
Global Masters badges:
Followers:
Following:
Or, if you connect from external java program to IRIS -- check DelimitedIdentifiers option:
https://docs.intersystems.com/iris20243/csp/docbook/DocBook.UI.Page.cls?...