I am setting up some data import processes to import data from a number of well known online payment processors and I need to manipulate some decimal values. the operators I need are:
1. Division to convert an amount in pence / cents into whole units £, $ & €
2. to change the sign
3. To set the sign based on a value in other field, e.g. CR then value positive and DR then value negative (or something like this)
As far as I can see the transformation rules are ok for formatting text & dates but don't allow for logical tests or numeric operations?
Any advice please
Thanks
Malcolm
*This post is locked for comments