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!

grouping sorts

Status
Not open for further replies.

mart10

MIS
Nov 2, 2007
394
GB
I am using cr 2008

is it possible to paramistise the grouping sort order and is so how?
 
You could have a single field that uses different value depending on a parameter, e.g.
Code:
If @Param = "Date"
then ToText({your.date}, "ccyymmdd")
else {your.amount}

Such a field can be used for both sorting and grouping.

[yinyang] Madawc Williams (East Anglia, UK). Using Crystal 2008 with SQL and Windows XP [yinyang]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top