Define Sequence Command for BI PUblisher eText
I am creating a BI Publisher etext template for a US bank EFT. I am new to BI Publisher and I need to somehow derive a sequencing for the individual payments included in the EFT file.
First I defined the sequence as follows (i did this in a table at the top of the rtf template)
<DEFINE SEQUENCE> TraceNumber
<RESET AT LEVEL> PaymentReferenceNumber ( I want a sequence assigned to each payment reference number starting with 1)
<INCREMENT BASIS> Record
<END DEFINE SEQUENCE> TraceNumber
I then went to enter the formula in the appropriate data record field, but I am not sure what that formula is?