Radio Button Problem

I apologize to all; I have spent the last hour and a half searching for this but nothing came quite close. I have a radio button, editable, two choices, yes and no, in two columns. It is in the last cell of a table; the preceding three fields are editable, multi-value

I have a hide-when in the button that is not working entirely properly. Here is the hide-when formula: .CompName != “CompanyXYZ” : @IsNotMember(“[DMCrew]”; @UserName).

the problem is, the button does disappear if you don’t choose CompanyXYZ. It does not disappear based on the role; further, when it does show and the individual filling in the form tries to access the yes/no choice, neither button will stay filled in. I can live with the user seeing the button, but what do I need to to to give them permission to actually make the choice? This does not happen to me as a developer. I’m stumped. It is probably something very simple.

Thanking you in advance for any suggestions. Cathy

Subject: Radio Button Problem

Cathy,

One thing to start with is :

@IsNotMember(“[DMCrew]”; @UserName)

should read :

@IsNotMember(“[DMCrew]”; @UserRoles).

Phil.

Subject: Doh! Thanks, Phil - that was pretty dumb!

Sometimes things are just staring me in the face and I can’t see them. Have a great day.