I have two tables named accounts and opportunities both are retrieved from CRM Online. I have limited my account table to about 70 accounts using a select statement when data is restrived.
When retrieving opportunities I just retrieve all data avalible and therefore there are many opportunities that does not belong to an account in the account table.
How to I make sure that only opportunities that are linked to an account are included in my dashboard?