We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the argument for the collapse operator is null, the CQL Translator is throwing an error.
CQL: define CollapseIsNull: collapse null
define CollapseIsNull: collapse null
Error: Translation failed due to errors: Error:[1:24, 1:36] Internal translator error.
CQL Spec: https://cql.hl7.org/09-b-cqlreference.html#collapse
The text was updated successfully, but these errors were encountered:
Thank you for the report @sanumula
Sorry, something went wrong.
#500: Fixed an internal translator error when invoking collapse or ex…
b272620
…pand with a literal null argument.
Merge pull request #504 from cqframework/fix-500-collapse-null
7d68401
Addressed in 1.4.9 release
No branches or pull requests
When the argument for the collapse operator is null, the CQL Translator is throwing an error.
CQL:
define CollapseIsNull: collapse null
Error:
Translation failed due to errors:
Error:[1:24, 1:36] Internal translator error.
CQL Spec: https://cql.hl7.org/09-b-cqlreference.html#collapse
The text was updated successfully, but these errors were encountered: