Thank you - this has got me very close.
I came up with something like
invdisplay.value:select Name where Item in 0, 1 from invlist.value
This allows me to fill invdisplay with the names of items 0 and 1 from invlist, which is great!
But I also have a grid for tracking the inventory, so it is a table containing a single column of values such as 0, 2, 5, for example.
I just can't figure out how to turn that column into something usable in this select query, since something like the following does not work:
invdisplay.value:select Name where Item in carrying.value from invlist.value
Any clues?!
All the best,
Phil