I have a grid question, column oriented, that is set as a Constant Sum type question. I have custom javascript verification set to make sure they don't enter a response in the other specify box (which is item 7 of the list). For some reason it is triggering even when the value for row 7 is greater than 0. I'm not seeing what is wrong with the script.
if ((SSI_GetValue ("QS11_r7_other") != "") && (SSI_GetValue ("QS11_r7_c1") < 1))
{
var strErrorMessage = "You DO NOT need to enter your other response in the box provided unless you assigned a percentage to it";
}