hello,
I need to filter a set of text rows among many text rows. But not based on record id.
| 1 | school |
| 2 | office |
| 3 | administration |
| 4 | pantry |
| 5 | terrace |
| 6 | development |
| 7 | design |
| 8 | function |
| 9 | tool |
| 10 | software |
the below table shows an example that I need to filter. so here, I need to filter between terrace and tool based on the strings of the rows. as I tried and I can only filtered one row either terrace r tool but not in between rows.
Apologize me if I questioned anything wrong. Just to know, is this type of filtering is possible or not?
| 5 | terrace |
| 6 | development |
| 7 | design |
| 8 | function |
| 9 | tool |
Thanks,
Thulasi S