Author Topic: Equals, Not equals  (Read 3686 times)

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
Equals, Not equals
« on: January 31, 2019, 01:39:40 pm »
Would it be possible to use condition "equals, not equals" with multiple values?

Example of use case: User wants to exclude 2 values out of a bunch. Using condition "range" is then not optimal.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6113
    • View Profile
Re: Equals, Not equals
« Reply #1 on: February 01, 2019, 10:37:39 am »
You mean user can select max 2 options out of all options?

Please use maxCheck: 2

Ex: https://paramquery.com/pro/demos/filter_custom

ShipCountry column.

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
Re: Equals, Not equals
« Reply #2 on: February 01, 2019, 04:08:13 pm »
No, I would like the user to have the possibility to select more than one option for condition "Not equals".
Would that be possible?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6113
    • View Profile
Re: Equals, Not equals
« Reply #3 on: February 04, 2019, 11:48:58 am »
That might be more appropriate as opposite of range: "Not in range".

That can be implemented by overriding range condition.

but can't be supported independently; adding it to feature request.
« Last Edit: February 04, 2019, 11:51:44 am by paramquery »