Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sylvain_piccarreta

show a value in a text box

Hello,

 

I would like to show in a text box a specific value.
I have a table :

ItemsNumber
Bread567
Milk23
Sugar234

A in a text box, I would like to have 'Sugar : 234 ' even if I selected other thing.

 

Thanks for your help,

Regards,

Sylvain

1 Solution

Accepted Solutions
sergio0592
Specialist III
Specialist III

Ok, try with:

=Only({<Items={'Sugar'}>} Number)

View solution in original post

4 Replies
sergio0592
Specialist III
Specialist III

Hi,

If yout try with:

=sum({<Items={'Sugar'}>} Number)
sylvain_piccarreta
Author

thanks for your help but my example was not clear, because, it's not a quantity but it's an ID with some alphanumeric.

ItemsNumber
Bread567Ab
Milk23D
Sugar234ED34
sergio0592
Specialist III
Specialist III

Ok, try with:

=Only({<Items={'Sugar'}>} Number)
sylvain_piccarreta
Author

thanks, it's great