Editing a field

R

Reuter

Using MSP2003ENT,
I've added a column to one of my views and noticed that the field is
incorrect. Title of column is "Revised % Complete" but when numeric value is
added to line item it displays just numbers with out the % sign, field will
only display number instead of: 10% or 75%. How do I edit this field so
it display % after each value entered?
 
D

Dale Howard [MVP]

Reuter --

Instead of using a Number field, use a text field. In your formula, include
the following characters:

Formula & "%"

The above line, the Formula text indicates the formula you used in the
original Number field. Hope this helps.
 
Top