I’m new to Stackby and enjoying what it lets me do. But unless I’m missing something, I’m very surprised that it lacks the basic ability to set up a relationship (link) simply based on a column in each table. This seems like a pretty fundamental function of a relational database. Having to link every single individual row is unnecessarily complicated, not to mention time-consuming!
For example, let’s say I have two tables:
–Employees, with a column that lists all employees by (unique) name, plus other columns with their company details, and
–Sales, which lists all sales records, including the employee who made the sale.
It would be so much easier (and useful) to be able to simply create a link between the tables’ employee name columns, which would automatically link rows where the names match. Is there any way to do this?
Thanks!