Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tabulation setTotalColumnVisibility

From Catglobe Wiki
Revision as of 03: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"});