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

merlinofchaos’s picture

Generally 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.

merlinofchaos’s picture

Status: Active » Postponed (maintainer needs more info)
willeaton’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)