More actions
Cg huyphong (talk | contribs) No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{HelpFiles}} | |||
{{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();'' | ||
'' | ''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: This script should be paired with script "Tabulation_setCountAnswer".
Availability
Version 5.8.1