Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transform
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00455636
Message ID:
00455651
Views:
26
>Hi everybody,
>
>Is there a way to specify not to show 0, if Numeric Value=0 in Transform?
>Say, Price=0, transform(Price,'$999,999,999') shows $0. What should I do?

Try the following command

Transform(Price, "@Z$999,999,999")

The @Z should tell it to not display 0 values.

HTH

REM
Previous
Reply
Map
View

Click here to load this message in the networking platform