Mar 5, 2013 #1 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?
Mar 5, 2013 #2 Madawc Programmer Sep 5, 2002 7,628 GB 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. Madawc Williams (East Anglia, UK). Using Crystal 2008 with SQL and Windows XP Upvote 0 Downvote
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. Madawc Williams (East Anglia, UK). Using Crystal 2008 with SQL and Windows XP