You didn't say whether this is Views 2 or 3, but the result would be the same. Set up the View to show the result of your choices, or just show empty text. Then add an attachment (search DO for instructions) for the other View, inheriting arguments. so that it shows empty text if it is one of the chosen values.

I don't recall off the top of my head if the "empty" stuff allows PHP code, but, if so, you could call the other view that way.
 
Nancy
 
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.


From: Luke <drupal@lists.tacticus.com>

I am no views expert.

I am making a view which shows listings of nodes (products) in a specific
way, if they are in a certain category.

I.E.

If the term is one of: 7, 10, 20-30, etc., the view should show the
listing one way.
If it is anything else, it should show them another way (the default
UC_Product view, actually).

How can I do this?

Do I use two views, and some how determine which one is accessed by TID?

Or can I do it with a single view, and some how choose the display by
argument or range of arguments?