Difference between revisions of "Tabulation setTotalAnswerText"

From Catglobe Wiki
Jump to: navigation, search
(Undo revision 24852 by Cg pham (talk))
Line 1: Line 1:
 
{{HelpFiles}}
 
{{HelpFiles}}
  
===== Tabulation_setTotalAnswerText =====
+
===== Tabulation_setTotalAnswerText<br/> =====
  
 
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".
Line 35: Line 35:
 
[[File:SetTotalAnswerText.jpg]]
 
[[File:SetTotalAnswerText.jpg]]
  
{{note}}This script should be paired with script "Tabulation_setCountAnswer".
+
{{note}}
 +
 
 +
This script should be paired with script [[Tabulation setCountAnswer]].
  
 
'''Availability'''
 
'''Availability'''
  
Version 5.8.1 __NOTOC__
+
Version 5.8.1
<!-- imported from file: 8144.htm-->
 

Revision as of 11:50, 24 October 2013



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