I need to dynamically filter a view using an argument. The field the argument is based upon is a CCK text field. I need the filter to allow for multiple terms, but the views "Configure Argument" dialog doesn't seem to have that checkbox for a text based field. How can I create a multiple term argument for a text based field?

Comments

dawehner’s picture

Project: Views (for Drupal 7) » Content Construction Kit (CCK)
Version: 6.x-2.8 » 6.x-2.x-dev
Component: Miscellaneous » Views Integration

It has to be supported by the argument handler, this is not part of views core. It should be part of cck-s argument handlers

merlinofchaos’s picture

Status: Active » Closed (won't fix)

Views does not support multiple text-based arguments at this time. Currently this cannot be done. You might try just having multiple arguments, but I am not sure if this will work.