Hi Guys
I have two lists which has 1 column(Item) and 1 row and value as 'yes'. while using AND statement in IF condition to check both the rows in 2 lists the statement is not working.
ex: %List1[0] ='yes' AND List2[0] = 'yes'%
equals TRUE.
Zero is the row.
This condition is going to else even though yes is present in both lists,but while checking for variables it is working.
ex: %Var1 = 'yes' AND Var2= 'Yes'% equals TRUE.
Any comments??