We use a conditional rule in our view to show this date field plus a few plain text words, when the field has been filled on the item, and we show a different plain text words when the field has not been filled.
This is the code we are using in our view to do this:
It works almost correctly: if the date field has been filled, the red code is shown on the view, and if it has not been filled, nothing is showing up.
However, the problem comes when you fill the date field and then delete it (setting it to blank). In those cases, the date value is not shown, but the span text is. To fix this, we have to remove the item and then add it again making sure the date field is never filled.
Is there any way we can show that span text only when there is a date filled at the moment?