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

merlinofchaos’s picture

Project: Views (for Drupal 7) » Content Construction Kit (CCK)
Version: 6.x-2.6 » 6.x-2.x-dev
Component: Miscellaneous » Views Integration

That is completely up to the module that provides the field.

markus_petrux’s picture

Fields implement their own views integration, so... @RAFA3L, what do you mean by "custom field"?

RAFA3L’s picture

An integer field with unlimited values.