cdisc-org / cdisc-org/cdisc-rules-engine
Request: functionality to report WHICH expected variables are missing
Open
question
SEND
- Dominant language
- Python
- Stars
- 113
- Forks
- 43
- Avg merge
- 14h 51m
- Merged PRs (30d)
- 14
Description
in SEND13 rule, we check whether all the "expected" variables are in the dataset.
The rule works well, but there is no way yet (as far as I know) to report which expected variable is missing (or a list of them).
All we can do for now, is in "Output Variables" set "$expected_vars".
It would be nice if we could do something like "$expected_vars notin $vars"
The same functionality of course would also apply to "required variables" or even to "permissible variables".
Contributor guide
Assessment
This issue has not been assessed yet.