I have a 'binned' view that shows counts for a range of values:
0 to 5 "light'
5 to 10 "medium"
10 to 99 "heavy"
The actual data ends up being
light = 0
medium = 6
heavy = 32
When displaying the column in Explorer, only the "medium" and "heavy" rows are shown. Is there any way to have the "light" row shown as zero count. Is this configurable?
Thanks,
Donn