Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I would like to show in a text box a specific value.
I have a table :
Items | Number |
Bread | 567 |
Milk | 23 |
Sugar | 234 |
A in a text box, I would like to have 'Sugar : 234 ' even if I selected other thing.
Thanks for your help,
Regards,
Sylvain
Hi,
If yout try with:
=sum({<Items={'Sugar'}>} Number)
thanks for your help but my example was not clear, because, it's not a quantity but it's an ID with some alphanumeric.
Items | Number |
Bread | 567Ab |
Milk | 23D |
Sugar | 234ED34 |
Ok, try with:
=Only({<Items={'Sugar'}>} Number)
thanks, it's great