cancel
Showing results for 
Search instead for 
Did you mean: 

how to populate an output segment based on two input segments

mark_fryu
Participant
0 Kudos

is it possible to populate a segment on the po mapping based on two input segments?

I mean, I have the "Test1" segment that must populate the "Test2" segment when the data of the "Test1" segment are finished, I have to populate the "Test2" segment with the "Test3" segment

Accepted Solutions (0)

Answers (3)

Answers (3)

kottiyil_ramnath
Participant

Hi Mark,

You said your output should be generated based on input segments? If yes, Why is that you have "constants" as input?

Can you please elaborate your requirement. Thanks,

Regards,

Ramnath

mark_fryu
Participant
0 Kudos

Hello,

yes, the constants are examples (they would be two input segments).

Is the logic I wrote right? or must it be written in another way?

kottiyil_ramnath
Participant

Hi Mark,

If you put an EXISTS on both segments --> Then Boolean OR --> then CREATIF will generate the output segment based on 2 input segments.

Regards,

Ramnath

mark_fryu
Participant
0 Kudos

hi, thank you for your asnswer!

do you have a example? Is it fair this way? ( Test1 and Test2 are a example of my segments )

kottiyil_ramnath
Participant
0 Kudos

Hi Mark,

You can always do "display queue" to see the input and output values.

Regards,

Ramnath

mark_fryu
Participant
0 Kudos

hi, the first segment has only one value, while the second has 10, but the values of the second segment become null, why?