Appears in Sheet List parameter

Is there a way to change the status of the “Appears in Sheet List” parameter on sheets?

image

When I try to change it via “Element.SetParameterByName”, the displayed error message is that the parameter does not exist.

Yes it’s certainly possible, I do this with many graphs. Make sure you have all the capitalizations correct in the param name. The “In” is often a culprit. You also have to make sure you filter out any Placeholder sheets because you cannot change the value for those.

1 Like

Yes, silly mistake on my part. I had the parameter name in all CAPS. Thank you so much @SeanP!

As a side note for anyone else having this problem, the parameter value input is a Boolean (true or false) input.