I am trying to get a View to have only a selective range of referenced content in it's exposed filter, but not having any joy so far.

This is the scenario:

Content type of Organisation can have one or more Roles. Each Role has a field; organisation; which refers to the Org it belongs to.

I built a View listing the Roles, and can expose the field:organisation belonging to the role. This gives me a select box listing all of the Orgs, not just the ones that have roles attached. 

Using entity references from another View,   I managed to get the select box to be just those orgs with roles, but submission of the search with only an Org selected that I know has roles would result in an empty result set, so I figured that I must be doing it incorrectly.
Any clues? I'll paste the View export below.

Most helpful answers

I think a possible solution is to use two entity reference fields, one in orgs pointing at roles, and one in roles pointing at the orgs they belong. This way, you can use the filter on the roles entities pointing at the orgs, so it will only show the orgs that this field belongs to. 

There is a very helpful module in D7 that allowed you to automatically set the second reference field, whenever the first field is created: Corresponding Entity References. So, for example, you can "link" the two fields, so when you save an Org that points at a specific Role, the entity reference in the Role will be saved, pointing at that Org.

I don't think CER is ported, but we could look into it. I used that module in several sites.

Hi @onyx

I'm afraid I haven't looked at your view definition as its huge but from your initial description I think a module I recently ported could help with your use case.

Other View Filter allows you to filter using the results of another view. I did a similar thing to you but with events that had one or more dates on and I needed to display in a particular way.

Comments

{
    "_config_name": "views.view.roles",
    "name": "roles",
    "description": "",
    "tag": "default",
    "disabled": false,
    "base_table": "node",
    "human_name": "Roles",
    "core": "1.24.0",
    "display": {
        "default": {
            "display_title": "Master",
            "display_plugin": "default",
            "display_options": {
                "query": {
                    "type": "views_query",
                    "options": []
                },
                "access": {
                    "type": "perm",
                    "perm": "access content"
                },
                "cache": {
                    "type": "none"
                },
                "exposed_form": {
                    "type": "better_exposed_filters",
                    "options": {
                        "submit_button": "Search",
                        "reset_button": 1,
                        "reset_button_label": "Reset",
                        "exposed_sorts_label": "Sort",
                        "expose_sort_order": 1,
                        "sort_asc_label": "Asc",
                        "sort_desc_label": "Desc",
                        "autosubmit": 1,
                        "autosubmit_hide": 1,
                        "bef": {
                            "general": {
                                "input_required": 0,
                                "text_input_required": {
                                    "text_input_required": {
                                        "value": "<p>Select any filter and click on Apply to see results</p>\r\n",
                                        "format": "filtered_html"
                                    }
                                },
                                "allow_secondary": 0,
                                "secondary_label": "Advanced options"
                            },
                            "field_sector_tid": {
                                "bef_format": "default",
                                "more_options": {
                                    "bef_select_all_none": 0,
                                    "bef_select_all_none_nested": 0,
                                    "bef_term_description": 0,
                                    "bef_collapsible": 0,
                                    "is_secondary": 0,
                                    "any_label": "",
                                    "bef_filter_description": "",
                                    "rewrite": {
                                        "filter_rewrite_values": ""
                                    }
                                }
                            }
                        }
                    }
                },
                "pager": {
                    "type": "infinite_scroll",
                    "options": {
                        "items_per_page": "15",
                        "offset": "0",
                        "id": "0",
                        "total_pages": "",
                        "manual_load": 1,
                        "text": "Show More"
                    }
                },
                "style_plugin": "grid",
                "row_plugin": "fields",
                "fields": {
                    "field_image": {
                        "id": "field_image",
                        "table": "field_data_field_image",
                        "field": "field_image",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": false,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "click_sort_column": "fid",
                        "type": "image",
                        "settings": {
                            "image_style": "big_600w",
                            "image_link": "content",
                            "image_float": "",
                            "image_load": "auto"
                        },
                        "group_column": "",
                        "group_columns": [],
                        "group_rows": true,
                        "delta_limit": "all",
                        "delta_offset": 0,
                        "delta_reversed": false,
                        "delta_first_last": false,
                        "multi_type": "separator",
                        "separator": ", ",
                        "field_api_classes": 0
                    },
                    "title": {
                        "id": "title",
                        "table": "node",
                        "field": "title",
                        "label": "",
                        "alter": {
                            "alter_text": 0,
                            "make_link": 0,
                            "absolute": 0,
                            "trim": 0,
                            "word_boundary": 0,
                            "ellipsis": 0,
                            "strip_tags": 0,
                            "html": 0
                        },
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "link_to_node": 1
                    },
                    "body": {
                        "id": "body",
                        "table": "field_data_body",
                        "field": "body",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 1,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "140",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 1,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": false,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "click_sort_column": "value",
                        "type": "text_default",
                        "settings": [],
                        "group_column": "value",
                        "group_columns": [],
                        "group_rows": true,
                        "delta_limit": "all",
                        "delta_offset": 0,
                        "delta_reversed": false,
                        "delta_first_last": false,
                        "multi_type": "separator",
                        "separator": ", ",
                        "field_api_classes": 0
                    },
                    "field_organisation": {
                        "id": "field_organisation",
                        "table": "field_data_field_organisation",
                        "field": "field_organisation",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "div",
                        "element_class": "toptag",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": false,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "click_sort_column": "target_id",
                        "type": "entityreference_label",
                        "settings": {
                            "bypass_access": 0,
                            "link": 1,
                            "field_wrappers": {
                                "field_wrapper": "-",
                                "label_wrapper": "-",
                                "item_wrapper": "-",
                                "field_wrapper_class": ""
                            }
                        },
                        "group_column": "target_id",
                        "group_columns": [],
                        "group_rows": true,
                        "delta_limit": "all",
                        "delta_offset": 0,
                        "delta_reversed": false,
                        "delta_first_last": false,
                        "multi_type": "separator",
                        "separator": ", ",
                        "field_api_classes": 0
                    }
                },
                "filters": {
                    "status": {
                        "value": 1,
                        "table": "node",
                        "field": "status",
                        "id": "status",
                        "expose": {
                            "operator": false
                        },
                        "group": 1
                    },
                    "type": {
                        "id": "type",
                        "table": "node",
                        "field": "type",
                        "value": {
                            "role": "role"
                        }
                    },
                    "field_id_value": {
                        "id": "field_id_value",
                        "table": "field_data_field_id",
                        "field": "field_id_value",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "=",
                        "value": {
                            "min": "",
                            "max": "",
                            "value": ""
                        },
                        "group": "1",
                        "exposed": true,
                        "expose": {
                            "operator_id": "field_id_value_op",
                            "label": "id (field_id)",
                            "description": "",
                            "use_operator": 0,
                            "operator": "field_id_value_op",
                            "identifier": "field_id_value",
                            "required": 0,
                            "remember": 1,
                            "multiple": false,
                            "remember_roles": {
                                "authenticated": "authenticated",
                                "anonymous": 0,
                                "editor": 0,
                                "administrator": 0,
                                "emergency_volunteer": 0,
                                "organisation": 0
                            }
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        }
                    },
                    "field_sector_tid": {
                        "id": "field_sector_tid",
                        "table": "field_data_field_sector",
                        "field": "field_sector_tid",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "or",
                        "value": [],
                        "group": "1",
                        "exposed": true,
                        "expose": {
                            "use_operator": false,
                            "operator": "field_sector_tid_op",
                            "identifier": "field_sector_tid",
                            "label": "Sector (field_sector)",
                            "description": null,
                            "remember": false,
                            "multiple": false,
                            "required": false,
                            "reduce": false
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        },
                        "reduce_duplicates": false,
                        "type": "textfield",
                        "limit": true,
                        "vocabulary": "skills",
                        "hierarchy": 0,
                        "error_message": true
                    }
                },
                "sorts": {
                    "changed": {
                        "id": "changed",
                        "table": "node",
                        "field": "changed"
                    }
                },
                "title": "More Organisation Roles",
                "row_options": {
                    "default_field_elements": 1,
                    "inline": [],
                    "separator": "",
                    "hide_empty": 0
                },
                "use_ajax": true,
                "use_more": 1,
                "use_more_always": false,
                "use_more_text": "more",
                "style_options": {
                    "grouping": [],
                    "row_class": "",
                    "default_row_class": 1,
                    "row_class_special": 1,
                    "columns": "3",
                    "alignment": "horizontal",
                    "deprecated_table": 0,
                    "fill_single_line": 1,
                    "caption": "",
                    "summary": ""
                },
                "header": {
                    "area": {
                        "id": "area",
                        "table": "views",
                        "field": "area",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "empty": 0,
                        "content": "<p>Roles are the job descriptions advertised by organisations that require volunteers. Find one to suit you.</p>\r\n",
                        "format": "filtered_html",
                        "tokenize": 0
                    }
                },
                "arguments": [],
                "empty": {
                    "area": {
                        "id": "area",
                        "table": "views",
                        "field": "area"
                    }
                }
            }
        },
        "page_1": {
            "display_title": "Ind Roles",
            "display_plugin": "page",
            "display_options": {
                "query": {
                    "type": "views_query",
                    "options": []
                },
                "path": "individual_roles",
                "menu": {
                    "type": "none",
                    "title": "Individuals",
                    "description": "Volunteer yourself!",
                    "name": "main-menu",
                    "weight": "0",
                    "context": 0,
                    "context_only_inline": 0
                },
                "defaults": {
                    "fields": false,
                    "filters": false,
                    "filter_groups": false,
                    "style_plugin": false,
                    "style_options": false,
                    "row_plugin": false,
                    "row_options": false,
                    "sorts": false,
                    "header": false,
                    "relationships": false,
                    "arguments": false,
                    "use_more": false,
                    "use_more_always": false,
                    "use_more_text": false,
                    "footer": false,
                    "title": false,
                    "use_ajax": false,
                    "exposed_form": false,
                    "exposed_form_options": false,
                    "cache": false,
                    "cache_options": false,
                    "empty": false,
                    "css_class": false
                },
                "filters": {
                    "field_sector_tid": {
                        "id": "field_sector_tid",
                        "table": "field_data_field_sector",
                        "field": "field_sector_tid",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "Sectors",
                        "operator": "or",
                        "value": [],
                        "group": 1,
                        "exposed": true,
                        "expose": {
                            "operator_id": "field_sector_tid_op",
                            "label": "What field(s) are your skills in?",
                            "description": "You may choose multiple.",
                            "use_operator": 0,
                            "operator": "field_sector_tid_op",
                            "identifier": "field_sector_tid",
                            "required": 0,
                            "remember": 0,
                            "multiple": 1,
                            "remember_roles": {
                                "anonymous": "anonymous",
                                "authenticated": "authenticated",
                                "editor": 0,
                                "administrator": 0,
                                "emergency_volunteer": 0,
                                "organisation": 0,
                                "manager": 0
                            },
                            "reduce": 0
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        },
                        "reduce_duplicates": 0,
                        "type": "select",
                        "limit": true,
                        "vocabulary": "skills",
                        "hierarchy": 1,
                        "error_message": 1
                    },
                    "field_organisation_target_id": {
                        "id": "field_organisation_target_id",
                        "table": "field_data_field_organisation",
                        "field": "field_organisation_target_id",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "in",
                        "value": [],
                        "group": 1,
                        "exposed": true,
                        "expose": {
                            "operator_id": "field_organisation_target_id_op",
                            "label": "What organisation(s) would you like to work for?",
                            "description": "You may choose multiple.",
                            "use_operator": 0,
                            "operator": "field_organisation_target_id_op",
                            "identifier": "field_organisation_target_id",
                            "required": 0,
                            "remember": 0,
                            "multiple": 1,
                            "remember_roles": {
                                "authenticated": "authenticated",
                                "anonymous": 0,
                                "editor": 0,
                                "administrator": 0,
                                "emergency_volunteer": 0,
                                "organisation": 0,
                                "manager": 0,
                                "simpleApiUser": 0,
                                "simpleApiFull": 0
                            },
                            "reduce": 0
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        }
                    },
                    "field_hours_tid": {
                        "id": "field_hours_tid",
                        "table": "field_data_field_hours",
                        "field": "field_hours_tid",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "or",
                        "value": [],
                        "group": 1,
                        "exposed": true,
                        "expose": {
                            "operator_id": "field_hours_tid_op",
                            "label": "When are you available?",
                            "description": "You may choose multiple.",
                            "use_operator": 0,
                            "operator": "field_hours_tid_op",
                            "identifier": "field_hours_tid",
                            "required": 0,
                            "remember": 0,
                            "multiple": 1,
                            "remember_roles": {
                                "anonymous": 0,
                                "authenticated": 0,
                                "editor": 0,
                                "administrator": 0,
                                "emergency_volunteer": 0,
                                "organisation": 0,
                                "manager": 0
                            },
                            "reduce": 0
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        },
                        "reduce_duplicates": 0,
                        "type": "select",
                        "limit": true,
                        "vocabulary": "working_hours",
                        "hierarchy": 0,
                        "error_message": 0
                    },
                    "body_value": {
                        "id": "body_value",
                        "table": "field_data_body",
                        "field": "body_value",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "word",
                        "value": "",
                        "group": 1,
                        "exposed": true,
                        "expose": {
                            "operator_id": "body_value_op",
                            "label": "Search for a keyword...",
                            "description": "",
                            "use_operator": 0,
                            "operator": "body_value_op",
                            "identifier": "body_value",
                            "required": 0,
                            "remember": 0,
                            "multiple": false,
                            "remember_roles": {
                                "authenticated": "authenticated",
                                "anonymous": 0,
                                "editor": 0,
                                "administrator": 0,
                                "emergency_volunteer": 0,
                                "organisation": 0,
                                "manager": 0
                            }
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        }
                    },
                    "status": {
                        "id": "status",
                        "table": "node",
                        "field": "status",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "=",
                        "value": "1",
                        "group": 1,
                        "exposed": false,
                        "expose": {
                            "operator_id": "",
                            "label": "Published",
                            "description": null,
                            "use_operator": false,
                            "operator": "status_op",
                            "identifier": "status",
                            "required": true,
                            "remember": false,
                            "multiple": false,
                            "remember_roles": {
                                "authenticated": "authenticated"
                            }
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        }
                    },
                    "type": {
                        "id": "type",
                        "table": "node",
                        "field": "type",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "in",
                        "value": {
                            "role": "role"
                        },
                        "group": 1,
                        "exposed": false,
                        "expose": {
                            "operator_id": false,
                            "label": "",
                            "description": "",
                            "use_operator": false,
                            "operator": "",
                            "identifier": "",
                            "required": false,
                            "remember": false,
                            "multiple": false,
                            "remember_roles": {
                                "authenticated": "authenticated"
                            },
                            "reduce": false
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        }
                    }
                },
                "filter_groups": {
                    "operator": "AND",
                    "groups": {
                        "1": "AND"
                    }
                },
                "display_description": "A 3-wide grid view of roles suitable for individuals",
                "style_plugin": "grid",
                "style_options": {
                    "grouping": [],
                    "row_class": "roles-grid-row",
                    "default_row_class": 1,
                    "row_class_special": 1,
                    "columns": "3",
                    "alignment": "horizontal",
                    "deprecated_table": 0,
                    "fill_single_line": 1,
                    "caption": "",
                    "summary": ""
                },
                "row_plugin": "fields",
                "row_options": {
                    "default_field_elements": 1,
                    "inline": [],
                    "separator": "",
                    "hide_empty": 0
                },
                "sorts": {
                    "sticky": {
                        "id": "sticky",
                        "table": "node",
                        "field": "sticky",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "order": "DESC",
                        "exposed": false,
                        "expose": {
                            "label": ""
                        }
                    },
                    "changed": {
                        "id": "changed",
                        "table": "node",
                        "field": "changed",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "order": "DESC",
                        "exposed": false,
                        "expose": {
                            "label": ""
                        },
                        "granularity": "minute"
                    }
                },
                "header": {
                    "area": {
                        "id": "area",
                        "table": "views",
                        "field": "area",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "Roles grid intro",
                        "empty": 1,
                        "content": "<p>If you are looking for a way in which you can use your everyday skills to make a difference, or want to give back to&nbsp;an organisation that is close to your heart, then you have come to the right place.</p>\r\n\r\n<p><br />\r\nOn this page, you can search or browse all the volunteering opportunities available across Hawke's Bay. You can&nbsp;narrow down your search by selecting your skill set, preferred organisation, availability, or by keyword.</p>\r\n\r\n<p><br />\r\nIf you have any questions, or need some help finding your perfect volunteering opportunity, give us a call on <a href=\"tel:063915476\">06 391 5476</a> and we will be more than happy to help.</p>\r\n\r\n<p><a class=\"btn toggle-controls\">Advanced search</a></p>\r\n",
                        "format": "filtered_html",
                        "tokenize": 0
                    }
                },
                "relationships": [],
                "arguments": [],
                "use_more": 0,
                "use_more_always": false,
                "use_more_text": "more",
                "footer": {
                    "area": {
                        "id": "area",
                        "table": "views",
                        "field": "area",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "Contact us!",
                        "empty": 0,
                        "content": "<h3 class=\"call-us-roles\">If you are an organisation needing volunteers, please give us a call, on <a href=\"tel:063915476\">06 391 5476</a>.</h3>\r\n",
                        "format": "filtered_html",
                        "tokenize": 0
                    }
                },
                "title": "Individual Roles",
                "use_ajax": true,
                "exposed_form": {
                    "type": "better_exposed_filters",
                    "options": {
                        "submit_button": "Search",
                        "reset_button": 1,
                        "reset_button_label": "Reset",
                        "exposed_sorts_label": "Sort by",
                        "expose_sort_order": 1,
                        "sort_asc_label": "Asc",
                        "sort_desc_label": "Desc",
                        "autosubmit": 0,
                        "autosubmit_hide": 1,
                        "bef": {
                            "general": {
                                "input_required": 0,
                                "text_input_required": {
                                    "text_input_required": {
                                        "value": "<p>Select any filter and click on Apply to see results</p>\r\n",
                                        "format": "filtered_html"
                                    }
                                },
                                "allow_secondary": 0,
                                "secondary_label": "Advanced options"
                            },
                            "field_sector_tid": {
                                "bef_format": "default",
                                "more_options": {
                                    "bef_select_all_none": 1,
                                    "bef_select_all_none_nested": 0,
                                    "bef_term_description": 0,
                                    "bef_collapsible": 0,
                                    "is_secondary": 0,
                                    "any_label": "All",
                                    "bef_filter_description": "Select from the overarching list of skills.",
                                    "rewrite": {
                                        "filter_rewrite_values": ""
                                    }
                                }
                            },
                            "field_organisation_target_id": {
                                "bef_format": "default",
                                "more_options": {
                                    "bef_select_all_none": 1,
                                    "bef_collapsible": 0,
                                    "is_secondary": 0,
                                    "any_label": "",
                                    "bef_filter_description": "",
                                    "rewrite": {
                                        "filter_rewrite_values": ""
                                    }
                                }
                            },
                            "field_hours_tid": {
                                "bef_format": "default",
                                "more_options": {
                                    "bef_select_all_none": 0,
                                    "bef_collapsible": 0,
                                    "is_secondary": 0,
                                    "any_label": "",
                                    "bef_filter_description": "",
                                    "rewrite": {
                                        "filter_rewrite_values": ""
                                    }
                                }
                            },
                            "field_age_suitability_tid": {
                                "bef_format": "default",
                                "more_options": {
                                    "bef_select_all_none": 0,
                                    "bef_collapsible": 0,
                                    "is_secondary": 0,
                                    "any_label": "",
                                    "bef_filter_description": "",
                                    "rewrite": {
                                        "filter_rewrite_values": ""
                                    }
                                }
                            },
                            "body_value": {
                                "bef_format": "default",
                                "more_options": {
                                    "is_secondary": 0,
                                    "any_label": "",
                                    "bef_filter_description": "",
                                    "rewrite": {
                                        "filter_rewrite_values": ""
                                    }
                                }
                            }
                        }
                    }
                },
                "exposed_form_options": null,
                "cache": {
                    "type": "none"
                },
                "cache_options": null,
                "fields": {
                    "nid": {
                        "id": "nid",
                        "table": "node",
                        "field": "nid",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "exclude": 1,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": false,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "link_to_node": 0
                    },
                    "field_image": {
                        "id": "field_image",
                        "table": "field_data_field_image",
                        "field": "field_image",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": false,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "click_sort_column": "fid",
                        "type": "image",
                        "settings": {
                            "image_style": "big_600w",
                            "image_link": "content",
                            "image_float": "",
                            "image_load": "auto"
                        },
                        "group_column": "",
                        "group_columns": [],
                        "group_rows": true,
                        "delta_limit": "all",
                        "delta_offset": 0,
                        "delta_reversed": false,
                        "delta_first_last": false,
                        "multi_type": "separator",
                        "separator": ", ",
                        "field_api_classes": 0
                    },
                    "title": {
                        "id": "title",
                        "table": "node",
                        "field": "title",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 0,
                            "ellipsis": 0,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "div",
                        "element_class": "role-title",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": false,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "link_to_node": 1
                    },
                    "body": {
                        "id": "body",
                        "table": "field_data_body",
                        "field": "body",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 1,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "140",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 1,
                            "more_link_text": "Read more",
                            "more_link_path": "node/[nid]",
                            "strip_tags": 0,
                            "trim": 1,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": false,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "click_sort_column": "value",
                        "type": "text_default",
                        "settings": {
                            "field_wrappers": {
                                "field_wrapper": "-",
                                "label_wrapper": "-",
                                "item_wrapper": "-",
                                "field_wrapper_class": ""
                            }
                        },
                        "group_column": "value",
                        "group_columns": [],
                        "group_rows": true,
                        "delta_limit": "all",
                        "delta_offset": 0,
                        "delta_reversed": false,
                        "delta_first_last": false,
                        "multi_type": "separator",
                        "separator": ", ",
                        "field_api_classes": 0
                    },
                    "field_organisation": {
                        "id": "field_organisation",
                        "table": "field_data_field_organisation",
                        "field": "field_organisation",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "div",
                        "element_class": "toptag",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": false,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "click_sort_column": "target_id",
                        "type": "entityreference_label",
                        "settings": {
                            "bypass_access": 0,
                            "link": 1,
                            "field_wrappers": {
                                "field_wrapper": "-",
                                "label_wrapper": "-",
                                "item_wrapper": "-",
                                "field_wrapper_class": ""
                            }
                        },
                        "group_column": "target_id",
                        "group_columns": [],
                        "group_rows": true,
                        "delta_limit": "all",
                        "delta_offset": 0,
                        "delta_reversed": false,
                        "delta_first_last": false,
                        "multi_type": "separator",
                        "separator": ", ",
                        "field_api_classes": 0
                    }
                },
                "empty": {
                    "area": {
                        "id": "area",
                        "table": "views",
                        "field": "area",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "empty": true,
                        "content": "<p>No results found. Please try another search.</p>\r\n",
                        "format": "filtered_html",
                        "tokenize": 0
                    }
                },
                "css_class": "indiv-roles"
            }
        },
        "block_1": {
            "display_title": "Org Roles",
            "display_plugin": "block",
            "display_options": {
                "query": {
                    "type": "views_query",
                    "options": []
                },
                "display_description": "A view with the ORG and its ROLES in a 3-wide grid",
                "block_description": "Roles",
                "fields": {
                    "nid": {
                        "id": "nid",
                        "table": "node",
                        "field": "nid",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "exclude": 1,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": false,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "link_to_node": 0
                    },
                    "field_image": {
                        "id": "field_image",
                        "table": "field_data_field_image",
                        "field": "field_image",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": false,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "click_sort_column": "fid",
                        "type": "image",
                        "settings": {
                            "image_style": "big_600w",
                            "image_link": "content",
                            "image_float": "",
                            "image_load": "auto"
                        },
                        "group_column": "",
                        "group_columns": [],
                        "group_rows": true,
                        "delta_limit": "all",
                        "delta_offset": 0,
                        "delta_reversed": false,
                        "delta_first_last": false,
                        "multi_type": "separator",
                        "separator": ", ",
                        "field_api_classes": 0
                    },
                    "title": {
                        "id": "title",
                        "table": "node",
                        "field": "title",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 0,
                            "ellipsis": 0,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": false,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "link_to_node": 1
                    },
                    "body": {
                        "id": "body",
                        "table": "field_data_body",
                        "field": "body",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 1,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "140",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 1,
                            "more_link_text": "Read more",
                            "more_link_path": "node/[nid]",
                            "strip_tags": 0,
                            "trim": 1,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": false,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "click_sort_column": "value",
                        "type": "text_default",
                        "settings": {
                            "field_wrappers": {
                                "field_wrapper": "-",
                                "label_wrapper": "-",
                                "item_wrapper": "-",
                                "field_wrapper_class": ""
                            }
                        },
                        "group_column": "value",
                        "group_columns": [],
                        "group_rows": true,
                        "delta_limit": "all",
                        "delta_offset": 0,
                        "delta_reversed": false,
                        "delta_first_last": false,
                        "multi_type": "separator",
                        "separator": ", ",
                        "field_api_classes": 0
                    }
                },
                "defaults": {
                    "fields": false,
                    "filters": false,
                    "filter_groups": false,
                    "arguments": false,
                    "header": false,
                    "footer": false,
                    "sorts": false,
                    "relationships": false,
                    "title": false,
                    "empty": false,
                    "style_plugin": false,
                    "style_options": false,
                    "row_plugin": false,
                    "row_options": false
                },
                "filters": {
                    "status": {
                        "value": 1,
                        "table": "node",
                        "field": "status",
                        "id": "status",
                        "expose": {
                            "operator": false
                        },
                        "group": 1
                    },
                    "type": {
                        "id": "type",
                        "table": "node",
                        "field": "type",
                        "value": {
                            "role": "role"
                        }
                    }
                },
                "filter_groups": {
                    "operator": "AND",
                    "groups": {
                        "1": "AND"
                    }
                },
                "arguments": {
                    "field_organisation_target_id": {
                        "id": "field_organisation_target_id",
                        "table": "field_data_field_organisation",
                        "field": "field_organisation_target_id",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "default_action": "default",
                        "exception": {
                            "value": "all",
                            "title_enable": 0,
                            "title": "All"
                        },
                        "title_enable": 0,
                        "title": "",
                        "breadcrumb_enable": 0,
                        "breadcrumb": "",
                        "default_argument_type": "raw",
                        "default_argument_options": {
                            "index": "1",
                            "use_alias": 0
                        },
                        "default_argument_skip_url": 0,
                        "summary_options": {
                            "base_path": "",
                            "count": "1",
                            "items_per_page": "25",
                            "override": 0
                        },
                        "summary": {
                            "sort_order": "asc",
                            "number_of_records": "0",
                            "format": "default_summary"
                        },
                        "specify_validation": 0,
                        "validate": {
                            "type": "none",
                            "fail": "not found"
                        },
                        "validate_options": [],
                        "break_phrase": 0,
                        "not": 0
                    }
                },
                "argument_input": {
                    "field_organisation_target_id": {
                        "type": "url",
                        "position": "1",
                        "context_optional": 0,
                        "fixed": "",
                        "label": "Field: Organisation (field_organisation)"
                    }
                },
                "header": [],
                "footer": {
                    "area": {
                        "id": "area",
                        "table": "views",
                        "field": "area",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "More roles",
                        "empty": 0,
                        "content": "<p><a class=\"btn\" href=\"/individual_roles\">Search all our organisations' openings</a></p>\r\n",
                        "format": "filtered_html",
                        "tokenize": 0
                    }
                },
                "sorts": {
                    "changed": {
                        "id": "changed",
                        "table": "node",
                        "field": "changed"
                    }
                },
                "relationships": [],
                "title": "We have openings for (a):",
                "empty": [],
                "style_plugin": "grid",
                "style_options": {
                    "grouping": [],
                    "row_class": "",
                    "default_row_class": 1,
                    "row_class_special": 1,
                    "columns": "2",
                    "alignment": "horizontal",
                    "deprecated_table": 0,
                    "fill_single_line": 1,
                    "caption": "",
                    "summary": ""
                },
                "row_plugin": "fields",
                "row_options": {
                    "default_field_elements": 1,
                    "inline": [],
                    "separator": "",
                    "hide_empty": 0
                }
            }
        },
        "page_2": {
            "display_title": "Team Roles",
            "display_plugin": "page",
            "display_options": {
                "query": {
                    "type": "views_query",
                    "options": []
                },
                "path": "team_opportunities",
                "menu": {
                    "type": "none",
                    "title": "Individuals",
                    "description": "Volunteer yourself!",
                    "name": "main-menu",
                    "weight": "0",
                    "context": 0,
                    "context_only_inline": 0
                },
                "defaults": {
                    "fields": false,
                    "filters": false,
                    "filter_groups": false,
                    "style_plugin": false,
                    "style_options": false,
                    "row_plugin": false,
                    "row_options": false,
                    "sorts": false,
                    "header": false,
                    "relationships": false,
                    "arguments": false,
                    "use_more": false,
                    "use_more_always": false,
                    "use_more_text": false,
                    "footer": false,
                    "title": false,
                    "use_ajax": false,
                    "exposed_form": false,
                    "exposed_form_options": false,
                    "cache": false,
                    "cache_options": false,
                    "pager": false,
                    "pager_options": false,
                    "empty": false
                },
                "filters": {
                    "field_sector_tid": {
                        "id": "field_sector_tid",
                        "table": "field_data_field_sector",
                        "field": "field_sector_tid",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "or",
                        "value": [],
                        "group": 1,
                        "exposed": true,
                        "expose": {
                            "operator_id": "field_sector_tid_op",
                            "label": "What field(s) are your skills in?",
                            "description": "You may choose multiple.",
                            "use_operator": 0,
                            "operator": "field_sector_tid_op",
                            "identifier": "field_sector_tid",
                            "required": 0,
                            "remember": 1,
                            "multiple": 1,
                            "remember_roles": {
                                "anonymous": "anonymous",
                                "authenticated": "authenticated",
                                "editor": 0,
                                "administrator": 0,
                                "emergency_volunteer": 0,
                                "organisation": 0,
                                "manager": 0
                            },
                            "reduce": 0
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        },
                        "reduce_duplicates": 0,
                        "type": "select",
                        "limit": true,
                        "vocabulary": "skills",
                        "hierarchy": 1,
                        "error_message": 1
                    },
                    "field_organisation_target_id": {
                        "id": "field_organisation_target_id",
                        "table": "field_data_field_organisation",
                        "field": "field_organisation_target_id",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "in",
                        "value": [],
                        "group": 1,
                        "exposed": true,
                        "expose": {
                            "operator_id": "field_organisation_target_id_op",
                            "label": "What organisation(s) would you like to volunteer for?",
                            "description": "You may choose multiple.",
                            "use_operator": 0,
                            "operator": "field_organisation_target_id_op",
                            "identifier": "field_organisation_target_id",
                            "required": 0,
                            "remember": 1,
                            "multiple": 1,
                            "remember_roles": {
                                "anonymous": "anonymous",
                                "authenticated": "authenticated",
                                "editor": 0,
                                "administrator": 0,
                                "emergency_volunteer": 0,
                                "organisation": 0,
                                "manager": 0
                            },
                            "reduce": 0
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        }
                    },
                    "field_hours_tid": {
                        "id": "field_hours_tid",
                        "table": "field_data_field_hours",
                        "field": "field_hours_tid",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "or",
                        "value": [],
                        "group": 1,
                        "exposed": true,
                        "expose": {
                            "operator_id": "field_hours_tid_op",
                            "label": "When are you available?",
                            "description": "You may choose multiple.",
                            "use_operator": 0,
                            "operator": "field_hours_tid_op",
                            "identifier": "field_hours_tid",
                            "required": 0,
                            "remember": 0,
                            "multiple": 1,
                            "remember_roles": {
                                "anonymous": 0,
                                "authenticated": 0,
                                "editor": 0,
                                "administrator": 0,
                                "emergency_volunteer": 0,
                                "organisation": 0,
                                "manager": 0
                            },
                            "reduce": 0
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        },
                        "reduce_duplicates": 0,
                        "type": "select",
                        "limit": true,
                        "vocabulary": "working_hours",
                        "hierarchy": 0,
                        "error_message": 0
                    },
                    "body_value": {
                        "id": "body_value",
                        "table": "field_data_body",
                        "field": "body_value",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "word",
                        "value": "",
                        "group": 1,
                        "exposed": true,
                        "expose": {
                            "operator_id": "body_value_op",
                            "label": "Search for a keyword...",
                            "description": "",
                            "use_operator": 0,
                            "operator": "body_value_op",
                            "identifier": "body_value",
                            "required": 0,
                            "remember": 1,
                            "multiple": false,
                            "remember_roles": {
                                "authenticated": "authenticated",
                                "anonymous": 0,
                                "editor": 0,
                                "administrator": 0,
                                "emergency_volunteer": 0,
                                "organisation": 0,
                                "manager": 0
                            }
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        }
                    },
                    "status": {
                        "id": "status",
                        "table": "node",
                        "field": "status",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "=",
                        "value": "1",
                        "group": 1,
                        "exposed": false,
                        "expose": {
                            "operator_id": "",
                            "label": "Published",
                            "description": null,
                            "use_operator": false,
                            "operator": "status_op",
                            "identifier": "status",
                            "required": true,
                            "remember": false,
                            "multiple": false,
                            "remember_roles": {
                                "authenticated": "authenticated"
                            }
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        }
                    },
                    "type": {
                        "id": "type",
                        "table": "node",
                        "field": "type",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "in",
                        "value": {
                            "role": "role"
                        },
                        "group": 1,
                        "exposed": false,
                        "expose": {
                            "operator_id": false,
                            "label": "",
                            "description": "",
                            "use_operator": false,
                            "operator": "",
                            "identifier": "",
                            "required": false,
                            "remember": false,
                            "multiple": false,
                            "remember_roles": {
                                "authenticated": "authenticated"
                            },
                            "reduce": false
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        }
                    },
                    "field_individual_or_group_value": {
                        "id": "field_individual_or_group_value",
                        "table": "field_data_field_individual_or_group",
                        "field": "field_individual_or_group_value",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "or",
                        "value": {
                            "Group": "Group",
                            "Individual and Group task": "Individual and Group task"
                        },
                        "group": "1",
                        "exposed": false,
                        "expose": {
                            "operator_id": "field_individual_or_group_value_op",
                            "label": "Individual or Team (field_individual_or_group)",
                            "description": null,
                            "use_operator": false,
                            "operator": "field_individual_or_group_value_op",
                            "identifier": "field_individual_or_group_value",
                            "required": false,
                            "remember": false,
                            "multiple": false,
                            "remember_roles": {
                                "authenticated": "authenticated"
                            },
                            "reduce": false
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        },
                        "reduce_duplicates": 0
                    }
                },
                "filter_groups": {
                    "operator": "AND",
                    "groups": {
                        "1": "AND"
                    }
                },
                "display_description": "A 3-wide grid view of roles suitable for teams",
                "style_plugin": "grid",
                "style_options": {
                    "grouping": [],
                    "row_class": "roles-grid-row",
                    "default_row_class": 1,
                    "row_class_special": 1,
                    "columns": "3",
                    "alignment": "horizontal",
                    "deprecated_table": 0,
                    "fill_single_line": 1,
                    "caption": "",
                    "summary": ""
                },
                "row_plugin": "fields",
                "row_options": {
                    "default_field_elements": 1,
                    "inline": [],
                    "separator": "",
                    "hide_empty": 0
                },
                "sorts": {
                    "sticky": {
                        "id": "sticky",
                        "table": "node",
                        "field": "sticky",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "order": "DESC",
                        "exposed": false,
                        "expose": {
                            "label": ""
                        }
                    },
                    "changed": {
                        "id": "changed",
                        "table": "node",
                        "field": "changed",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "order": "DESC",
                        "exposed": false,
                        "expose": {
                            "label": ""
                        },
                        "granularity": "minute"
                    }
                },
                "fields": {
                    "field_image": {
                        "id": "field_image",
                        "table": "field_data_field_image",
                        "field": "field_image",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": false,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "click_sort_column": "fid",
                        "type": "image",
                        "settings": {
                            "image_style": "big_600w",
                            "image_link": "content",
                            "image_float": "",
                            "image_load": "auto"
                        },
                        "group_column": "",
                        "group_columns": [],
                        "group_rows": 1,
                        "delta_limit": "all",
                        "delta_offset": "0",
                        "delta_reversed": 0,
                        "delta_first_last": 0,
                        "multi_type": "separator",
                        "separator": ", ",
                        "field_api_classes": 0
                    },
                    "nid": {
                        "id": "nid",
                        "table": "node",
                        "field": "nid",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "exclude": 1,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": false,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "link_to_node": 0
                    },
                    "title": {
                        "id": "title",
                        "table": "node",
                        "field": "title",
                        "label": "",
                        "alter": {
                            "alter_text": 0,
                            "make_link": 0,
                            "absolute": 0,
                            "trim": 0,
                            "word_boundary": 0,
                            "ellipsis": 0,
                            "strip_tags": 0,
                            "html": 0
                        },
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "link_to_node": 1
                    },
                    "body": {
                        "id": "body",
                        "table": "field_data_body",
                        "field": "body",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 1,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "140",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 1,
                            "more_link_text": "Read more",
                            "more_link_path": "/node/[nid]",
                            "strip_tags": 0,
                            "trim": 1,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": false,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "click_sort_column": "value",
                        "type": "text_default",
                        "settings": {
                            "field_wrappers": {
                                "field_wrapper": "-",
                                "label_wrapper": "-",
                                "item_wrapper": "-",
                                "field_wrapper_class": ""
                            }
                        },
                        "group_column": "value",
                        "group_columns": [],
                        "group_rows": true,
                        "delta_limit": "all",
                        "delta_offset": 0,
                        "delta_reversed": false,
                        "delta_first_last": false,
                        "multi_type": "separator",
                        "separator": ", ",
                        "field_api_classes": 0
                    },
                    "field_organisation": {
                        "id": "field_organisation",
                        "table": "field_data_field_organisation",
                        "field": "field_organisation",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": false,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "click_sort_column": "target_id",
                        "type": "entityreference_label",
                        "settings": {
                            "bypass_access": 0,
                            "link": 1
                        },
                        "group_column": "target_id",
                        "group_columns": [],
                        "group_rows": true,
                        "delta_limit": "all",
                        "delta_offset": 0,
                        "delta_reversed": false,
                        "delta_first_last": false,
                        "multi_type": "separator",
                        "separator": ", ",
                        "field_api_classes": 0
                    },
                    "field_suburb": {
                        "id": "field_suburb",
                        "table": "field_data_field_suburb",
                        "field": "field_suburb",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": false,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "click_sort_column": "value",
                        "type": "text_plain",
                        "settings": {
                            "trim_length": "600",
                            "ellipsis": 1,
                            "word_boundary": 1,
                            "use_summary": 0,
                            "token_replace": 0,
                            "filter": "input",
                            "format": "plain_text",
                            "allowed_html": [
                                "a",
                                "b",
                                "br",
                                "dd",
                                "dl",
                                "dt",
                                "em",
                                "i",
                                "li",
                                "ol",
                                "p",
                                "strong",
                                "u",
                                "ul"
                            ],
                            "autop": 0
                        },
                        "group_column": "value",
                        "group_columns": [],
                        "group_rows": true,
                        "delta_limit": "all",
                        "delta_offset": 0,
                        "delta_reversed": false,
                        "delta_first_last": false,
                        "multi_type": "separator",
                        "separator": ", ",
                        "field_api_classes": 0
                    },
                    "field_sector": {
                        "id": "field_sector",
                        "table": "field_data_field_sector",
                        "field": "field_sector",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "div",
                        "element_class": "viewtag",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": false,
                        "element_wrapper_type": "div",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "click_sort_column": "tid",
                        "type": "taxonomy_term_reference_link",
                        "settings": {
                            "field_wrappers": {
                                "field_wrapper": "-",
                                "label_wrapper": "-",
                                "item_wrapper": "-",
                                "field_wrapper_class": ""
                            }
                        },
                        "group_column": "tid",
                        "group_columns": [],
                        "group_rows": 1,
                        "delta_limit": "all",
                        "delta_offset": "0",
                        "delta_reversed": 0,
                        "delta_first_last": 0,
                        "multi_type": "ul",
                        "separator": ", ",
                        "field_api_classes": 0
                    }
                },
                "header": {
                    "area": {
                        "id": "area",
                        "table": "views",
                        "field": "area",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "Team Opportunities",
                        "empty": 0,
                        "content": "<p>If you are looking for a way in which your group, team or business can make a difference, you have come to the&nbsp;right place.</p>\r\n\r\n<p><br />\r\nOn this page, you can search or browse all the volunteering opportunities that need groups of people to help&nbsp;them knock out some of the bigger needs across the region. You can narrow down your search by selecting a skill&nbsp;set, preferred organisation, availability, or by keyword.</p>\r\n\r\n<p><br />\r\nIf you have any questions or need some help finding your perfect volunteering opportunity, give us a call on <a href=\"tel:063915476\">06 391 5476</a>, and we will be more than happy to help.</p>\r\n",
                        "format": "filtered_html",
                        "tokenize": 0
                    }
                },
                "relationships": [],
                "arguments": [],
                "use_more": 0,
                "use_more_always": false,
                "use_more_text": "more",
                "footer": {
                    "area": {
                        "id": "area",
                        "table": "views",
                        "field": "area",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "Contact us!",
                        "empty": 0,
                        "content": "<h3 class=\"call-us-roles\">If you are an organisation needing volunteers, please give us a call, on <a href=\"tel:063915476\">06 391 5476</a>.</h3>\r\n",
                        "format": "filtered_html",
                        "tokenize": 0
                    }
                },
                "title": "Roles for groups, teams & businesses",
                "use_ajax": true,
                "exposed_form": {
                    "type": "better_exposed_filters",
                    "options": {
                        "submit_button": "Search",
                        "reset_button": 1,
                        "reset_button_label": "Reset",
                        "exposed_sorts_label": "Sort by",
                        "expose_sort_order": 1,
                        "sort_asc_label": "Asc",
                        "sort_desc_label": "Desc",
                        "autosubmit": 0,
                        "autosubmit_hide": 1,
                        "bef": {
                            "general": {
                                "input_required": 0,
                                "text_input_required": {
                                    "text_input_required": {
                                        "value": "<p>Select any filter and click on Apply to see results</p>\r\n",
                                        "format": "filtered_html"
                                    }
                                },
                                "allow_secondary": 0,
                                "secondary_label": "Advanced options"
                            },
                            "field_sector_tid": {
                                "bef_format": "default",
                                "more_options": {
                                    "bef_select_all_none": 0,
                                    "bef_select_all_none_nested": 0,
                                    "bef_term_description": 0,
                                    "bef_collapsible": 0,
                                    "is_secondary": 0,
                                    "any_label": "",
                                    "bef_filter_description": "",
                                    "rewrite": {
                                        "filter_rewrite_values": ""
                                    }
                                }
                            },
                            "field_organisation_target_id": {
                                "bef_format": "default",
                                "more_options": {
                                    "bef_select_all_none": 0,
                                    "bef_collapsible": 0,
                                    "is_secondary": 0,
                                    "any_label": "",
                                    "bef_filter_description": "",
                                    "rewrite": {
                                        "filter_rewrite_values": ""
                                    }
                                }
                            },
                            "field_hours_tid": {
                                "bef_format": "default",
                                "more_options": {
                                    "bef_select_all_none": 0,
                                    "bef_collapsible": 0,
                                    "is_secondary": 0,
                                    "any_label": "",
                                    "bef_filter_description": "",
                                    "rewrite": {
                                        "filter_rewrite_values": ""
                                    }
                                }
                            },
                            "field_age_suitability_tid": {
                                "bef_format": "default",
                                "more_options": {
                                    "bef_select_all_none": 0,
                                    "bef_collapsible": 0,
                                    "is_secondary": 0,
                                    "any_label": "",
                                    "bef_filter_description": "",
                                    "rewrite": {
                                        "filter_rewrite_values": ""
                                    }
                                }
                            },
                            "body_value": {
                                "bef_format": "default",
                                "more_options": {
                                    "is_secondary": 0,
                                    "any_label": "",
                                    "bef_filter_description": "",
                                    "rewrite": {
                                        "filter_rewrite_values": ""
                                    }
                                }
                            }
                        }
                    }
                },
                "exposed_form_options": null,
                "cache": {
                    "type": "none"
                },
                "cache_options": null,
                "pager": {
                    "type": "infinite_scroll",
                    "options": {
                        "items_per_page": "15",
                        "offset": "0",
                        "id": "0",
                        "total_pages": "",
                        "manual_load": 1,
                        "text": "Show More"
                    }
                },
                "pager_options": null,
                "empty": []
            }
        },
        "page_3": {
            "display_title": "General query",
            "display_plugin": "page",
            "display_options": {
                "query": {
                    "type": "views_query",
                    "options": []
                },
                "path": "heart/roles_orgs_vols_contact",
                "menu": {
                    "type": "none",
                    "title": "Individuals",
                    "description": "Volunteer yourself!",
                    "name": "main-menu",
                    "weight": "0",
                    "context": 0,
                    "context_only_inline": 0
                },
                "defaults": {
                    "fields": false,
                    "filters": false,
                    "filter_groups": false,
                    "style_plugin": false,
                    "style_options": false,
                    "row_plugin": false,
                    "row_options": false,
                    "sorts": false,
                    "header": false,
                    "relationships": false,
                    "arguments": false,
                    "use_more": false,
                    "use_more_always": false,
                    "use_more_text": false,
                    "footer": false,
                    "title": false,
                    "use_ajax": false,
                    "exposed_form": false,
                    "exposed_form_options": false,
                    "cache": false,
                    "cache_options": false,
                    "empty": false,
                    "access": false,
                    "access_options": false
                },
                "filters": {
                    "field_id_value": {
                        "id": "field_id_value",
                        "table": "field_data_field_id",
                        "field": "field_id_value",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "=",
                        "value": {
                            "min": "",
                            "max": "",
                            "value": ""
                        },
                        "group": 1,
                        "exposed": true,
                        "expose": {
                            "operator_id": "field_id_value_op",
                            "label": "VHB ID (old)",
                            "description": "",
                            "use_operator": 0,
                            "operator": "field_id_value_op",
                            "identifier": "field_id_value",
                            "required": 0,
                            "remember": 0,
                            "multiple": false,
                            "remember_roles": {
                                "authenticated": "authenticated",
                                "anonymous": 0,
                                "editor": 0,
                                "administrator": 0,
                                "emergency_volunteer": 0,
                                "organisation": 0,
                                "manager": 0,
                                "simpleApiUser": 0,
                                "simpleApiFull": 0
                            }
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        }
                    },
                    "field_refid_value": {
                        "id": "field_refid_value",
                        "table": "field_data_field_refid",
                        "field": "field_refid_value",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "=",
                        "value": {
                            "min": "",
                            "max": "",
                            "value": ""
                        },
                        "group": 1,
                        "exposed": true,
                        "expose": {
                            "operator_id": "field_refid_value_op",
                            "label": "Refid (new website #)",
                            "description": "",
                            "use_operator": 0,
                            "operator": "field_refid_value_op",
                            "identifier": "field_refid_value",
                            "required": 0,
                            "remember": 0,
                            "multiple": false,
                            "remember_roles": {
                                "authenticated": "authenticated",
                                "anonymous": 0,
                                "editor": 0,
                                "administrator": 0,
                                "emergency_volunteer": 0,
                                "organisation": 0,
                                "manager": 0,
                                "simpleApiUser": 0,
                                "simpleApiFull": 0
                            }
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        }
                    },
                    "field_organisation_target_id": {
                        "id": "field_organisation_target_id",
                        "table": "field_data_field_organisation",
                        "field": "field_organisation_target_id",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "in",
                        "value": [],
                        "group": 1,
                        "exposed": true,
                        "expose": {
                            "operator_id": "field_organisation_target_id_op",
                            "label": "What organisation(s) would you like to volunteer for?",
                            "description": "You may choose multiple.",
                            "use_operator": 0,
                            "operator": "field_organisation_target_id_op",
                            "identifier": "field_organisation_target_id",
                            "required": 0,
                            "remember": 0,
                            "multiple": 1,
                            "remember_roles": {
                                "anonymous": "anonymous",
                                "authenticated": "authenticated",
                                "editor": 0,
                                "administrator": 0,
                                "emergency_volunteer": 0,
                                "organisation": 0,
                                "manager": 0
                            },
                            "reduce": 0
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        }
                    },
                    "field_orgid_value": {
                        "id": "field_orgid_value",
                        "table": "field_data_field_orgid",
                        "field": "field_orgid_value",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "=",
                        "value": {
                            "min": "",
                            "max": "",
                            "value": ""
                        },
                        "group": 1,
                        "exposed": true,
                        "expose": {
                            "operator_id": "field_orgid_value_op",
                            "label": "Org id # (field_orgid)",
                            "description": "",
                            "use_operator": 0,
                            "operator": "field_orgid_value_op",
                            "identifier": "field_orgid_value",
                            "required": 0,
                            "remember": 0,
                            "multiple": false,
                            "remember_roles": {
                                "anonymous": 0,
                                "authenticated": 0,
                                "editor": 0,
                                "administrator": 0,
                                "emergency_volunteer": 0,
                                "organisation": 0,
                                "manager": 0,
                                "simpleApiUser": 0,
                                "simpleApiFull": 0
                            }
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        }
                    },
                    "body_value": {
                        "id": "body_value",
                        "table": "field_data_body",
                        "field": "body_value",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "word",
                        "value": "",
                        "group": 1,
                        "exposed": true,
                        "expose": {
                            "operator_id": "body_value_op",
                            "label": "Search for a keyword...",
                            "description": "",
                            "use_operator": 0,
                            "operator": "body_value_op",
                            "identifier": "body_value",
                            "required": 0,
                            "remember": 0,
                            "multiple": false,
                            "remember_roles": {
                                "authenticated": "authenticated",
                                "anonymous": 0,
                                "editor": 0,
                                "administrator": 0,
                                "emergency_volunteer": 0,
                                "organisation": 0,
                                "manager": 0
                            }
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        }
                    },
                    "status": {
                        "id": "status",
                        "table": "node",
                        "field": "status",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "=",
                        "value": "1",
                        "group": 1,
                        "exposed": false,
                        "expose": {
                            "operator_id": "",
                            "label": "Published",
                            "description": null,
                            "use_operator": false,
                            "operator": "status_op",
                            "identifier": "status",
                            "required": true,
                            "remember": false,
                            "multiple": false,
                            "remember_roles": {
                                "authenticated": "authenticated"
                            }
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        }
                    },
                    "type": {
                        "id": "type",
                        "table": "node",
                        "field": "type",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "operator": "in",
                        "value": {
                            "role": "role"
                        },
                        "group": 1,
                        "exposed": false,
                        "expose": {
                            "operator_id": false,
                            "label": "",
                            "description": "",
                            "use_operator": false,
                            "operator": "",
                            "identifier": "",
                            "required": false,
                            "remember": false,
                            "multiple": false,
                            "remember_roles": {
                                "authenticated": "authenticated"
                            },
                            "reduce": false
                        },
                        "is_grouped": false,
                        "group_info": {
                            "label": "",
                            "description": "",
                            "identifier": "",
                            "optional": true,
                            "widget": "select",
                            "multiple": false,
                            "remember": 0,
                            "default_group": "All",
                            "default_group_multiple": [],
                            "group_items": []
                        }
                    }
                },
                "filter_groups": {
                    "operator": "AND",
                    "groups": {
                        "1": "AND"
                    }
                },
                "display_description": "A table of relationships between Orgs and Roles",
                "style_plugin": "table",
                "style_options": {
                    "grouping": [],
                    "row_class": "",
                    "default_row_class": 1,
                    "row_class_special": 1,
                    "override": 1,
                    "sticky": 0,
                    "caption": "",
                    "summary": "",
                    "columns": {
                        "nid": "nid",
                        "title": "title",
                        "field_organisation": "field_organisation",
                        "field_id": "field_id",
                        "field_refid": "field_refid"
                    },
                    "info": {
                        "nid": {
                            "sortable": 0,
                            "default_sort_order": "asc",
                            "align": "",
                            "separator": "",
                            "empty_column": 0
                        },
                        "title": {
                            "sortable": 1,
                            "default_sort_order": "asc",
                            "align": "",
                            "separator": "",
                            "empty_column": 0
                        },
                        "field_organisation": {
                            "sortable": 1,
                            "default_sort_order": "asc",
                            "align": "",
                            "separator": "",
                            "empty_column": 0
                        },
                        "field_id": {
                            "sortable": 1,
                            "default_sort_order": "asc",
                            "align": "",
                            "separator": "",
                            "empty_column": 0
                        },
                        "field_refid": {
                            "sortable": 1,
                            "default_sort_order": "asc",
                            "align": "",
                            "separator": "",
                            "empty_column": 0
                        }
                    },
                    "default": "field_id",
                    "empty_table": 0
                },
                "row_plugin": "fields",
                "row_options": {
                    "default_field_elements": 1,
                    "inline": [],
                    "separator": "",
                    "hide_empty": 0
                },
                "sorts": {
                    "sticky": {
                        "id": "sticky",
                        "table": "node",
                        "field": "sticky",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "order": "DESC",
                        "exposed": false,
                        "expose": {
                            "label": ""
                        }
                    },
                    "changed": {
                        "id": "changed",
                        "table": "node",
                        "field": "changed",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "order": "DESC",
                        "exposed": false,
                        "expose": {
                            "label": ""
                        },
                        "granularity": "minute"
                    }
                },
                "header": [],
                "relationships": [],
                "arguments": [],
                "use_more": 0,
                "use_more_always": false,
                "use_more_text": "more",
                "footer": [],
                "title": "ROLES and ORGS",
                "use_ajax": true,
                "exposed_form": {
                    "type": "better_exposed_filters",
                    "options": {
                        "submit_button": "Search",
                        "reset_button": 1,
                        "reset_button_label": "Reset",
                        "exposed_sorts_label": "Sort by",
                        "expose_sort_order": 1,
                        "sort_asc_label": "Asc",
                        "sort_desc_label": "Desc",
                        "autosubmit": 0,
                        "autosubmit_hide": 1,
                        "bef": {
                            "general": {
                                "input_required": 0,
                                "text_input_required": {
                                    "text_input_required": {
                                        "value": "<p>Select any filter and click on Apply to see results</p>\r\n",
                                        "format": "filtered_html"
                                    }
                                },
                                "allow_secondary": 0,
                                "secondary_label": "Advanced options"
                            },
                            "field_sector_tid": {
                                "bef_format": "default",
                                "more_options": {
                                    "bef_select_all_none": 1,
                                    "bef_select_all_none_nested": 0,
                                    "bef_term_description": 0,
                                    "bef_collapsible": 0,
                                    "is_secondary": 0,
                                    "any_label": "All",
                                    "bef_filter_description": "Select from the overarching list of skills.",
                                    "rewrite": {
                                        "filter_rewrite_values": ""
                                    }
                                }
                            },
                            "field_organisation_target_id": {
                                "bef_format": "default",
                                "more_options": {
                                    "bef_select_all_none": 1,
                                    "bef_collapsible": 0,
                                    "is_secondary": 0,
                                    "any_label": "",
                                    "bef_filter_description": "",
                                    "rewrite": {
                                        "filter_rewrite_values": ""
                                    }
                                }
                            },
                            "field_hours_tid": {
                                "bef_format": "default",
                                "more_options": {
                                    "bef_select_all_none": 0,
                                    "bef_collapsible": 0,
                                    "is_secondary": 0,
                                    "any_label": "",
                                    "bef_filter_description": "",
                                    "rewrite": {
                                        "filter_rewrite_values": ""
                                    }
                                }
                            },
                            "field_age_suitability_tid": {
                                "bef_format": "default",
                                "more_options": {
                                    "bef_select_all_none": 0,
                                    "bef_collapsible": 0,
                                    "is_secondary": 0,
                                    "any_label": "",
                                    "bef_filter_description": "",
                                    "rewrite": {
                                        "filter_rewrite_values": ""
                                    }
                                }
                            },
                            "body_value": {
                                "bef_format": "default",
                                "more_options": {
                                    "is_secondary": 0,
                                    "any_label": "",
                                    "bef_filter_description": "",
                                    "rewrite": {
                                        "filter_rewrite_values": ""
                                    }
                                }
                            }
                        }
                    }
                },
                "exposed_form_options": null,
                "cache": {
                    "type": "none"
                },
                "cache_options": null,
                "fields": {
                    "field_id": {
                        "id": "field_id",
                        "table": "field_data_field_id",
                        "field": "field_id",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "VHB ID",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": 1,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "click_sort_column": "value",
                        "type": "number_integer",
                        "settings": {
                            "thousand_separator": "",
                            "prefix_suffix": 1,
                            "field_wrappers": {
                                "field_wrapper": "-",
                                "label_wrapper": "-",
                                "item_wrapper": "-",
                                "field_wrapper_class": ""
                            }
                        },
                        "group_column": "value",
                        "group_columns": [],
                        "group_rows": true,
                        "delta_limit": "all",
                        "delta_offset": 0,
                        "delta_reversed": false,
                        "delta_first_last": false,
                        "multi_type": "separator",
                        "separator": ", ",
                        "field_api_classes": 0
                    },
                    "field_refid": {
                        "id": "field_refid",
                        "table": "field_data_field_refid",
                        "field": "field_refid",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "Refid",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": 1,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "click_sort_column": "value",
                        "type": "serial_formatter_default",
                        "settings": {
                            "field_wrappers": {
                                "field_wrapper": "-",
                                "label_wrapper": "-",
                                "item_wrapper": "-",
                                "field_wrapper_class": ""
                            }
                        },
                        "group_column": "value",
                        "group_columns": [],
                        "group_rows": true,
                        "delta_limit": "all",
                        "delta_offset": 0,
                        "delta_reversed": false,
                        "delta_first_last": false,
                        "multi_type": "separator",
                        "separator": ", ",
                        "field_api_classes": 0
                    },
                    "nid": {
                        "id": "nid",
                        "table": "node",
                        "field": "nid",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "exclude": 1,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": false,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "link_to_node": 0
                    },
                    "title": {
                        "id": "title",
                        "table": "node",
                        "field": "title",
                        "label": "",
                        "alter": {
                            "alter_text": 0,
                            "make_link": 0,
                            "absolute": 0,
                            "trim": 0,
                            "word_boundary": 0,
                            "ellipsis": 0,
                            "strip_tags": 0,
                            "html": 0
                        },
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "link_to_node": 1
                    },
                    "field_organisation": {
                        "id": "field_organisation",
                        "table": "field_data_field_organisation",
                        "field": "field_organisation",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "div",
                        "element_class": "toptag",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": false,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "click_sort_column": "target_id",
                        "type": "entityreference_label",
                        "settings": {
                            "bypass_access": 0,
                            "link": 1,
                            "field_wrappers": {
                                "field_wrapper": "-",
                                "label_wrapper": "-",
                                "item_wrapper": "-",
                                "field_wrapper_class": ""
                            }
                        },
                        "group_column": "target_id",
                        "group_columns": [],
                        "group_rows": true,
                        "delta_limit": "all",
                        "delta_offset": 0,
                        "delta_reversed": false,
                        "delta_first_last": false,
                        "multi_type": "separator",
                        "separator": ", ",
                        "field_api_classes": 0
                    },
                    "field_assigned_to": {
                        "id": "field_assigned_to",
                        "table": "field_data_field_assigned_to",
                        "field": "field_assigned_to",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "Assigned To",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": 1,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "click_sort_column": "tid",
                        "type": "taxonomy_term_reference_link",
                        "settings": {
                            "field_wrappers": {
                                "field_wrapper": "-",
                                "label_wrapper": "-",
                                "item_wrapper": "-",
                                "field_wrapper_class": ""
                            }
                        },
                        "group_column": "tid",
                        "group_columns": [],
                        "group_rows": true,
                        "delta_limit": "all",
                        "delta_offset": 0,
                        "delta_reversed": false,
                        "delta_first_last": false,
                        "multi_type": "separator",
                        "separator": ", ",
                        "field_api_classes": 0
                    },
                    "field_first_name": {
                        "id": "field_first_name",
                        "table": "field_data_field_first_name",
                        "field": "field_first_name",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "First name",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": 1,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "click_sort_column": "value",
                        "type": "text_default",
                        "settings": {
                            "field_wrappers": {
                                "field_wrapper": "-",
                                "label_wrapper": "-",
                                "item_wrapper": "-",
                                "field_wrapper_class": ""
                            }
                        },
                        "group_column": "value",
                        "group_columns": [],
                        "group_rows": true,
                        "delta_limit": "all",
                        "delta_offset": 0,
                        "delta_reversed": false,
                        "delta_first_last": false,
                        "multi_type": "separator",
                        "separator": ", ",
                        "field_api_classes": 0
                    },
                    "field_last_name": {
                        "id": "field_last_name",
                        "table": "field_data_field_last_name",
                        "field": "field_last_name",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "Last name",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": 1,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "click_sort_column": "value",
                        "type": "text_default",
                        "settings": {
                            "field_wrappers": {
                                "field_wrapper": "-",
                                "label_wrapper": "-",
                                "item_wrapper": "-",
                                "field_wrapper_class": ""
                            }
                        },
                        "group_column": "value",
                        "group_columns": [],
                        "group_rows": true,
                        "delta_limit": "all",
                        "delta_offset": 0,
                        "delta_reversed": false,
                        "delta_first_last": false,
                        "multi_type": "separator",
                        "separator": ", ",
                        "field_api_classes": 0
                    },
                    "field_orgid": {
                        "id": "field_orgid",
                        "table": "field_data_field_orgid",
                        "field": "field_orgid",
                        "relationship": "none",
                        "group_type": "group",
                        "ui_name": "",
                        "label": "Org id #",
                        "exclude": 0,
                        "alter": {
                            "alter_text": 0,
                            "text": "",
                            "make_link": 0,
                            "path": "",
                            "absolute": 0,
                            "external": 0,
                            "replace_spaces": 0,
                            "path_case": "none",
                            "trim_whitespace": 0,
                            "alt": "",
                            "rel": "",
                            "link_class": "",
                            "prefix": "",
                            "suffix": "",
                            "target": "",
                            "nl2br": 0,
                            "max_length": "",
                            "word_boundary": 1,
                            "ellipsis": 1,
                            "more_link": 0,
                            "more_link_text": "",
                            "more_link_path": "",
                            "strip_tags": 0,
                            "trim": 0,
                            "preserve_tags": "",
                            "html": 0
                        },
                        "element_type": "",
                        "element_class": "",
                        "element_label_type": "",
                        "element_label_class": "",
                        "element_label_colon": 1,
                        "element_wrapper_type": "",
                        "element_wrapper_class": "",
                        "element_default_classes": 1,
                        "empty": "",
                        "hide_empty": 0,
                        "empty_zero": 0,
                        "hide_alter_empty": 1,
                        "click_sort_column": "value",
                        "type": "serial_formatter_default",
                        "settings": {
                            "field_wrappers": {
                                "field_wrapper": "-",
                                "label_wrapper": "-",
                                "item_wrapper": "-",
                                "field_wrapper_class": ""
                            }
                        },
                        "group_column": "value",
                        "group_columns": [],
                        "group_rows": true,
                        "delta_limit": "all",
                        "delta_offset": 0,
                        "delta_reversed": false,
                        "delta_first_last": false,
                        "multi_type": "separator",
                        "separator": ", ",
                        "field_api_classes": 0
                    }
                },
                "empty": [],
                "access": {
                    "type": "role",
                    "role": {
                        "editor": "editor",
                        "administrator": "administrator",
                        "manager": "manager"
                    }
                },
                "access_options": null
            }
        },
        "entityreference_1": {
            "display_title": "Role-Org Reference",
            "display_plugin": "entityreference",
            "display_options": {
                "query": {
                    "type": "views_query",
                    "options": []
                },
                "style_options": {
                    "grouping": [],
                    "search_fields": {
                        "field_organisation": "field_organisation",
                        "field_image": 0,
                        "title": 0,
                        "body": 0
                    }
                },
                "display_description": ""
            }
        },
        "feed": {
            "display_title": "Feed",
            "display_plugin": "feed",
            "display_options": {
                "query": {
                    "type": "views_query",
                    "options": []
                },
                "pager": {
                    "type": "some"
                },
                "style_plugin": "rss",
                "row_plugin": "node_rss",
                "path": "roles.xml",
                "displays": {
                    "default": "default",
                    "page": "page"
                }
            }
        }
    }
}

Hi @onyx

I'm afraid I haven't looked at your view definition as its huge but from your initial description I think a module I recently ported could help with your use case.

Other View Filter allows you to filter using the results of another view. I did a similar thing to you but with events that had one or more dates on and I needed to display in a particular way.

@onyx - have you accidentally posted the full view twice? I can delete one if they are identical or if one is wrong?

Yes please, delete. Akismet broke when I pasted it, due to the size.
And thanks, will check out your module!

Whilst that module is a handy one to have, it does all the filtering for you; I still need to have a Select for the Org, so that the user can choose the Org by name. Thanks anyhow, mate.

I think a possible solution is to use two entity reference fields, one in orgs pointing at roles, and one in roles pointing at the orgs they belong. This way, you can use the filter on the roles entities pointing at the orgs, so it will only show the orgs that this field belongs to. 

There is a very helpful module in D7 that allowed you to automatically set the second reference field, whenever the first field is created: Corresponding Entity References. So, for example, you can "link" the two fields, so when you save an Org that points at a specific Role, the entity reference in the Role will be saved, pointing at that Org.

I don't think CER is ported, but we could look into it. I used that module in several sites.