Tabulation setTotalColumnVisibility

From Catglobe Wiki
Jump to: navigation, search

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"});

2018-11-12 10-31-07.png


Example for cross 1x2

DCS_use(15639259);
Tabulation_setTotalColumnVisibility(false);
createCrossDiagram({"Gender"},{"Age","Q3"});

2018-11-12 10-41-06.png