LABKEY.Filter.Types and isTableWise attribute | Nick Kerr | 2017-03-07 09:52 |
Status: Closed | ||
Hi Scott, Yes, Jon is correct. Up until 16.3 all of our filtering operations were "column-wise", meaning they were associated with a specific column on which to perform the operation. In 16.3 we introduced a couple of new filters that operated on a table rather then a column, these are "table-wise". I assume your self-defined types are "column-wise" so you can return false for isTableWise(). Thanks, Nick |
||