Difference between revisions of "Tabulation setShowTotalRowAsAbsolute"

From Catglobe Wiki
Jump to: navigation, search
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:Diagram/report_generating_CGScript_functions]]
+
[[Category:Include_total_functions]]
 
__NOTOC__
 
__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 24: Line 22:
 
createCrossDiagram({"Gender"},{"Kvartal - Fuld periode"});
 
createCrossDiagram({"Gender"},{"Kvartal - Fuld periode"});
 
</source>
 
</source>
 +
 +
[[File:Tabulation_setShowTotalRowAsAbsolute.jpg]]

Latest revision as of 09: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"});

Tabulation setShowTotalRowAsAbsolute.jpg