Difference between revisions of "Tabulation setTotalAnswerText"

From Catglobe Wiki
Jump to: navigation, search
(Undo revision 24852 by Cg pham (talk))
Line 1: Line 1:
<p><span class="fck_mw_template">{{HelpFiles}}</span>
+
{{HelpFiles}}
</p>
+
 
<h5> Tabulation_setTotalAnswerText </h5>
+
===== Tabulation_setTotalAnswerText =====
<p>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".  
+
 
</p><p><b>Syntax</b>
+
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".
</p><p>Tabulation_setTotalAnswersText(text)  
+
 
</p><p><b>Arguments</b>
+
'''Syntax'''
</p>
+
 
<ul><li>text: is string
+
Tabulation_setTotalAnswersText(text)
</li></ul>
+
 
<p><b>Return value</b>
+
'''Arguments'''
</p><p>empty  
+
 
</p><p><b>Example</b>
+
*text: is string
</p><p><i>Tabulation_setCountAnswer(true);</i>
+
 
</p><p><i>createFrequenceDiagram("Multi"); </i>
+
'''Return value'''
</p><p><i>//Result:</i>
+
 
</p><p><img src="/images/5/51/GetTotalAnswerText-Multi.jpg" _fck_mw_filename="GetTotalAnswerText-Multi.jpg" alt="" />
+
empty
</p><p><i>Tabulation_setTotalAnswerText("Total answers text"); </i>
+
 
</p><p><i>createFrequenceDiagram("Multi"); </i>
+
'''Example'''
</p><p><i>//Result: </i>
+
 
</p><p><img src="/images/3/36/SetTotalAnswerText.jpg" _fck_mw_filename="SetTotalAnswerText.jpg" alt="" />
+
''Tabulation_setCountAnswer(true);''
</p><p><span class="fck_mw_template">{{note}}</span>This script should be paired with script "Tabulation_setCountAnswer".  
+
 
</p><p><b>Availability</b>
+
''createFrequenceDiagram("Multi");''
</p><p>Version 5.8.1 <span class="fck_mw_magic" _fck_mw_customtag="true" _fck_mw_tagname="NOTOC" _fck_mw_tagtype="c">_</span> <!-- imported from file: 8144.htm-->
+
 
</p>
+
''//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'''
 +
 
 +
Version 5.8.1 __NOTOC__
 +
<!-- imported from file: 8144.htm-->

Revision as of 11:48, 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