Hi Kalyan
The boolean function NOT always expect a boolean value as input. So you can not assign NAME to NOT function.
Add the NOT function after the equal function. So the equal function will return TRUE and NOT function will change it to FALSE.
Hi Kalyan
The boolean function NOT always expect a boolean value as input. So you can not assign NAME to NOT function.
Add the NOT function after the equal function. So the equal function will return TRUE and NOT function will change it to FALSE.