Export by Contact Type OR Contact Relationship Attribute

Options
Greetings.  How would you include the following in the same export?
  • Contacts where Contact Type = Primary
  • Contacts with a Contact Relationship Attribute Category = Denver Golf Classic
From what I can tell, in Export, under address processing, this selection would only include contacts that meet both criteria.  How would I export contacts that meet one or the other criteria?
9db7af6cec7ad80df8edf4ba084c923f-huge-ca

Thanks

Josh

Comments

  •  

    Hi Joshua

    It looks like RE is functioning with the AND operator there.


    What are you trying to do with the Export? Can you do a workaround by outputting two addresses and having IF statements in the resultant file?


    For example, if you're outputting to Word, have IF statements along these lines:

    ( IF ( [Contact Attributes] = "Denver Golf Classic", [Grant Address], [Primary Address] ) )


    Alternatively, can you have the Denver Golf Classic as a Contact Type instead of a Contact Attribute?


    -Andrew

Categories