Hi
I am trying to create a graph that will hide a category for all views and view templates.
I’ve looked at this post.
This Post
and using this python code
This is giving me a string for the name of the view template, however i can not feed this into View.SetCategoryOverrides.
I understand why, I’m sending in a string not a view, how do I get the python to export a list of views not strings?.