Is there anyway to show radio button value on the view ?
thank you for the help.
Is there anyway to show radio button value on the view ?
thank you for the help.
Subject: Yes
but I have no idea how or where you want this text value to show.
Subject: radio button on view
I want to show radio button value on view column. Like is user selects “Yes” I want to show Yes on the view.
Subject: RE: radio button on view
Select “Field” from the list of column content types (also a radio button), then select the name of the field you want from the list. One doesn’t treat different field types differently in Notes. (Well, except for rich text, colour, and such, but any field designed to store “normal” character, number or date/time data is the same as any other, really.)
Subject: RE: radio button on view
then just select that field for the column when you create it.
Subject: RE: radio button on view
If the radio button value is actually set to some other text besides the word “yes”, you can use the input translation to say @if(Thisfield = “yada yada”; “Yes”; “not yada yada”)
Cathy
Subject: RE: radio button on view
That is input translation? be careful not to confuse terms here. That is simply a formula for the column and has nothing to do with Input Translation.
Subject: yes, of course you are right but formula
comes from same as input translation, if that is what he is looking for, then he can put that in the column as the formula to extract. Wrong choice of words. Good that you clarified.
Cathy