cdisc-org / cdisc-rules-engine

Open source offering of the cdisc rules engine
MIT License
49 stars 13 forks source link

New functionality request: compare char to numeric #894

Open eljanssens opened 2 weeks ago

eljanssens commented 2 weeks ago

To support further development of custom rules, I would like to request (as discussed during CORE Rules Office Hours (2024) meeting) a way to use operators between a character variable and a numeric variable. Example: When --ORNRHI is completed a numeric value and --ORRES = --STRESC the values of --ORNRHI and --STNRHI should be equal. --ORNRHI is a char variable and --STNRHI is numeric. So currently the operator 'equal_to'/'not_equal_to' doesn't work.

Thanks!