Difference between revisions of "Tabulation getTotalAnswerText"

From Catglobe Wiki
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Text setting functions]]
+
{{HelpFiles}}

 
  
=====Tabulation_getTotalAnswerText=====
+
===== Tabulation_getTotalAnswerText =====
  
Get the text for the total answers row, which is one of the statistical rows that can be shown for tables.
+
Get the text for the total answers row, which is one of the statistical rows that can be shown for tables.  
  
'''Syntax'''
+
'''Syntax'''  
  
Tabulation_getTotalAnswersText()
+
Tabulation_getTotalAnswersText()  
  
'''Arguments'''
+
'''Arguments'''  
  
None
+
None  
  
'''Return value'''
+
'''Return value'''  
  
string
+
string  
  
'''Example'''
+
'''Example'''  
  
string a = Tabulation_getTotalAnswerText();
+
''string a = Tabulation_getTotalAnswerText();''
  
'''Availability'''
+
''print(a); //Result: Total answer''  
  
Version 5.8.1
+
''Tabulation_setCountAnswer(true);''
__NOTOC__
+
 
<!-- imported from file: 8145.htm-->
+
''createCrossDiagram({"Sex"}, {});''
 +
 
 +
''createCrossDiagram({}, {"Top_5_Vigtighed"});''
 +
 
 +
''[[Image:GetTotalAnswerText.jpg]]''
 +
 
 +
{{note}} This script should be paired with script "Tabulation_setCountAnswer".
 +
 
 +
'''Availability'''
 +
 
 +
Version 5.8.1 __NOTOC__ <!-- imported from file: 8145.htm-->  
 +
 
 +
[[Category:Text_setting_functions]]

Latest revision as of 12:44, 28 December 2011



Tabulation_getTotalAnswerText

Get the text for the total answers row, which is one of the statistical rows that can be shown for tables.

Syntax

Tabulation_getTotalAnswersText()

Arguments

None

Return value

string

Example

string a = Tabulation_getTotalAnswerText();

print(a); //Result: Total answer

Tabulation_setCountAnswer(true);

createCrossDiagram({"Sex"}, {});

createCrossDiagram({}, {"Top_5_Vigtighed"});

GetTotalAnswerText.jpg

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

Availability

Version 5.8.1