Is it possible to make Results generate a report that has columns of the same field but with different criteria?
For example:
I can get Results to generate data like this:
But I want it to come out like this:
If it can't be done in Results, I should be able to do this in Report Builder, right? I've never really done anything with that application before and it looks a bit complex. Are there any good books or online resources for information regarding Report Builder (or Results)?
For example:
I can get Results to generate data like this:
Code:
Warehouse | Item | Avg cost |
-------------------------------------
WH1 | 123456 | 123.45
WH2 | 123456 | 134.56
WH3 | 123456 | 112.34
But I want it to come out like this:
Code:
Item | WH1 avg cost | WH2 avg cost | WH3 avg cost |...
----------------------------------------------------------------
123456 | 123.45 | 134.56 | 112.34 |...
If it can't be done in Results, I should be able to do this in Report Builder, right? I've never really done anything with that application before and it looks a bit complex. Are there any good books or online resources for information regarding Report Builder (or Results)?