Exporting optional addresses

Hi everyone,

I have a list of patrons with a winter address in Florida.  Is there a report that will let me choose to export this optional address instead of the patrons' primary address for the whole list?

Thank you,

Josh Wright

Parents Reply Children
  • Oh I'm sorry, I read too fast! Postal addresses are really similar to emails, just a few more fields. 

    Add a row to TR_QUERY_ELEMENT_GROUP with a Description of "Address – Multiple Output" (or however you'd like to label it), a Data From to VS_ADDRESS, a Data Where of !.inactive <> 'Y' and a Category of Address Information.

    Then add 5 rows to TR_QUERY_ELEMENT (for street 1, street 2, city, state, and postal code):

    1. Street 1: 
      1. Description: Street 1
      2. Group Id: Address – Multiple Output 
      3. Data Select: !.street1
    2. Street 2: 
      1. Description: Street 2
      2. Group Id: Address – Multiple Output 
      3. Data Select: !.street2
    3. City:  
      1. Description: City
      2. Group Id: Address – Multiple Output 
      3. Data Select: !.city
    4. State: 
      1. Description: State
      2. Group Id: Address – Multiple Output 
      3. Data Select: !.state
    5. Postal Code:
      1. Description: Postal Code
      2. Group Id: Address – Multiple Output 
      3. Data Select: !.postal_code