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: 
Not applicable

Return a value based on list box selection

So I have a set of data that has a list of Branch IDs along with a bunch of information about each one. I want to build something (button, text object etc) that returns the phone number when a certain branch is selected. I know I could use another list box but I was hoping for something that looked a little cleaner.

Thanks in advance!

1 Solution

Accepted Solutions
Not applicable
Author

If you want to display the phone number that could be done. Open a text box, assuming the field you want to display is 'PhoneNo', type = PhoneNo in the text section of the text box.

View solution in original post

2 Replies
Not applicable
Author

If you want to display the phone number that could be done. Open a text box, assuming the field you want to display is 'PhoneNo', type = PhoneNo in the text section of the text box.

Not applicable
Author

Thank you!