Hi People, I need help doing this, on this question, wich is an array text but only with numbers, I need to set as maximum value for each row and column 100, because is a %, I try to do it but I dont know how.
Attaching question exports does not help. It requires the volunteers helping you to waste time creating surveys, importing, etc. Always attach survey exports (.lss files) containing only the relevant question(s).
Try a question validation equation like this:
Code:
sum(self.sq_FIL1)<=100
AND
sum(self.sq_FIL2)<=100
AND
sum(self.sq_FIL3)<=100
AND
sum(self.sq_SQ001)<=100
AND
sum(self.sq_SQ001)<=100
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.