Tabulation getTotalAnswerText
Tabulation_getTotalAnswerText
Get the text for the total answers row, which is one of the statistical rows that can be shown for tables.
Syntax
Tabulation_getTotalAnswersText()
Arguments
None
Return value
string
Example
string a = Tabulation_getTotalAnswerText();
print(a); //Result: Total answer
Tabulation_setCountAnswer(true);
createCrossDiagram({"Sex"}, {});
createCrossDiagram({}, {"Top_5_Vigtighed"});
Note: This script should be paired with script "Tabulation_setCountAnswer".
Availability
Version 5.8.1