you could probably use views argument handling code for that.<br><a href="http://drupal.org/node/70145">http://drupal.org/node/70145</a><br><br><div><span class="gmail_quote">On 6/11/07, <b class="gmail_sendername">Zohar Stolar
</b> &lt;<a href="mailto:z.stolar@gmail.com">z.stolar@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Is it possible to pass multiple values as one argument in a view?
<br>For example, Say I have a CCK field with 4 options:<br><br>0 | red<br>1 | green<br>2 | blue<br>3 | white<br><br>I want to pass these values to my view, using a URL like<br><a href="http://example.com/color/0">http://example.com/color/0
</a><br><br>This is very easy. But - How can I use one argument, to show me two colors?<br>I tried the following with no success: <a href="http://example.com/color/1,2">http://example.com/color/1,2</a>&nbsp;&nbsp;and<br><a href="http://example.com/color/1+2">
http://example.com/color/1+2</a><br><br>Neither worked.<br><br>Any ideas?<br>Do I have to create two separate views for that (one that uses URL<br>arguments and another one using filters)?<br><br>Zohar<br>--<br>[ Drupal support list | 
<a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]<br></blockquote></div><br>