Multiplication and Division

DMHERSH

DMHERSH

Member
Hi

I am building a report, in which I need to multiply and / or divide in order need to convert a repeating field from the standard number the XML gives me to a percentage. my calculation is

100/'Field'*12

I have set it up as follows:
<?xdofx:(100/LifeMonths_ID19)*12?>

It returns as a blank.

in another field I need to divide one field witha second field in the XML. I set it up as follows:

<?xdofx:(Amount___YDD_ID29)/(Amount___CTI_ID21)?>

but it also returns as a blank

your help as usual is appreciated
 
Problem solved, the issue is a space around the * and the /. Strange that a space is needed where it is not needed with the + and -
 
Back
Top