Looks like you are having 2 condition in the same when without using and and or... Also if your field is having data type as char only then you can compare it with null.. Looks like in your condition you have both data type as number and char which should not be the case..
↧