Hi everyone,

I'm working on a website that shows movie reviews. There is a section that lists the movies, that I created using the Views module to display the list. At the top there is an Exposed filter so users can filter by "Genre" or "Rating" (such as PG-13, R...). I added the Allowed Values with CCK and Default Value to "none". Somehow it chooses the first option for the filters. I wanted the default to be which is the option that was created by the Views Module to display all movies.

I looks like this:

Genre:

Action
Comedy
Drama
.
.
.
.
Right now the default is 'Action' I wanted it to be 'any'.
Does anyone know how to fix it this?

thanks