How do I format summed data as currency?
In a SQL tool I can write a query like SELECT to_char(SUM(PAID_AMT),'$999,999,999.99') from PS_PYMNT_VCHR_XREF and it will output the results formatted as currency: $39,452,097.54.
But in PeopleSoft PIA query the SUM is an option on the Query Manager Fields tab, and I can't figure out how to apply formatting to the summed result. Is there any way to do this?
Any tips? PeopleTools 8.51, PS 9.1, Oracle database.
Thanks,
Miriam