Formatting Customized Number Fields

J

John

I have created a customized number field in Proj 2000. I have configured it to display in both a table view and bar chart.

The number dsplays as a number followed by 2 digits after the decimal point. How can I format it so it displays with no digits after the decimal point, and prefixed by the percent sign in both a table view and bar chart?

Thanks

John
 
J

Jack D.

John said:
I have created a customized number field in Proj 2000. I have configured
it to display in both a table view and bar chart.

The number dsplays as a number followed by 2 digits after the decimal
point. How can I format it so it displays with no digits after the
decimal point, and prefixed by the percent sign in both a table view and
bar chart?

Thanks

John


Use a customized text field instead. That will let you format it however you
like.
int(yournumber) & "%" will give you what you want. I'm assuming that you
want to have the percent sign AFTER the number instead of as a prefix as you
wrote. Reverse it if you want it otherwise.

--
Please try to keep replies in this group. I do check e-mail, but only
infrequently.
For Macros and other things check http://masamiki.com/project

-Jack Dahlgren, Project MVP


+++++++++++++++++++
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top