Tabulation setMergeStatisticPctItem
Revision as of 11:14, 12 December 2011 by Cg huyphong (talk | contribs)
Tabulation_setMergeStatisticPctItem
When tables are being shown with both absolute and percentage columns, the statistical rows will, for an item, show the same result in both the absolute and statistical columns. When enabling this setting, the cells for these columns will be merged together, so that the result will just be shown on one shared cell for both columns.
Syntax
Tabulation_setMergeStatisticsPctItem(enabled)
Arguments
enabled: Is a boolean expression. If true then cells will be merged, if false they will not.
Return type
empty
Examples
Tabulation_setMergeStatisticsPctItem(True);
Availability
Version 5.8.1