Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.5
Component:
Views Data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 May 2009 at 15:06 UTC
Updated:
30 Jul 2010 at 19:16 UTC
If you set an argument as a glossary (taxonomy term in my case and I have a relationship to a cck field) and there are some nodes with no terms then you get a result like this for example:
* (18)
* UK (3)
That is with the option "Do not display items with no value in summary" ticked or not. However turn off the option to include a count and the blank entry disappears. I would guess that the blank check is being done after the count has been added, when it is no longer blank.
Comments
Comment #1
dawehnerYou could kill them yourself using a preprocess function, and checking it there. Perhaps its also a " ", value.
Comment #2
dawehnerDid you had a look whether its a " " value?
Comment #3
malc_b commentedSorry, if it was " " then it would still be there when I turn off the option to include a count and it isn't. To me it looks like adding a count makes it non blank so then it does not get removed.
Comment #4
dawehnerAre you sure about this?
If your configured your field to hide empty fields or if you have a special handler this might be removed.
Comment #5
esmerel commentedNo updates for more than 30 days,