I have a current need to display the results of a query
in a particular way. The results are needed as follows:
Date
WU Totals
Leak Totals
Pct
I need the dates (range) to show across as columns headings
I need the WU totals as one row below. One total for each
date column.
I need the Leak totals as one row below the WU totals. One
total for each date column.
I need the pct totals as one row below. One total for each
date column.
I have tried everything I know. I have tried crosstabs etc.
Can anyone help me with this?
Date 5/1/08 5/2/08 5/3/08 5/4/08 5/5/08
WUTot 3 6 9 10 3
LKTot 1 3 6 5 1
Pct 33% 50% 66% 50% 33%
I can obtain each number separately and combine. I am
willing to try anything to get this accomplished.
Let's say I just get the WUTotals. The dates all go down
as rows and the totals are beside them. How can I turn
it around where the dates are columns. Any help will be
appreciated.
in a particular way. The results are needed as follows:
Date
WU Totals
Leak Totals
Pct
I need the dates (range) to show across as columns headings
I need the WU totals as one row below. One total for each
date column.
I need the Leak totals as one row below the WU totals. One
total for each date column.
I need the pct totals as one row below. One total for each
date column.
I have tried everything I know. I have tried crosstabs etc.
Can anyone help me with this?
Date 5/1/08 5/2/08 5/3/08 5/4/08 5/5/08
WUTot 3 6 9 10 3
LKTot 1 3 6 5 1
Pct 33% 50% 66% 50% 33%
I can obtain each number separately and combine. I am
willing to try anything to get this accomplished.
Let's say I just get the WUTotals. The dates all go down
as rows and the totals are beside them. How can I turn
it around where the dates are columns. Any help will be
appreciated.