wenn ich das richtig lese, dann ist 'count' eine Option. Das heißt es fehlt eine variable, die sie Zählen wollen. Probieren Sie einmal $n = statistic('count', 'finished', 1);
Also alle Fälle werden gezählt, die den fragebogen abgeschlossen haben. Aber ich habe statistic() noch nie benutzt, daher ist das gerade nur eine Idee ;)
Ah, english, sorry:
I think count is an option, therefore you would have to use a variable which you want to count. Try the following: $n = statistic('count', 'finished', 1); It should count all the cases, which have finished the questionnaire. But I have never used statistic(), thats why I put the answer as a comment and not as actual answer ;)