-
Sub-task
-
Resolution: Done
-
L3 - Default
-
None
-
Not defined
AT:
- It is possible to add null as one of the values for number and string filters for the 'in' and 'not in' cases
- variable filter API docs are updated accordingly
Number
{ "operator" : "in", // in, "not in", <, >, <=, >= "values" : [ null, 1234 ] // null only works for in/not in }
String
{ "operator" : "in", // in, "not in" "values" : [ "String 1", "String 2", null ] // null => null/undefined values }
This is the controller panel for Smart Panels app
- is depended on by
-
OPT-3679 Add the option to select null/undefined for number and string variables
- Done