I am working in Cognos vers. 11.2.4 and trying to retrieve row totals on a Crosstab report. The table I'm working with has several Locations as rows, Hour being the column (24 'Hours'), and a count and average time measures. Using the default options to Summarize the columnar data is not an issue - I am able to get a Total for the count column and an overall average for each Average Time column. When attempting to retrieve row summarizations however, I receive an error message:
Error MessageI don't understand the verbiage stating the object selected represents a single value as it should be performing the aggregation on each column for the given row.
My expected results are outlined below:
**Hour 1** **Hour 2**
| Count | Average Time | Count | Average Time | Total | Average |
| -------- | ------------------ | -------- | ------------------ | ------- | ---------- |
Location A | 20 | .5 | 15 | .75 | 35 | .625 |
Location B | 15 | .25 | 25 | .5 | 40 | .375 |
My question is: are the default summary options within Cognos Crosstabs not suitable for row level aggregations?
------------------------------
Thank you
DJ Vann
------------------------------