Extend Multi-enum filter

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mark
    Senior Member
    • Dec 2019
    • 144

    #1

    Extend Multi-enum filter

    Hi,

    Wanted to ask if it's possible to extend the multi-enum filter functionality so you filter out records that only have one specific value. E.g.:

    Field "Type" (Multi-enum)
    Records - Type field values:
    Record 1 - Type 1, Type 2
    Record 2 - Type 2, Type 3
    Record 3 - Type 3
    Record 4 - Type 3
    Record 5 - Type 1, Type 3

    The filter should allow to filter records which have only "Type 3" values (in this case - Record 3 and Record 4). In other words, it would be an exact match condition.
    Currently the closest one is "contains" filtering option, but it also would show records that have other values as well (in this case Record 2, Record 3, Record 4 and Record 5).
Working...