Difference between revisions of "Tabulation setTotalAnswerText"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
[[Category:Text setting functions]]
+
{{HelpFiles}}  
{{HelpFiles}}
 
  
=====Tabulation_setTotalAnswerText=====
+
===== Tabulation_setTotalAnswerText =====
  
Set the text for the total answers 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 answers".
+
Set the text for the total answers 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 answers".  
  
'''Syntax'''
+
'''Syntax'''  
  
Tabulation_setTotalAnswersText(text)
+
Tabulation_setTotalAnswersText(text)  
  
'''Arguments'''
+
'''Arguments'''  
  
* text: is string
+
*text: is string
  
'''Return value'''
+
'''Return value'''  
  
empty
+
empty  
  
'''Example'''
+
'''Example'''  
  
Tabulation_setTotalAnswersText("Total answers text");
+
''Tabulation_setCountAnswer(true);''
  
number a = createFrequenceDiagram("Multi");
+
''createFrequenceDiagram("Multi"); ''
  
'''Availability'''
+
''//Result:''
 +
[[Image:GetTotalAnswerText-Multi.jpg]]
  
Version 5.8.1
+
''Tabulation_setTotalAnswerText("Total answers text"); ''
__NOTOC__
+
 
<!-- imported from file: 8144.htm-->
+
''createFrequenceDiagram("Multi"); ''
 +
 
 +
//Result:
 +
 
 +
[[Image:SetTotalAnswerText.jpg]]
 +
 
 +
{{note}}This script should be paired with script "Tabulation_setCountAnswer".
 +
 
 +
'''Availability'''
 +
 
 +
Version 5.8.1 __NOTOC__ <!-- imported from file: 8144.htm-->  
 +
 
 +
[[Category:Text_setting_functions]]

Revision as of 12:54, 28 December 2011



Tabulation_setTotalAnswerText

Set the text for the total answers 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 answers".

Syntax

Tabulation_setTotalAnswersText(text)

Arguments

  • text: is string

Return value

empty

Example

Tabulation_setCountAnswer(true);

createFrequenceDiagram("Multi");

//Result: GetTotalAnswerText-Multi.jpg

Tabulation_setTotalAnswerText("Total answers text");

createFrequenceDiagram("Multi");

//Result:

SetTotalAnswerText.jpg

Note Note: This script should be paired with script "Tabulation_setCountAnswer".

Availability

Version 5.8.1