Using the count aggregation function on a column where the result is 0 returns blank value. The problem appears to be in the views_aggregator_plugin_style_table.inc file in the format_numeric function. After checking the hiding and plural options, the code specifically blanks the empty value at lines 734-736. I believe this check should be removed.
if (empty($value)) {
return ''
}| Comment | File | Size | Author |
|---|---|---|---|
| #1 | New VAP option.png | 228.03 KB | rdeboer |
Comments
Comment #1
rdeboerHi refman1073,
Thanks for your report...
You could be right. Still mulling over it...
In the meantime, this new option may or may not help too... Sorry don't have time to check now:
Rik
Comment #3
rdeboer@refman1073: Put your fix in. Thanks. Something went wrong with the Git attribution. Sorry.