Exctractions and Control/User Groups

Hoping some consortium types can help with this one.  For our consortium we have implemented a constituency to determine whether a customer record is a legitimate contact for one or more organization.  The constituency is managed by the standard Tess utility designed for that purpose and seems to be working correctly.

We had an odd circumstance today where a box office manager built an extraction and made a suppression segment like so:

Constituency Not In <my organizations's customer constituency>

When he generates extraction counts (logged in under his organization's control group) that segment only suppresses around 5800 records.  The bottom line totals seem correct however.

When I generate counts logged in as an admin, it suppresses what I expected, around 110,000 records.  The bottom line results are the same as before.

What is there in extraction manager that would cause this?  We are perplexed.

Parents
  • This is probably because the NOT IN statement will filter out any constituent that has the correct organisation constituency (ie has has access to) and has another constituency associated with it

    Try using DOES NOT HAVE rather than NOT IN and hopefully then his count should drop to 0 and yours as admin should drop by 5,800.

    Mark

Reply
  • This is probably because the NOT IN statement will filter out any constituent that has the correct organisation constituency (ie has has access to) and has another constituency associated with it

    Try using DOES NOT HAVE rather than NOT IN and hopefully then his count should drop to 0 and yours as admin should drop by 5,800.

    Mark

Children