cancel
Showing results for 
Search instead for 
Did you mean: 

BFC: Datalink Definitions

Former Member
0 Kudos

Hi there,

In using datalink I need to make the following process:

source:

account1 analysis1 20000

account1 analysis2 -10000

target:

AccountTarget1 analysis1 20000

AccountTarget1 analysis2 -10000

but if I have the following source:

account1 analysis1 -20000

account1 analysis2 10000

I want to get the following result:

AccountTarget2 analysis1 -20000

AccountTarget2 analysis2 10000

I don't want to process line by line but account by account to define the target account.

any idea?

Regards,

Ludovic

Accepted Solutions (0)

Answers (1)

Answers (1)

Marc_Kuipers
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ludovic

I think this will be hard to achieve.

What exactly is your criteria for mapping to either AccountTarget1 or AccountTarget2 - the fact that the sum of amounts is positive/negative ?

Marc