M
maggie
hello,
I have a field that combines two fields. Each of these carries two decimal
places. I read the notes here regarding the use of \#0.00 and reading in the
source as a DDE. I did that and for most of the records, I do see the decimal
places in my combined field. However, whenever the fields are equal to ".00",
I don't carry a decimal value in my combined field. What options do I have?
Here are my fields:
field 1: ${mergefield "sal1"\#0.00}
field 2: ${mergefield "sal2"\#0.00}
combinded field: ${={mergefield sal1\#0.00} +{mergefield sal2\#0.00}
Many thanks for any help.
I have a field that combines two fields. Each of these carries two decimal
places. I read the notes here regarding the use of \#0.00 and reading in the
source as a DDE. I did that and for most of the records, I do see the decimal
places in my combined field. However, whenever the fields are equal to ".00",
I don't carry a decimal value in my combined field. What options do I have?
Here are my fields:
field 1: ${mergefield "sal1"\#0.00}
field 2: ${mergefield "sal2"\#0.00}
combinded field: ${={mergefield sal1\#0.00} +{mergefield sal2\#0.00}
Many thanks for any help.