Difference between revisions of "SetTotal"
Line 19: | Line 19: | ||
'''Examples''' | '''Examples''' | ||
− | + | <source lang="javascript"> | |
+ | DCS_use(15645932); | ||
+ | setTotal(false) ; | ||
+ | createCrossDiagram({"Gender"},{}); | ||
+ | </source> | ||
− | + | [[File:2018-11-12_09-18-41.png]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 03:48, 12 November 2018
setTotal
Enables or disables the total row which can be shown for table diagrams.
Syntax
setTotal(enabled)
Arguments
enabled: Is a boolean expression. If true the row will be included, if false the row will not be included
Return type
empty
Examples
DCS_use(15645932);
setTotal(false) ;
createCrossDiagram({"Gender"},{});