Exclude a value from a list box and then unable to Select Only One
Hi All,
I have an issue I hope you can help with.
I modified a List Box to exclude one of it's fields using the following expression in the List Box General tab
=if(Measure<>'Avg IB',Measure) .
However, once I do this I no longer have access to the 'Always One Selected Value' check box. I need to set up the list box so that the user can select only one value. If I remove the expression it works fine. Can anyone help me with a workaround please?