I don't know if I am asking the right question, but I have a content type "Event Report" with a lot of fields, some of which have drop-down lists. For example the field "potential" has the choices "significant" "minor" and "none".

I want to see ONLY the "event reports" that have "significant" in the "potential" field.

I can create a view that shows the reports but don't see how to restrict it to the "significant" ones. Am I going about this the right way or is there a more appropriate way to achieve it?
Steve

Comments

VM’s picture

Id' set up the view with exposed filters which would then allow you to choose 'significant'

stevelast’s picture

Thank you!
Steve