Hi all.
I have a parameter where users select multiple values from field a. In the same table there is a field b and I want to display the values that correspond ie:-
field a has values Form 1, Form 2, Form 3 Form 4
field b has values "this is a form that describes etc", "this is a form that is used in xyz", this is a form that is different again, this is a form that is used for something else
The user selects form 1 and form 4 I want to return the corresponding description.
field a field b
Form 1 this is a form that describes etc
Form 4 this is a form that is used for something else
Any ideas how I achieve this????
I have a parameter where users select multiple values from field a. In the same table there is a field b and I want to display the values that correspond ie:-
field a has values Form 1, Form 2, Form 3 Form 4
field b has values "this is a form that describes etc", "this is a form that is used in xyz", this is a form that is different again, this is a form that is used for something else
The user selects form 1 and form 4 I want to return the corresponding description.
field a field b
Form 1 this is a form that describes etc
Form 4 this is a form that is used for something else
Any ideas how I achieve this????