Closed (fixed)
Project:
Views (for Drupal 7)
Version:
5.x-1.6
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2009 at 11:39 UTC
Updated:
7 Aug 2009 at 07:48 UTC
Is there a way in the views version for Drupal 5 to hide fields where in that row there is no value? I would have thought it was pretty standard, I have seen one or two unanswered requests for help in the forum but can't find a solution. Any help at all?
Thanks
Will Eaton
Comments
Comment #1
merlinofchaos commentedGenerally you want to add a filter to the view that will filter those rows out. Without knowing what fieldsa re in the view I can't advise further, but it's usually fairly straightforward to do this. Though in D5 there are probably not any IS NULL filters, so you might have some difficulty finding a filter that actually works. Often using an integer and setting it to >= 0 works, though, as NULL will always fail that test.
Comment #2
merlinofchaos commentedComment #3
willeaton commented