hi all, i am sure this should be easy and i cannot get it to work
i have a products table {product id} and {product name}
a menu table which pulls the product name using the product id
and an orders table which lookups the product name from the menu
i am then trying to concatenate in orders the product_name and qty into one string
{products}&" ("&qty&")"
{products} here is a lookup field
i’m expecting Bread(1)
but instead get 2(1)
2 is the product id
i’ve tried formula, arrays and rollup function
thank you





