Difference between revisions of "SetGrandTotal"

From Catglobe Wiki
Jump to: navigation, search
(Tag: visualeditor)
 
Line 1: Line 1:
[[Category:Diagram_configuring_CGScript_functions]]
+
[[Category:Include_total_functions]]
  
 
= setGrandTotal =
 
= setGrandTotal =

Latest revision as of 10:27, 16 November 2018


setGrandTotal

Show/hide grand total row in table, default is hide

(For show/hide grand total column in table, see Tabulation_setGrandTotalColumnVisibility)

Syntax

setGrandTotal( bool enable);

Arguments

bool enable

Return type

Empty

Example

DCS_use(15639420);
setGrandTotal(true) ;
createCrossDiagram({"VUpper","VLower"},{"HUpper","HLower"});

2018-11-16 10-33-01.png