Many ??? characters appearing in eTEXT Outbound file
I've a custom template that is very straight forward and for all intents and purposes it works fine with the exception of two issues:
1) On each line there are 803 "?" characters at the being prior to the data I expected
2) The amount needs to be formatted so it always has 2 decimal places but this does not work.
Is there something logical that anyone has come across that would contribute to BIP adding 803 "?" at the beginning of each row?
What is the proper formula to have my amount formatted to 2 decimal places?? I'm using
ROUND
((PaymentAmount/Value),2)
Regards
2