Bastien <b...@gnu.org> writes:

> Hi,
>
> <x.pi...@gmail.com> writes:
>
>> Is table filtering is implementad in org-mode?
>
> What is "table filtering"?
>
> Thanks,

Sorry for not being clear.
By table filtering I mean the following:
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 |   |   |   |   |

Thanks.


Reply via email to