@nrmsdl wrote:
We have more then 200 pages for the project and there are 7 people working on it. Any selection doesn't work. It needs to be more logic. I'd say it needs to be in a view template. That's its purpose.
For 200 sheets/views, I would say that needs a tiny dynamo graph which would hide all Dimension Type A on all views which are placed on sheets.
PS: I know @martijn_pater will reply that is too generic! but I am on a train and don't have my laptop with me 😛but you could easily create the following with mostly OOTB nodes
- a list of view types on sheet or sheets using nodes Sheets and Sheet.Views
- get a list of Dimension types using Element Types/All Elements of Type/Family by Name and create list.FilterbyBoolMask to get a list of all elements that return true
- Feed the above two inputs + a Boolean into a node called HideUnhideElement from Quasar package
If you give me an hour to get home I can put that together for you, otherwise, if urgent maybe someone here can help putting the above graph together for you