Hi Everyone,
I have reached another point of "how is this possible?!" in one of our projects
For a report, I need to create a join sql statement to get information from another table.
Explained:
I have a custom table with documents headers, that are linked to a customer. So far so good.
Now, for a report, I need to filter out those documents, based on the customer's country.
In a regular database setup, I would simply write an sql query with a join statement to get the country, and "where" on that.
Here, it seems simply impossible. What am I missing please?
Cheers