Lists: Multiple Zip Codes

Former Member
Former Member $organization

Is there any combination of Operators and wildcards that would allow for a simple list to select constituents from multiple zip codes?  I know an extraction can do this with one zip per keycode, but it would be great to be able to just do it in a list.

Thanks,  Adam

Parents Reply
  • I came up with much the same.

    Created new Search Object in Tessitrua.

    T_Keyword

    Description: Postal_Code USA Zip (5 Digits)
    Data Type: String
    Edit Mask: None
    Detail TBL: VS_address
    Detail Col: left(!.postal_code,5)
    Ref Tbl: TR_CITYSTATE
    Ref Idcol: zip5
    Ref Desccol: zip5+ ' ' + city+', '+state
    Ref Where: country = 1
    Categrory: Address Information
    Use For List: List Only
    Multiple Value: [Not Checked]
    Control Group: [Blank]
    Custom Id: [Blank]
    Custom Limit: [Blank]
    Custom Required: [Not Checked]
    Custom Default Value: [Blank]
    Inc In Basic Search: [Not Checked]
    Keyword: Description: US Zip Codes the first 5 characters of the postal code on an address where country = USA

    We are also thinking of adding a first 3 char of US Postal Codes varient.

     

     

Children