Hi Petro, Petro <x.pi...@gmail.com> writes:
> lets say I have a table > > | n | 2 | 3 | 4 | 5 | 6 | > |---+---+---+---+---+---| > | 1 | a | | | | | > | 2 | b | | | | | > | 3 | b | | | | | > | 4 | a | | | | | > | 5 | c | | | | | > | 6 | b | | | | | > | 7 | a | | | | | > > I want to filter this table and get only rows where second column equal a > | n | 2 | 3 | 4 | 5 | 6 | > |---+---+---+---+---+---| > | 1 | a | | | | | > | 4 | a | | | | | > | 7 | a | | | | | Such feature does not exist for now, but I would welcome enhancements in this direction. Thanks for this idea, -- Bastien