Can anyone describe how I can get access to a Viewset controller attribute from a view, which is part of the Viewset?.
Certainly within a View's BCP I can use controller-gv_vale to get the View's controller attribute value, but how do I get access to the Viewsets controller attribute?
Jon