0

hide rows

Hello everyone.
I created a new tab and I would like to display only part of the information.
So I applied a "formula", but unfortunately the lines corresponding to my filter are not erased. It only erases the contents of the cell.
In short, I have 164 articles and I would like this tab to display only part of the

Does anyone have a solution?

Thanks in advance

3 replies

null
    • Didier_Schoonjans
    • 2 yrs agoMon, April 3, 2023 at 12:58 PM UTC
    • Reported - view

    Hello everyone.
    I created a new tab and I would like to display only part of the information.
    So I applied a "formula", but unfortunately the lines corresponding to my filter are not erased. It only erases the contents of the cell.
    In short, I have 164 articles and I would like this tab to display only part of the articles (in this example only two).

    • Fred
    • 2 yrs agoMon, April 3, 2023 at 3:40 PM UTC
    • Reported - view

    In the Filtre part of the column you can put:

    != null

    That will filter out any records with no data in that column.

    • Didier_Schoonjans
    • 2 yrs agoMon, April 3, 2023 at 5:59 PM UTC
    • Reported - view

    Thank’s fred, it’s OK now