function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
gopikrishnagopikrishna 

How to display content when date is blank or empty

Hi all, 

 

           How to display content when date is blank or empty in site.com page. i displayed using filters when date is equal to current date but i dont know when date field is blank that condition also display the content. 

 

Thanks 

Steven LawranceSteven Lawrance

It might be possible to filter for "null" (without the quotes). I'm wondering if this is for a Site.com repeater or for a Visualforce page.