I have the following relevant statements set up below but when certain selections are made both answer options are available. I only want one based on the value of a previous statement. What am I doing wrong? I've selected Unemployment which is over 1000 but the question for under 1000 also appears.


I've tried both:
${target_set} > 1000 or ${un_target_set} > 1000
(${target_set} > 1000) or (${un_target_set} > 1000)