cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping issue

Former Member
0 Kudos

Hi All,

I have a field (Partner) which can have A, B or C, I have to map in this way:

if Partner = A , then Flag

else No Flag.

I have an error saying 'A' can't be cast as boolean, so how do I cast 'A' to boolean to perform if-else condition?

Thanks,

Srini

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181962
Active Contributor
0 Kudos

You should use equalsS instead of equals function .

This function is available in TEXT Functions.

Not Boolean.

Regards,

Ravi

Former Member
0 Kudos

Ravi,

I realized the same and I have solved it, anyways thanks for the rply.

--

Srini

Edited by: Srinivas Davuluri on Jun 23, 2008 4:08 PM