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: 
callsresri
Contributor III
Contributor III

list box value selection on dynamically

Hi Experts,

Requirement : I have two similar fields coming from two different tables(but there is no relation between two table).In UI part I have two list boxes when user selects one list box , dynamically should take the same value in Second list box.

Can it possible, if yes pls help on this.

Pls find attached for your ref.

Thanks in Advance.

Sree.

4 Replies
tresesco
MVP
MVP

Use trigger like in attached qvw

callsresri
Contributor III
Contributor III
Author

Thank you ..Treseco

It is working fine.

sarvjeet
Contributor III
Contributor III

In Document level setting .

For Fields "PartNo" Add  Trigger to Update Product to =GetFieldSelections(Partno,',')

callsresri
Contributor III
Contributor III
Author

Thanks to all.