danikuper
Registered User.
- Local time
- Today, 04:19
- Joined
- Feb 6, 2003
- Messages
- 147
I have a report that is based on a query that gives me the following data:
Campaign Name, CampaignID, Campaign Activity, ActivityID, Activity results, ResultID.
In my query I have ResultID in ascending order. In my report, I have a header for CampaignID, another for ActivityID and in the details section I have the Results and ResultID.
The problem is that my ResultID are not in order... the details section is being sorted alphabetically by Results and what I want is to follow the ResultID (numeric).
How can I change the field that is being used for sorting in the details section??
Thanks!!
Campaign Name, CampaignID, Campaign Activity, ActivityID, Activity results, ResultID.
In my query I have ResultID in ascending order. In my report, I have a header for CampaignID, another for ActivityID and in the details section I have the Results and ResultID.
The problem is that my ResultID are not in order... the details section is being sorted alphabetically by Results and what I want is to follow the ResultID (numeric).
How can I change the field that is being used for sorting in the details section??
Thanks!!