Difference between revisions of "Tabulation setTotalText"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
[[Category:Text setting functions]]
+
{{HelpFiles}}  
{{HelpFiles}}
 
  
=====Tabulation_setTotalText=====
+
===== Tabulation_setTotalText =====
  
Set the text for the total row, which is one of the statistical rows that can be shown for tables. If this function is not used then the label for the row will just be the default value "Total".
+
Set the text for the total row, which is one of the statistical rows that can be shown for tables. If this function is not used then the label for the row will just be the default value "Total".  
  
'''Syntax'''
+
'''Syntax'''  
  
Tabulation_setTotalText(text)
+
Tabulation_setTotalText(text)  
  
'''Arguments'''
+
'''Arguments'''  
  
* text: is string
+
*text: is string
  
'''Return value'''
+
'''Return value'''  
  
empty
+
empty  
  
'''Example'''
+
'''Example'''  
  
Tabulation_setTotalText("Total text");
+
''number a = createFrequenceDiagram("Civil_status"); ''
  
number a = createFrequenceDiagram("Single");
+
''//Result: Text of Total row is "Total". (default)''
  
'''Availability'''
+
''Tabulation_setTotalText("Total text");''
  
Version 5.7
+
''a = createFrequenceDiagram("Civil_status"); ''
__NOTOC__
+
 
<!-- imported from file: 7570.htm-->
+
''//Result: New text of Total row is "Total text".''
 +
 
 +
''{{note}} Chart type has to be Table''
 +
 
 +
'''Availability'''
 +
 
 +
Version 5.7 __NOTOC__ <!-- imported from file: 7570.htm-->  
 +
 
 +
[[Category:Text_setting_functions]]

Revision as of 12:07, 29 December 2011



Tabulation_setTotalText

Set the text for the total row, which is one of the statistical rows that can be shown for tables. If this function is not used then the label for the row will just be the default value "Total".

Syntax

Tabulation_setTotalText(text)

Arguments

  • text: is string

Return value

empty

Example

number a = createFrequenceDiagram("Civil_status");

//Result: Text of Total row is "Total". (default)

Tabulation_setTotalText("Total text");

a = createFrequenceDiagram("Civil_status");

//Result: New text of Total row is "Total text".

Note Note: Chart type has to be Table

Availability

Version 5.7