Hi,
I have two tables: user (with columns user_id and user_region) and region (with columns region_id and regions)
I know now how to use the sc_lookup macro to show fields from another table, but don’t know how to include a join query in the to show from which region a user is.
- How should the query look like?
- Can I do the query in the grid lookup settings or do I have to define it in the events (onscriptinit)?
Joe