j
Being able to find records in multiple tables at once. By holding down shift and selecting tables
Yes
Correct.
Nowi m only possible to find information in 1 table.
e
This would be like a database inner join, I can see the usefulness of it
j
Yeah.
Lets say you have a node for "gaming products" and you have 2 differant tables of gaming products. Then you need to search inside of those 2 tables
e
You can achieve that with two Find record cards or code expressions
A inner join would be useful to return data from two different but linked tables, like getting the User information by looking up Orders
22 Views