Skip to Content
0
Former Member
May 15, 2010 at 12:27 PM

Unable to get value

25 Views

Hi

My structure is like this

Customer

-


Name

-


Emp_Number

-


State

My condition is like this, if state is less than 25, it should have the value in target and state field should be created. If it's greater than 25 then it should not be created at all.

If the state is greater than 25, then I don't have to create it in target. Target structure also same. I used createif, when it is greater than 25, I don't get it. But when it is less than 25, I get the state created but the value is not copied.

State Constant(25) less createif state

This is the logic that I used. Everything works but when the value is less than 25, state is created in target but the value is not displayed.

The occurence is 1...1 at source and 0..1 at target for this field.

Can someone help me with this ?