Hi ,
I have a scenario where we have a radio button field that gets selected based on another field value.
Now if the another field is exact case sensitive match only then the radio button gets selected.
For example:
Radio Button field options are ABC,DEF,GHI and JKL.
Other field value is abc
Then radio button is not checked.
Is there a way to ignore the case sensitivity for the match.
Please guide me in this scenario.
Subject: @Uppercase
Hi,
If your radio button only has uppercase values, why not put a computed formula like this;
@Uppercase(fieldName)
This will ensure that the result of the other field matches the values in you radiobutton.
HTH James
Subject: Ignore Case Sensitive option for a radio button selection
Hi James,I cannot use @uppercase as the the radio buttons options in my application are mixed case like
ABc,DEf,GHi,JKl and other field options are abc .
Is there a way in Lotus Notes where we can ignore the case senstivity when doing the match and thus radio button option ABc gets selected if other field value is abc.
Subject: How is your code doing the comparison and selection?
That is what needs changing, post your code.
Subject: Ignore Case Sensitive option for a radio button selection
Hello Carl Tyler,
Our Application uses RadioButtonfield whose options are looked up from a Profileformfield and the “RadioButtonfield” default value is OptionSelectionfield.Below are options for each field.
Profileformfield has the below values.
ABc
DEf
GHi
JKl
RadioButtonfield has the below values as otpions are looked up from the Profileformfield
ABc
DEf
GHi
JKl
OptionSelectionfield
abc
Subject: post your code!
We can try to help, but until you learn to help yourself by posting the requested information you’ll have to figure it out by yourself.
Subject: Ignore Case Sensitive option for a radio button selection
Hi Carl,
Problem is I cannot upload attachments or screen shots in the “your message” box
If you can share your email id I will send out the code screen shots
Subject: You can’t cut and paste the code?
Code is just text.