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. kchaves

    Custom sorting in ReportNet

    What I do is create a new data field, translating the word to an alpha letter in the order you want them sorted. Then sort this field behind the scenes in the query or tabular model. IF([FIELD]='gamma') then ('a') else if ([FIELD]='sigma') then ('b') else if ([FIELD]='beta') then ('c') else if...

Part and Inventory Search

Back
Top