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 getTotalAnswerText

From Catglobe Wiki



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 Note: This script should be paired with script "Tabulation_setCountAnswer".

Availability

Version 5.8.1