Duplicated filter result caused by multiple values in a custom field.
RAFA3L - July 3, 2009 - 02:52
| Project: | Content Construction Kit (CCK) |
| Version: | 6.x-2.x-dev |
| Component: | Views Integration |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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?

#1
That is completely up to the module that provides the field.
#2
Fields implement their own views integration, so... @RAFA3L, what do you mean by "custom field"?
#3
An integer field with unlimited values.