M
michael steward
I am applying a currency switch (\#$###0.00)to a
mergefield. This field may include multiple data. When I
do not have the switch on the data comes as 123.000. When
I use the switch it comes out as $123.00. All correct.
The issue I am having is when there is multiple fields
populated the currency field is SUMMED. I do not want the
sum, I want the individual data.
See Below:
Without Switch:
REFERENCE DATE AMOUNT
<DocField20> <DocDate> <DocAmt>
4120 9/26/2003 100.0000
3857 10/2/2003 100.0000
3922 10/10/2003 100.0000
With Switch:
REFERENCE DATE AMOUNT
<DocField20> <DocDate> <MrgfldDocAmt\#$##0.00>
4120 9/26/2003
3857 10/2/2003
3922 10/10/2003
$300.00
I want to see the following:
REFERENCE DATE AMOUNT
<DocField20> <DocDate> <DocAmt>
4120 9/26/2003 $100.00
3857 10/2/2003 $100.00
3922 10/10/2003 $100.00
How do I get the above results?
mergefield. This field may include multiple data. When I
do not have the switch on the data comes as 123.000. When
I use the switch it comes out as $123.00. All correct.
The issue I am having is when there is multiple fields
populated the currency field is SUMMED. I do not want the
sum, I want the individual data.
See Below:
Without Switch:
REFERENCE DATE AMOUNT
<DocField20> <DocDate> <DocAmt>
4120 9/26/2003 100.0000
3857 10/2/2003 100.0000
3922 10/10/2003 100.0000
With Switch:
REFERENCE DATE AMOUNT
<DocField20> <DocDate> <MrgfldDocAmt\#$##0.00>
4120 9/26/2003
3857 10/2/2003
3922 10/10/2003
$300.00
I want to see the following:
REFERENCE DATE AMOUNT
<DocField20> <DocDate> <DocAmt>
4120 9/26/2003 $100.00
3857 10/2/2003 $100.00
3922 10/10/2003 $100.00
How do I get the above results?