I found my own solution.
Seems there is a "filter" property that can be set with the Regular Expression language to select the views you want.
This 'filter' property is part of the 'View Or Folder List' item. I wanted to show all the views that were not hidden - did not have parenthesis around the title.
So I put the following Regular Expression in the 'filter' property: ^(?!\(.*).*
That's it. Works great.
Tim Holt