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 setTotalAnswerText: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Tungocman (talk | contribs)
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Text setting functions]]
{{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".
Line 12: Line 11:
'''Arguments'''
'''Arguments'''


* text: is string
*text: is string


'''Return value'''
'''Return value'''
Line 20: Line 19:
'''Example'''
'''Example'''


Tabulation_setTotalAnswersText("Total answers text");
''Tabulation_setCountAnswer(true);''


number a = createFrequenceDiagram("Multi");
''createFrequenceDiagram("Multi");''
 
''//Result:''
 
[[File:GetTotalAnswerText-Multi.jpg]]
 
''Tabulation_setTotalAnswerText("Total answers text");''
 
''createFrequenceDiagram("Multi");''
 
''//Result:''
 
[[File:SetTotalAnswerText.jpg]]
 
{{note}}
 
This script should be paired with script [[Tabulation setCountAnswer]].


'''Availability'''
'''Availability'''


Version 5.8.1
Version 5.8.1
__NOTOC__
[[Category:Text_setting_functions]]
<!-- imported from file: 8144.htm-->

Latest revision as of 07:58, 5 June 2017



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:

Tabulation_setTotalAnswerText("Total answers text");

createFrequenceDiagram("Multi");

//Result:

Note Note:

This script should be paired with script Tabulation setCountAnswer.

Availability

Version 5.8.1