Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tabulation getTotalAnswerText: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Cg van (talk | contribs)
No edit summary
 
(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 10: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"});

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

Availability

Version 5.8.1