No Total column when group variable has only one level.
samussiah opened this issue · 0 comments
samussiah commented
Per @nandriychuk, the issue arises when groupCols = false
, totalCol = true
, and variables.group
has only one level. The total column is not rendered, resulting in a table with only the Category and AE Rate by group columns.
Also, variables.group
does not appear to be optional.