- Posts: 197
- Thank you received: 7
Ask the community, share ideas, and connect with other LimeSurvey users!
I check with 2.73.3 : seems OKbrais24 wrote: Even with not mandatory the issue happens, my LS version is 2.72.3+171020
Joffm wrote: Yes, seems to be a bug. Still happens in 3.25.1.
But you may validate the values instead using min.value and max.value
intval(10*sum(self.NAOK))/10 ge 50 AND intval(10*sum(self.NAOK))/10 le 100
Joffm
On the other side: Talking about bugs in your outdated version (2.50/2.73, isn't it?) doesn't help.
brais24 wrote:
Joffm wrote: Yes, seems to be a bug. Still happens in 3.25.1.
But you may validate the values instead using min.value and max.value
intval(10*sum(self.NAOK))/10 ge 50 AND intval(10*sum(self.NAOK))/10 le 100
Joffm
On the other side: Talking about bugs in your outdated version (2.50/2.73, isn't it?) doesn't help.
I try to use that on question validation equation but dont do nothing, where should I put that to make it work?
Please, yes.brais24 wrote: Ok, I get done, Thank you all and specially Joffm, should I report this bug?
echo "sum(90,8,0.4,0.4,1.2) = ".array_sum([90,8,0.4,0.4,1.2]);
sum(90,8,0.4,0.4,1.2) = 100