Difference between revisions of "Tabulation setShowTotalRowAsAbsolute"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
[[Category:Diagram/report_generating_CGScript_functions]]
 
 
[[Category:Diagram configuring CGScript functions]]
 
[[Category:Diagram configuring CGScript functions]]
 
__NOTOC__
 
__NOTOC__

Revision as of 06:39, 15 December 2016


Enable/Disable showing the total Row in absolute numbers, even though it is a pct column

Syntax

Tabulation_setShowTotalRowAsAbsolute(enable)

Arguments

enable: boolean type.

Return value

empty

Example

Tabulation_setShowTotalRowAsAbsolute(true);
createCrossDiagram({"Gender"},{"Kvartal - Fuld periode"});

Tabulation setShowTotalRowAsAbsolute.jpg