I have a table called FACTIVITIES with field ACTTYPE. I only want items from the table where the ACTTYPE is specified by the user in the parameters. Right now I have the user putting in the parameters for ACTTYPE and calling them ACT1, ACT2,...etc. That is working OK. The problem is that I want the groups to be printed in the order of the Parameter. In other words if the first time I run the report and the the user puts in "G" for ACT1 and "L" for ACT2 then the ACTTYPE group should have the first group printed being for "G". If on the other hand they put in "L" first then the first group printed should be "L".
In other words I want the group to be sorted by the order that the parameter fields are put in.
In other words I want the group to be sorted by the order that the parameter fields are put in.