Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.6
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2009 at 00:14 UTC
Updated:
10 Jun 2011 at 07:54 UTC
it showing in views field list with Multiple select terms.
how i can use it?
Comments
Comment #1
merlinofchaos commenteddelta is a CCK thing, in general, you should ask there, not here.
Comment #2
temp commentedComment #3
markus_petrux commentedMultiple 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.
Comment #5
k2gsalem commentedi dont know