Created a question that has both a numeric and below it a check box,
the validation needs to ensure that either the checkbox or the numeric is always answered there are 3 columns with 2 rows, this is what i have so far
if(SSI_GetValue("Q42_r1_c1") != 1 && SSI_GetValue("Q42_r2_c1") == "")
{strErrorMessage="Please enter a value OR select 'Don't Know'";}