Is there any way of creating a text field or a label for the filter choices on the views. I.e If I select region "North" in the filter that North can be displayed as a label/text field in the view.
In the content view, SUBSET_SINGLETON([Region]) will give you the single selected Region in the filters.SUBSET_UNIQUESLIST([Region]) will give you a comma-separated list. If you want to use this as a view header, you can define a very small content view above the actual view.