The flexibility of BaseMappingTable (and by extension MultiMappingTable) allows the user to optionally specify missing and total categories as not all categories/totals are relevant for reporting.
It would be useful if RangeMappingTable allowed the user to specify NULL for either/both the .other and .total parameters which will exclude them from the mapping. E.g.
The flexibility of BaseMappingTable (and by extension MultiMappingTable) allows the user to optionally specify missing and total categories as not all categories/totals are relevant for reporting.
It would be useful if RangeMappingTable allowed the user to specify NULL for either/both the .other and .total parameters which will exclude them from the mapping. E.g.
I will submit a PR to address this