Toggle Table Filter Issue when condition has multiple values I have a Model such conditions are activate/deactivate in Table by Toggle Filter
Something happens with this Toggle Filter that is not working for kind of conditions
where data is (or not) including multiple values.
FIELD : myFieldOPERATOR : “is in the set of values” / “is not in the set of values”VALUE : X, Y, ZSTATE : “This condition, named myCondition , can be modified by filters, but is on/off by Default”
Problem is, when Toggle filter is active, it performs the action… Let’s say Activate Condition 1.
But when trying to undo the action, the filter is doesn’t Deactivate the condition.
Here is a test XML page you can try
There are two tables:
First one, for model AccountsEquals with the working Toggle Filter.Second, for model AccountsIn with the Toggle issue.