Ok. Your use of 'ANY' made me think you were using relations ('ANY" works only for relation fields).
For normal fields, I think the following should work to skip empty values -
The op used is !== with nothing following it.
Does this help?
For normal fields, I think the following should work to skip empty values -
- Code: Select all
<cms:pages masterpage="catalog.php" custom_field="ref_title!==" >
The op used is !== with nothing following it.
Does this help?