Hi!
I have the following situation:
Table 1: Products
Table 2: Recipes
Table 3: connects products and recipes in a many to many relation
In a products table view, I need to display a text collumn with all the recipes each product is related, delimited by “,”
I guess this involves using the Related Table3 virtual collumn, that has the REF_ROWS formula, but I’m not sure.