cdisc-org / cdisc-rules-engine

Open source offering of the cdisc rules engine
MIT License
46 stars 12 forks source link

Rule blocked: SEND-340 - Need a rule type for "triangle rules" #589

Open JozefAerts opened 10 months ago

JozefAerts commented 10 months ago

Rule SEND340 states "When Variable Core Status = Expected and are null for all records, then The Define-XML document includes a comment to explain why all records are null". This contains 3 parts: "When Variable Core Status = Expected" => CDISC Library "null for all records" => file data "The Define-XML document includes a comment " => define.xml metadata

When I try several things (everything needed attached as zip), I e.g. get an error: "error":"Column not found in data" "message":"ordinal" I presume this is related to the "Rule Type". Currently, there is however no such rule type that involve as well file data, CDISC library as well as define.xml. SEND340_CORE_testing.zip

mhungria commented 7 months ago

@JozefAerts , is this considered a bug? Or, functionality not yet implemented?