As per this issue in views: http://drupal.org/node/64874, is it possible to allow options for CCK fields in Views? This would, for example, allow arguments on the first letter of CCK text fields.

Comments

karens’s picture

Status: Active » Closed (won't fix)

The options field for CCK fields in Views is now occupied by the CCK formatter so it can't be used for anything else. I think we have to say the content module is not going to be able to provide this as a core feature since it would not be easy to do -- it would take some overloading of the field or other special code. It may be that someone will see a way it could be done, but otherwise I think this is a won't fix item. If someone wants to request this and can actually see a way it could be done, you could re-open this issue and post a patch.