gdanalakshmi
Registered User.
- Local time
- Today, 20:11
- Joined
- Nov 26, 2002
- Messages
- 102
I have a crosstab query.
Its output is like the following
DeskNo Total NChurn VoicePortion VoiceOnly
I would like my output to be the following
DeskNo NChurn (VoicePortion-VoiceOnly) VoiceOnly Total
How do I accomplish my goal??
I have 1 idea.
Loop through each record of the query and then append to a new table.
Is there a better way to do this??
Its output is like the following
DeskNo Total NChurn VoicePortion VoiceOnly
I would like my output to be the following
DeskNo NChurn (VoicePortion-VoiceOnly) VoiceOnly Total
How do I accomplish my goal??
I have 1 idea.
Loop through each record of the query and then append to a new table.
Is there a better way to do this??