Thanks for your response Vipul, I applied the same now but it looks like the (!=) operator is not valid for string fields.Can you confirm the corresponding operator for the same?I applied this: Iif(lang != 'en' && lang != 'fr', 'en' , lang) and basically it kept the original value of the lang field...