Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I Have a multibox,in that three fields are there,field1,field2 and field3.
that fileds contains some numeric values.
my requirement is,
when i select field1 value=100,then automatically remaining 2 fields got selected as 0's
ex:
field1=100,
automatically field2,filed3 selected as 0.
same to other fields also.
How to achive this.
regards,
kd
You can add Select in Field actions to the OnSelect trigger of field1. You'll need two actions, one for field 2 and one for field 3. The search value will be 0 for both actions. See this discussion for more information: Passing ListBox selections to another (different) ListBox
Thanks for quick reply,can you send me the sample app.
regards,
kd
See attached qvw.
With a little more complexity (see you other thread), maybe like attached.