Group field on a query. SUM function on a currency field. I cannot get a reasonable display.
I have spent hours - this is simple, surely even I can get this.
...Not so. I give. Anything other than right align or plain {value} fails for me.
Tried:
<p align="right">{Value}$###,###.00</p>
<p align="right">{Value},$###,###.00</p>
<p align="right">{Value,$###,###.00}</p>
<p align="right">{Value},N</p>
<p align="right">{Value},n</p>
<p align="right">{Value},####,###.00</p>
<p align="right">{Value}####,###.00</p>
<p align="right">{Value,####,###.00}</p>
{Value}####,###.00
and many others.