cancel
Showing results for 
Search instead for 
Did you mean: 

DMEE conditional output of new line seperator / conditions

Former Member
0 Kudos

Hello

i am getting crazy with a payment DMEE and can not find the solution:

On payment file from the the second transaction line a $ has to be appearing

e.g.

....$

....$

where ... represents some additonal data of the transaction line.

Problem:

i can not put the $ just at the end of the transaction line, as it may not be appearing on the last line

i can not put it in the beginng as in the first line there should not be a $

i have a counter with the reference id but i found no way setup a conditional output of the $ in the beginning of the transaction line

i tried with conditions but the DMEE won't save

If anybody has an idea would be great

Cheers

Tim

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

i think i solved the problem myself how to conditionally output in DMEE a field if it is NOT the last record

- Create a new segment as begin of the transactional data:

- Create a technical field with reference ID COUNTER

- Create a Field with length 1 and constant C

- Maintian condition COUNTER 3 3 > 1 1

Maybe it helps somebody else

Cheers

Tim

Edited by: Tim Schmid on Aug 24, 2011 10:21 PM