Missing Expiration Dates and Levels in Outputs

when I'm trying to get expiration dates and membership levels for the last membership of a list of constituents if they are...why do some come up blank and how can I get it to populate? It looks like it only populates something if the constituent is active or lapsed, not inactive

Parents Reply
  • Hi, Jennifer,

    TR_QUERY_ELEMENT_GROUP is where you put entries to build a collection of data you can then use in output elements (constructed in TR_QUERY_ELEMENT)  

    The standard Tessitura membership output elements are pulled from a virtual table of *only current memberships* (I think) and therefore, you can't get anything to populate your output if the person doesn't have a current membership.

Children