Difference between revisions of "Tabulation setShowTotalRowAsAbsolute"
(Created page with "Category:Diagram/report_generating_CGScript_functions == Tabulation_setShowTotalRowAsAbsolute == Enable/Disable showing the total Row in absolute numbers, even though i...") |
|||
Line 1: | Line 1: | ||
[[Category:Diagram/report_generating_CGScript_functions]] | [[Category:Diagram/report_generating_CGScript_functions]] | ||
+ | __NOTOC__ | ||
== Tabulation_setShowTotalRowAsAbsolute == | == Tabulation_setShowTotalRowAsAbsolute == | ||
Line 19: | Line 20: | ||
=== Example === | === Example === | ||
+ | <source lang="javascript"> | ||
Tabulation_setShowTotalRowAsAbsolute(true); | Tabulation_setShowTotalRowAsAbsolute(true); | ||
createCrossDiagram({"Gender"},{"Kvartal - Fuld periode"}); | createCrossDiagram({"Gender"},{"Kvartal - Fuld periode"}); | ||
+ | </source> |
Revision as of 04:58, 16 June 2015
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"});