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

Tabulation setShowTotalRowAsAbsolute: Difference between revisions

From Catglobe Wiki
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..."
 
No edit summary
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:Diagram/report_generating_CGScript_functions]]
[[Category:Include_total_functions]]
 
__NOTOC__
== Tabulation_setShowTotalRowAsAbsolute  ==


Enable/Disable showing the total Row in absolute numbers, even though it is a pct column
Enable/Disable showing the total Row in absolute numbers, even though it is a pct column
Line 19: Line 18:
=== Example ===
=== Example ===


<source lang="javascript">
Tabulation_setShowTotalRowAsAbsolute(true);
Tabulation_setShowTotalRowAsAbsolute(true);
createCrossDiagram({"Gender"},{"Kvartal - Fuld periode"});
createCrossDiagram({"Gender"},{"Kvartal - Fuld periode"});
</source>
[[File:Tabulation_setShowTotalRowAsAbsolute.jpg]]

Latest revision as of 08:29, 16 November 2018


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