default nullValue set is ‘Not Set’ and it is strange it is not displaying at least that message. Are you sure the returned value is NULL and not an EMPTY STRING?
I have tried ‘nullDisplay’ on different fields one with EMPTY String and other one with Null (Not Set) field but I can never get it to display the message,
However, I am really looking to find out how you can skip the whole row if the field value is null.
Please, excuse me I said it wrong… I was saying if the field value is null or an empty string, as if the value of the field is an empty string, then it will pass the nullDisplay because it is not a null value…
For your intentions, maybe is better the CListView instead as you can set its rendering through a view template file and decide what to show and if you wish to display it or not at all.