Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Comma in the year, Directory tree

Status
Not open for further replies.
May 23, 2002
39
US
I have grouped on the field, Year (e.g. 2008)

In Preview, on the report itself, I can format the field to get rid of the comma and decimal places, but they still show up in the directory tree(e.g. 2,008.00)

ANyone know how to get the right format in the directory tree.
 
Create a formula field:

totext({Year},0,"")

And group on this formula rather than your existing database field.

Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports

"What version of URGENT!!! are you using?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top