Informatics-trained physician with broad experience in software development, research, policy, patient care, and public health.
this screenshot shows the function working (without brackets).
This shows the error when [0] is added (or [[0]] )
Thank you for this post. There appears to be a licensing issue when the following command is run: $ docker-compose up -d --build
Can you advise on how to install with the updated license key, and also if possible, the most current version of IRIS?
Thank you! Jon
(Copied Error message)
> [objectsriptkernel_iris 8/8] RUN do $SYSTEM.OBJ.Load("Installer.cls", "ck") set sc = ##class(App.Installer).setup() set sc = ##class(Security.Users).UnExpireUserPasswords("*"):
#27 0.931 This copy of InterSystems IRIS has been licensed for use exclusively by:
#27 0.931 Community License expired.
#27 0.931 Copyright (c) 1986-2020 by InterSystems Corporation
#27 0.931 Any other use is a violation of your license agreement
#27 2.368
#27 2.368 Error: Invalid Community Edition license, may have exceeded core limit. - Shutting down the system : $zu(56,2)= 0Starting IRIS
hi robert - - i think I found the issue.....
the problem is not in the use of the bracket, but rather, that an empty set (taking the 0th element of the empty set) is leading to the error.
If I add to the where class, 'where runid='201' and HbA1cMissing not like '1', I don't see an error.
Thank you for prompting me to take a closer look at the error.