- Log in to post comments
Hello Igor, you may need to add the following to the custom CSS file:
a {
pointer-events: auto;
}If you don't have one already, you may need to create it by copying:
<install_dir>/csp/healthshare/<viewer_namespace>/web/custom/HS/scripts/v2-template.css to
<install_dir>/csp/healthshare/<viewer_namespace>/web/custom/<SiteName>/scripts/system.css
- Log in to post comments
I don't think this syntax works. I think the exclusion is for matching against wild cards, for example if you wanted to export all the globals called some*.gbl but exclude one or more of them. I don't think it deals with subscripts.
You may need to merge your global into a temporary global, kill the subnodes you want to exclude, export, and then merge the temporary global back to restore them. (or something similar)
I understand that this is probably not an option if the data is huge. Maybe InterSystems support (WRC) can help.
- Log in to post comments
Update - current version does support the following https://docs.intersystems.com/hs20252/csp/docbook/Doc.View.cls?KEY=HSAPI_access_launch_viewer
Supported since at least 2024.2 but possibly earlier - search your documentation for "GetViewerURL" to be sure.