Tabulation setTotalColumnVisibility
Revision as of 04:47, 12 November 2018 by Administrator (talk | contribs)
Tabulation_setTotalColumnVisibility
Show/hide the total column.
Syntax
Tabulation_setTotalColumnVisibility(a);
Arguments
a: Is a Boolean expression.
Return type
empty
Examples
Example for cross 1x1
DCS_use(15639259);
Tabulation_setTotalColumnVisibility(false);
createCrossDiagram({"Gender"},{"Age"});
Example for cross 1x2
DCS_use(15639259);
Tabulation_setTotalColumnVisibility(false);
createCrossDiagram({"Gender"},{"Age","Q3"});