Difference between revisions of "Tabulation setTotalAnswerText"

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

Revision as of 10:47, 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:

<img src="/images/5/51/GetTotalAnswerText-Multi.jpg" _fck_mw_filename="GetTotalAnswerText-Multi.jpg" alt="" />

Tabulation_setTotalAnswerText("Total answers text");

createFrequenceDiagram("Multi");

//Result:

<img src="/images/3/36/SetTotalAnswerText.jpg" _fck_mw_filename="SetTotalAnswerText.jpg" alt="" />

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

Availability

Version 5.8.1 _