Content Query Web Part: filtering on a text field – removing results with blank or null values

This should be an easy pick for developers. When you want to query items and omit results that have a blank or null value in a text field, simply use the greater than 0 filter chaining operator.

clip_image001

“Computer Network Name” is a text field in my example. I want to only return results when that field has values.

Leave a Reply