Inactive Constituencies in List Manager

Hello Everyone, 

I had found a post about adding parameters to List Manager to be able to pull people who have an inactive constituency. For example, we mark volunteers using a volunteer constituency. However, we are unable to pull anyone who used to be a volunteer due to the end date of the constituency. This post was over 10 years old so I was not able to find the article it referenced. Does anyone know how I can add or find the criteria to be able to pull inactive constituencies into list manager?

Thanks!

Samantha Wilson
Senior Database Manager
The Neon Museum

Parents
  • Samantha,

    Given your title, I am going to assume that you have SQL skills.  What we did was to simply create a VIEW to take care of that.  The normal list manager element uses a VIEW called VXS_CONST_CUST.  So I just created a local VIEW called LVXS_CP_INCONST_CUST and set up a new list manager element called "Inactive Constituency".  Was pretty easy, and works like a charm.  We use it for former volunteers and especially former board members, too.

    Hope this helps.

    John A. Moskal II

Reply
  • Samantha,

    Given your title, I am going to assume that you have SQL skills.  What we did was to simply create a VIEW to take care of that.  The normal list manager element uses a VIEW called VXS_CONST_CUST.  So I just created a local VIEW called LVXS_CP_INCONST_CUST and set up a new list manager element called "Inactive Constituency".  Was pretty easy, and works like a charm.  We use it for former volunteers and especially former board members, too.

    Hope this helps.

    John A. Moskal II

Children