Active
Project:
Content Construction Kit (CCK)
Version:
6.x-2.x-dev
Component:
Views Integration
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2009 at 02:52 UTC
Updated:
3 Jul 2009 at 14:20 UTC
I have a custom field with multiples values and a view filter with range "is between".
When the user select a range that include the next value the result show duplicates.
For example: the integer field have two values (100, 200) and the user put in the exposed filter (100, 300).
Is possible limit the filter only to the first value?
Comments
Comment #1
merlinofchaos commentedThat is completely up to the module that provides the field.
Comment #2
markus_petrux commentedFields implement their own views integration, so... @RAFA3L, what do you mean by "custom field"?
Comment #3
RAFA3L commentedAn integer field with unlimited values.