Hide View Filter

Hello Dynamo Friends,

I made a graph that creates a ViewFilter and adds it to a view.

The last step would be to hide the visibility in the view but i can#t get it to work.

Any help would be much appreciated!

Add_Filter_by_PlanName.dyn (43.1 KB)

Hi @gerhard.p,

Use the OOTB View.SetFilterOverrides with the OOTB OverrideGraphicSettings node, not that of a package.
Dynamo OverrideGraphicSettings are Dynamo objects and are not compatible with those in packages.

1 Like

Works great now :sunglasses:
I´m glad i remembered from another time, that there is an issue that true and false are switched for the hiding parameter!

Many thanks to you Alban! :slight_smile: