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

Search results for query: *

  1. jerry5766

    How to sort currency field converted totext

    I just noticed you said Currency field. Try TOTEXT(TONUMBER({field_name}), "######.##").
  2. jerry5766

    How to sort currency field converted totext

    Have you tried to use the formatting options of the TOTEXT() function? TOTEXT({field_name}, "######.##"). This is what I use when sorting by a numeric field.
  3. jerry5766

    Crystal Nested if syntax problem

    Are any of your fields NULL? I have had many issues with compound conditions where one of the fields being tested is NULL.
  4. jerry5766

    How to sort negative and positive balance

    Have a look at the formatting options of the ToText()function. I use this frequently to sort on numeric fields.

Part and Inventory Search

Back
Top