I would like to filter specific elements of a row, similar to the Excel filter. I have the following example:
NOME VALOR
LEITO 1 10
LEITO 2 - HPP 20
LEITO 3 - HPP 30
LEITO 4 40
I need to filter, in the name column, lines with the HPP
characters. The final result of the filter should look like this:
NOME VALOR
LEITO 2 - HPP 20
LEITO 3 - HPP 30
How do I make this filter?