cancel
Showing results for 
Search instead for 
Did you mean: 

n number of target nodes has to generate for x number of source inputs !!

Former Member
0 Kudos

Hi Guys,

My mapping program stopped in middle of the journey, Could any one please help me to continue by things.

Logic: LIN05, LIN09 there are two fields I have in source file under Group_LIN tag (Can see in Jpeg). LIN05 represent Product number, ex: 121,123,124 etc.,

LIN09 represents Sales type - 0 for Normal Sales and 6 for Promotional Sales.

One Target "ITEM" node has to generate per One Group_LIN (Source side) tag.

Some times One product (121) comes with both the values 0 and 6 values.

One Group_LIN>D01_LIN>Lin05 >121, LIN09>0

next Group_LIN>D01_LIN>LIN05<121, LIN09>6, if it comes like this, I need generate only one ITEM Tag per both Source Group_LIN

Jpeg:

http://img842.imageshack.us/img842/7650/logicrequired.jpg

Any Help would be really great!!

Regards

San

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Try to use Standar Function ifwithoutelse



line 09-----------equalS
Constant "6"............................ifwithoutelse
line 5..................................then ................................>item.

Former Member
0 Kudos

Not clear, what about else part !!

Former Member
0 Kudos

The target node is 1.. unbound. I don't think it will work !!

Former Member
0 Kudos

Try to do like this



Line09 ----->
               equalS ---------------> ifWithoutElse 
Constant 6---> 
Line05--------------------------------> then------------------>Item

Former Member
0 Kudos

Luis,

I need to create Target Node in two situations, not in one situation

1. Normal Sales. How do we know is it a normal sale or not? LIN 09 -->0 and ZA01 = QA or QS or QW etc.,

2. Promotional Sales , How do we know it is promotional sale ? LIN 09 --> 6 and ZA01 = QS (Only)

3. One More called Demand (Nothing but promotional) LIN09-->6 and ZA01='QD' only

I need Target ITEM 1 and 3 cases. In situation 2, Same product has got Normal sale and Promotional sale, So I need to create One ITEM tag, under neath, SalestimeSeries and PromotionaltimeSeries has to come. Please have look another screen shot.

http://img839.imageshack.us/img839/1227/saletimeseriespromotion.jpg

Thanks

San

Former Member
0 Kudos

Solved...