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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ordering by formula

Status
Not open for further replies.

Pesket

Programmer
Joined
Aug 21, 2001
Messages
2
Location
US
I am trying to order a report by a formula that is generated in crystal reports. The formula is a simple columnA/columnB converted to a string. I can leave as a number if needed to to order it correctly. I'm using version 8.0

any help would be appreciated

thanks
 
Create another formula containing A/B, and leave it as numeric. Use this field to sort by, but don't display it on the report.
Use the formula containing A/B converted to text as the field to display on the report.
 
I tried that earlier, but it doesn't seem to work, the record i'm returning is set up so:

Group Name/ column A / column B / column A/B

A and B are formulas themselves,

Is it a problem because column A/B is tied to the a group?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top