Here's some background:
I have a "Member" collection & an "Address" collection. The member can have several home addresses.
Addresses have "number", "street" and "zipcode" fields, giving the full address once these fields have been combined.
When editing the view, we can only choose a title; we would need a system for choosing the fields to be displayed in the view, and a display format.
For example, I want to display the fields "number" "street" "zipcode" "city" & country" in the following format: number street zipcode city (country) and would therefore display 2802 Ellwood Rd 16101 New Castle (United States).