Hi,
the new row filter as some more limitations when it comes to filtering numbers such as:
- No range can be specified (hence a regression and not a feature request)
- Unable to filter by paterns
- Unable to filter by wildcards or regex
Best
Mike
Hi,
the new row filter as some more limitations when it comes to filtering numbers such as:
Best
Mike
Hi @mwiegand,
pattern-matching for numbers will return with 5.3.2 and 5.4 (AP-22915) – likely to land on the nightly today/tomorrow.
A range can be expressed by including two criteria and joining them by AND
(which will appear when two or more criteria are added). You can now even specify if the bound should be inclusive or exclusive, something that did not work before (and you had to guess/know).
If your filter criteria are really complex, we are also working on an Expression Row Filter based on the new Expression node .
Best,
Manuel