Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
d_koti24
Creator II
Creator II

Select value in one field on selection of a value in another field

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

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached qvw.


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

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


talk is cheap, supply exceeds demand
d_koti24
Creator II
Creator II
Author

Thanks for quick reply,can you send me the sample app.

regards,

kd

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached qvw.


talk is cheap, supply exceeds demand
swuehl
MVP
MVP

With a little more complexity (see you other thread), maybe like attached.