Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can TRANSFORM be made to right justify an amout
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00811334
Message ID:
00811343
Views:
10
Hi Peter,

Remove 'B' (left-justify) from the TRANSFORM's format
TRANSFORM((SUM(MTON(amount))*-1), '@$ 999,999.99')
>Been trying to figure out how to make a "money" result in a select statement appear right justified.
>
>For example, using
>"SELECT COUNT(*), TRANSFORM((SUM(MTON(amount))*-1), '@$B 999,999.99') AS money, field2 FROM mydb GROUP BY field2" etc, forces a beautiful "LEFT" justified "$123,456.78" along with "$1.23", etc., as in
>"$123,456.78"
>"$1.23"
>but how do we make this right justify? as in
>  "$123,456.78"
>               "$1.23"
>
>That is the question. TIA. /psb
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform