redcapAPI icon indicating copy to clipboard operation
redcapAPI copied to clipboard

parseBranchingLogic concatenates arm and field

Open gvds opened this issue 4 years ago • 0 comments

When a field is specified within a particular arm in branching logic (e.g. [screening_arm_4][co_enrol_report]), parseBranchingLogic concatenates these as 'screening_arm_4co_enrol_report' with the result that attempting to evaluate the rule (e.g. with(allrecords, eval(l)) ) returns an object not found error.

gvds avatar Sep 27 '21 16:09 gvds