Address Line 1 for List Criteria

I have been looking for this off and on for 3 years, can someone help? I've put a ticket in and they aren't able to help without charging and I just don't understand why this isn't a simple answer. I don't know know or have access to SQL and neither does anyone else at our organization. 

What I need:

I need to be able to add address line 1 in list criteria so I can search based on the address containing a word, like a street. For example, I want to pull everyone with an address that contains "Tropical Av"

What I know/currently have tried:

I hope that comes through clear, but in summary I have added Address Street 1 to T_Keyword, Detail Tbl of vs_addrss and Detail Col of !.street1

I appreciate any help you can offer!

Jen

Parents
  • Jen,

    It might be easier if you add a List Manager element - we have one for just this purpose. In T_KEYWORD add a new item with the values:

    description Street 1
    data_type 1
    detail_tbl vs_address
    detail_col !.street1
    category Address Information
    use_for_list L
    multiple_value N
    control_group (Default Control Group)
    custom_required N
    incl_in_basic_search N
    keyword_desc Street 1 field (Useful for Unknown)
    primary_group_default N

    That way, team members who're put off by adjusting code can use it.

    Martin

Reply
  • Jen,

    It might be easier if you add a List Manager element - we have one for just this purpose. In T_KEYWORD add a new item with the values:

    description Street 1
    data_type 1
    detail_tbl vs_address
    detail_col !.street1
    category Address Information
    use_for_list L
    multiple_value N
    control_group (Default Control Group)
    custom_required N
    incl_in_basic_search N
    keyword_desc Street 1 field (Useful for Unknown)
    primary_group_default N

    That way, team members who're put off by adjusting code can use it.

    Martin

Children