atthevilla
MIS
In my database, I have Prospects, Actions, Tasks, and Managers.
One fundraising action for a prospect may have many tasks assigned, each task to a different manager. I need to determine how many actions are 'joint' (e.g., one action is a visit to a prospect and two managers go on the visit). So it's a count of how many actions have more than one task assigned to it.
Because the report is grouped by manager, the same action may be repeated in each group so the Next function won't find the repeat. Ideally for each Manager group I need to create a YN flag to indicate 'joint.' Is this even possible?
One fundraising action for a prospect may have many tasks assigned, each task to a different manager. I need to determine how many actions are 'joint' (e.g., one action is a visit to a prospect and two managers go on the visit). So it's a count of how many actions have more than one task assigned to it.
Because the report is grouped by manager, the same action may be repeated in each group so the Next function won't find the repeat. Ideally for each Manager group I need to create a YN flag to indicate 'joint.' Is this even possible?