Hi, in my general usage of the system I have tasks attached to Opportunities and Opportunities attached to Accounts. I believe this is the standard configuration.
When I look at Accounts, by default the system shows me all of the tasks that are hung off its Opportunities.
I now want to write a report that lists all Accounts that meet the following criteria:
I appreciate that the Tasks' parent is an Opportunity, but the database has a separate link on the Task to the Account so it does know.
Separately I see when messing around with NOT IN that there is a field on the Account called "Tasks.status" (which makes sense), plus also "Tasks (expanded).status". Can you let me know what the difference is?
Thanks.
When I look at Accounts, by default the system shows me all of the tasks that are hung off its Opportunities.
I now want to write a report that lists all Accounts that meet the following criteria:
- All accounts of type "Customer"
- Have no Tasks that have a status of "Completed"
I appreciate that the Tasks' parent is an Opportunity, but the database has a separate link on the Task to the Account so it does know.
Separately I see when messing around with NOT IN that there is a field on the Account called "Tasks.status" (which makes sense), plus also "Tasks (expanded).status". Can you let me know what the difference is?
Thanks.
Comment