Request: tablea.tableb_id = tableb.id
mbourgon
Posts: 32 Bronze 2
We frequently use ID as the key, and reference it in other tables by tablename.id. So store.id would be the referenced in another table as store_id. However, the autojoiner only comes up with tablea.id = tableb.id.
That would be quite handy. Thanks.
That would be quite handy. Thanks.
Comments
If you don't have your tables set up in this way then have you tried setting the option 'Listed Candidates' > 'Join Conditions' > 'Data Types'
This will bring up join conditions based on data type. As long as your id fields share the same data type then the join you want should be selected.