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 setShowTotalRowAsAbsolute

From Catglobe Wiki
Revision as of 03:54, 16 June 2015 by Tungocman (talk | contribs) (Created page with "Category:Diagram/report_generating_CGScript_functions == Tabulation_setShowTotalRowAsAbsolute == Enable/Disable showing the total Row in absolute numbers, even though i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Tabulation_setShowTotalRowAsAbsolute

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