Conditional Checkbox Values

I have a checkbox (multiple value position…manual lookup) with 10 values. One of these values should only show if a flag in another table set to ‘Y.’ I can have that flag come in as a variable, but is there any way to gray out that one value if the flag = ‘N?’

I suggest to create table for these options and then you create SQL statement with contition and read it into “check box” options.

Yes that is what I came up with but was hoping an easier way! Thanks.

1 Like