HI,
I assume that drop-down-fields are based on Lookup List Control.
Is the Filtering Parameters section of this control could help you?
Pierre,
Thank you for your reply. I am using multiple choice fields for my drop downs. Moreover, the requirement is to use radio button(s) selection should display the result within the choice fields. So for example if radiobutton#1 is selected and radiobutton#2 is selected then value "x" should be displayed with the form and "y" in case radiobutton#1 is selected only.
As of now we are using workflows to display these changes. But these changes take their affect after the fact i.e. after the form is submitted. Users would like to see the changes on the fly i.e. while making these selections on the form itself.
Hi Naseer,
Is the result could be something like that?
and
If I'm right, "result" is a Calculated Value Control which can be connected with a field in your list, with a formula like below :
I used "x value" and "y value" as variables so that you can use static values or lookup values, depending on your needs.
Regards