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

From Catglobe Wiki
No edit summary
Cg van (talk | contribs)
No edit summary
Line 1: Line 1:
[[Category:Text setting functions]]
{{HelpFiles}}  
{{HelpFiles}}


=====Tabulation_setTotalRespondentText=====
===== Tabulation_setTotalRespondentText =====


Set the text for the total respondent 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".
Set the text for the total respondent 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 sample size".  


'''Syntax'''
'''Syntax'''  


Tabulation_setTotalRespondentText(''text'')
Tabulation_setTotalRespondentText(''text'')  


'''Arguments'''
'''Arguments'''  


''text'': is string
''text'': is string  


'''Return value'''
'''Return value'''  


empty
empty  


'''Example'''
'''Example'''  


Tabulation_setTotalRespondentText("Total respondents");
''setShowMode(Diagram_ShowModeType_Absolute);''


number a = createFrequenceDiagram("Single");
''Tabulation_setShowTotalRespondent(true);''


'''Availability'''
''number a = createFrequenceDiagram("Civil_status"); ''


Version 5.8.1
''//Result: Text of Total respondent row is "Total sample size".''
__NOTOC__
 
<!-- imported from file: 8146.htm-->
''Tabulation_setTotalRespondentText("Total respondents"); ''
 
''a = createFrequenceDiagram("Civil_status"); ''
 
''//Result: New text of Total respondent row is "Total respondents".''
 
''{{note}} This function should be paired with function [http://wiki.catglobe.com/index.php?title=Tabulation_setShowTotalRespondents Tabulation_setShowTotalRespondents].''
 
'''Availability'''
 
Version 5.8.1 __NOTOC__ <!-- imported from file: 8146.htm-->  
 
[[Category:Text_setting_functions]]

Revision as of 09:59, 29 December 2011



Tabulation_setTotalRespondentText

Set the text for the total respondent 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 sample size".

Syntax

Tabulation_setTotalRespondentText(text)

Arguments

text: is string

Return value

empty

Example

setShowMode(Diagram_ShowModeType_Absolute);

Tabulation_setShowTotalRespondent(true);

number a = createFrequenceDiagram("Civil_status");

//Result: Text of Total respondent row is "Total sample size".

Tabulation_setTotalRespondentText("Total respondents");

a = createFrequenceDiagram("Civil_status");

//Result: New text of Total respondent row is "Total respondents".

Note Note: This function should be paired with function Tabulation_setShowTotalRespondents.

Availability

Version 5.8.1