Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a list box showing CompanyLevel and DivisionLevel for user selection.
Is there any way to convert list box to radio button?
I want to achieve that user only can select either one of selection, i.e CompanyLevel.
I tried to use button and add the toggle field selection, but it only work on selecting 'CompanyLevel', when I click the button again, it just clear the selection and cannot choose 'DivisonLevel.
Please help😢
For your Action, choose "Select values in a field"; then for for the value, use:
if(Actual_Plan.CoDivLevel = 'CompanyLevel','DivisionLevel','CompanyLevel')
Then, under Appearance-General, change the label to: =Actual_Plan.CoDivLevel
Hope that helps.
For your Action, choose "Select values in a field"; then for for the value, use:
if(Actual_Plan.CoDivLevel = 'CompanyLevel','DivisionLevel','CompanyLevel')
Then, under Appearance-General, change the label to: =Actual_Plan.CoDivLevel
Hope that helps.