Hi,
I need to show currency as string in my report for that i have wreitten a formula:
e.g.
ToText(currAmount, "###,###,###"
;
Now my problem is that if number of digit are less than 9 it insterts space between currency symbol and amount
it display as follows
Amount
-------
$123,456,678
$ 0
extra space is instered between 0 and $.
So please tell how i remove this space between currency symbol and amount.
Thanks
Umesh Sharma,MCSD
India
I need to show currency as string in my report for that i have wreitten a formula:
e.g.
ToText(currAmount, "###,###,###"
Now my problem is that if number of digit are less than 9 it insterts space between currency symbol and amount
it display as follows
Amount
-------
$123,456,678
$ 0
extra space is instered between 0 and $.
So please tell how i remove this space between currency symbol and amount.
Thanks
Umesh Sharma,MCSD
India