Tabulation getTotalRespondentText

From Catglobe Wiki
Jump to: navigation, search


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

TotalRespondentText.png