Hi Guru's,
I am trying to create a Validation for Qualified field (Field is Qualifier and Field type---Boolean)...It has two values Yes and No
I want validation warning if Value is "Yes"..and Also when Value is "No"..
I created both validations (set to automatic execution) and when i changed value in this field to "Yes"..I do get warning message ,but I get warning message for both values..
I.e Warning messages--
Filed XYZ has Value "Yes
Field XYZ has Value "No"..
What i was expecting was it will give only first warning message as value was set to "Yes"..
Validation Expression:-
IS NOT NULL (Marketing.XYZ) AND Marketing.XYZ= Yes
Is what i am doing something wrong?
Regards
Vikrant M Kelkar.