I have created numerous checkbox fields in my entry form. Each check box has multiple options. In my view, I'd like a single column for each one of the checkbox options showing an "X" if that particular option was selected.
It seems that checkboxes create lists, so I tried using @if(@contains(fieldname; "one of the checkbox options"); "X"; ""). This returns rather odd results. Any suggestions?
It seems that checkboxes create lists, so I tried using @if(@contains(fieldname; "one of the checkbox options"); "X"; ""). This returns rather odd results. Any suggestions?