Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I want to create a view whereby it does not include any items which does not have the 'next review date' as blank, i.e. only includes items which have this field populated. How do I say blank to a SharePoint? It does not recognize [] or [blank] or "".

share|improve this question

2 Answers

Create a list view and set the filter; where date time column is not empty (see below)

enter image description here

share|improve this answer

the view's filter will be: 'next review date' in not equal to [leave it blank - don't write anything]

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.