Tabulation getShowTotalRespondent

From Catglobe Wiki
Revision as of 12:11, 26 June 2017 by Nguyenduyan (talk | contribs) (Created page with " Category:Text_setting_functions {{HelpFiles}} = Tabulation_getShowTotalRespondent = Get show total respondent == Syntax == Tabulation_getShowTotalRespondent(); == A...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Tabulation_getShowTotalRespondent

Get show total respondent

Syntax

Tabulation_getShowTotalRespondent();

Arguments

None

Return type

Boolean

Example

DCS_use(15569074);
Tabulation_setShowTotalRespondent(true);
Tabulation_setTotalRespondentText("Total Respondent");
createCrossDiagram({"Q2"},{"Panel_Age"});
print(Tabulation_getShowTotalRespondent());//True

TotalRespondent.png