Closed MaximMoinat closed 3 years ago
I think that is covered in the sql (only >10 are kept, before rounding).
Yes you are righ that may need to be a parameter so mincell count parameter of the function is used? or we remove the parameter ( do not think it is used anywhere else) and fix this to 10?
I see, we either remove the smallCellCount
parameter or start using it. I would say, we use it everywhere as there is a use case in lowering this in order to get a full detailed report for internal use.
More descriptive table caption. This is repeated for every table.
Do not render the table if it is empty
Included a refactoring to reduce code duplication.