I have add column with below formual and get the captioned error. Hope I could get some guidance. Many thanks.
if [Credit Grade Code]>=7 and Text.Length([Grca Custom3],5,1)<3 or
[Credit Grade Code]<7 and Text.Length([Grca Custom3],5,1)<3
or [Credit Grade Code]<=2 and Text.Length([Grca Custom3],5,1)=2 then "CHECK"
else "ok"
if [Credit Grade Code]>=7 and Text.Length([Grca Custom3],5,1)<3 or
[Credit Grade Code]<7 and Text.Length([Grca Custom3],5,1)<3
or [Credit Grade Code]<=2 and Text.Length([Grca Custom3],5,1)=2 then "CHECK"
else "ok"