I am having issues with sorting a report using v8.0. I think my problem may be with the group(grouped by account number) which is sorting in original order. I want it to sort depending on the parameter chosen by the user(possible choices are date, employee number, or none). my report looks like this..
Account Number Date Employee Number
_______________________________________________________
Address1
Address2
...
As of right now it just sorts it in the original order, ignoring my parameters. I have formulas setup to figure out how to sort, here is an example...
if {?SortSelect} = 'Employee' then
{Employee}
this formula is then used by the sort
any help would be appreciated, thanks
Account Number Date Employee Number
_______________________________________________________
Address1
Address2
...
As of right now it just sorts it in the original order, ignoring my parameters. I have formulas setup to figure out how to sort, here is an example...
if {?SortSelect} = 'Employee' then
{Employee}
this formula is then used by the sort
any help would be appreciated, thanks