Way to hide row when date is left blank

Hello! I’m wondering if there is a way to hide a row when the date is left blank.
A is what i’d like to hide, B is what it contains, (notice there is no date shown, as is the same in the excel spreadsheet) middle is an example of a row I would want showing(it has a date).

I was trying to type a dontshowifblank type thing, but I really have no clue what I’m doing.

If you want to hide that row from the Deck view, you should create a slice. You could use formula ISNOTBLANK([Date]) for the condition.

1 Like

Thank you for your response Aleksi.
This doesn’t appear to have done anything though, that I can tell.
Any other thoughts?

@WillA108 - may I ask:
(1) after adding the condition to the new slice, did you test the results of the slice to see if it removes the blanks?
(2) if the slice worked, did you make sure to connect your view to that new slice?

2 Likes

Thanks! That worked.

1 Like

Glad it worked out