Create view set

Hello ,
I want to create a view list which views contains “2nd Zone” word but my fiction is not working , can anybody correct me ? thanks

You’re using SetParameter which would be changing all of your view names to “2nd Zone”. You want to use GetParameterValueByName to get the view name and then String.Contains to see if the view name contains “2nd Zone”.

Something like that ? but it is still not working , maybe i am over thinking , because i am new at it

Looks about right. Turn on node previews so we can see what’s happening.