it showing in views field list with Multiple select terms.
how i can use it?

Comments

merlinofchaos’s picture

Status: Active » Closed (won't fix)

delta is a CCK thing, in general, you should ask there, not here.

temp’s picture

Project: Views (for Drupal 7) » Content Construction Kit (CCK)
Version: 6.x-2.7 » 6.x-2.6
Status: Closed (won't fix) » Active
markus_petrux’s picture

Assigned: temp » Unassigned
Status: Active » Fixed

Multiple value fields are stored in their own table where the key is vid and delta. The delta is the index of the multiple value within the field. Rcent versions of CCK expose this key to Views, so you can use it as if it was another database column related to multiple value fields. You can add the delta as a field, argument, filter, etc.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

k2gsalem’s picture

i dont know