I have this line of code in c# I keep getting this error=> Syntax error: Missing operand before '&' operator.
Find below is my code
ds.Tables[0].Columns.Add("RESULTS").Expression = "Iif(((ActualWeight >= (.96 * TargetWeight)) && (ActualWeight <= (1.04 * TargetWeight))),[GOOD] )";