Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tabulation getTotalRespondentText: Difference between revisions

From Catglobe Wiki
Nguyenduyan (talk | contribs)
Created page with "Category:Text_setting_functions {{HelpFiles}} = Tabulation_getTotalRespondentText = Get total respondent text == Syntax == Tabulation_getTotalRespondentText(); == Ar..."
 
(No difference)

Latest revision as of 09:36, 26 June 2017


Tabulation_getTotalRespondentText

Get total respondent text

Syntax

Tabulation_getTotalRespondentText();

Arguments

None

Return type

String

Example

DCS_use(15569074);
Tabulation_setShowTotalRespondent(true);
Tabulation_setTotalRespondentText("Total respondents");
createCrossDiagram({"Q2"},{"Panel_Age"});
print(Tabulation_getTotalRespondentText());//Total respondents