Hi,
This is the first time Iam facing this type of problem. I didnot faced everbefore.
TO evaluate the condition I use IF function like
Objects Map Rule
varible[1] ="OK"
variable[2] =IF(variable[1]="OK", "PASS", "FAIL")
I am always getting "FAIL" value in varibale[2]
I am using Mercator6.7 and windows environment.
Then I tried using MEMBER function it given correct result in windows envoironment but fail to give correct result in UNIX environment.
Is there any restrictions while using IF function or Iam missing any thing on this?
Thankyou in advance.
This is the first time Iam facing this type of problem. I didnot faced everbefore.
TO evaluate the condition I use IF function like
Objects Map Rule
varible[1] ="OK"
variable[2] =IF(variable[1]="OK", "PASS", "FAIL")
I am always getting "FAIL" value in varibale[2]
I am using Mercator6.7 and windows environment.
Then I tried using MEMBER function it given correct result in windows envoironment but fail to give correct result in UNIX environment.
Is there any restrictions while using IF function or Iam missing any thing on this?
Thankyou in advance.