Hi David
thanks for your prompt response.
Please keep in mind that the challenge is to find the right sintaxe for "TEXT" field.
for example having bellow the NCM as "NUMERIC" field the correct sintaxe would be :
IF('NCM)'==10,10,9)
so the formula above is working perfectly
but my target is to make the same in case of NCM became a "TEXT" field, so the question is, how would be the correct sintaxe :
IF('NCM)'=="YES",10,9)
or
IF('NCM)'=='YES',10,9)
Im tried for both of them and did not work !!
Do you have any idea ??
Regards