reset Field when radial is changed
Original Post by PAH (Imported from Ardevia Forum)
So I will have multiple radial options that when selected will make visible some additional fields in a different area. My issue is that if you select something from say radia#2, but then go back and change the option in radial#1 to present different options, the Radial#2 option is still selected and its option is still visible. What I need is some code that calculates that tells the system:
if radial#1 is not option1
then radial#2 resets or blanks out its selection
Something like the below:
if ([[Subject]] != "Request"){
[[RequestRadial]] == origionalvalue;
}
Any help would be appreciated.
Thanks,
PAH
-
Original Post by Markiyan (Imported from Ardevia Forum)
Hi
What type of field are you using: Dropdown, Yes/No, Readio buttons, Check boxes?
0 -
Original Post by PAH (Imported from Ardevia Forum)
I am using multiple "Choice" type columns with the radio buttons option
0 -
Original Post by Markiyan (Imported from Ardevia Forum)
You can add an expression for the calculated value of the second (dependant) group of radio buttons. And in that expression you will be able to check if the state of the first group is changed (please see the added picture).
<Error>
<Code>MissingKey</Code>
<Message>Access denied</Message>
</Error>0
Please sign in to leave a comment.
Comments
3 comments