Sorry RWrigley for taking so long to reply.
Your solution is not quite what I was looking for, but it might be close. The report I'm trying to create is a crosstab report. I'm trying to create a calculation of certain rows. For example, take the total for rows A, B & C and subtract them from row D and place the answer just below row D. Powerplay had this capability and now I'm trying to do something similar in ReportNet. I think the total function (under summaries or member summaries) is what I need, but I can't find any advanced documentation on it's features.
I was thinking something like total (currentMeasure <where the rows text is A, B & C>)
Main Topics
Browse All Topics





by: RWrigleyPosted on 2008-03-07 at 13:17:04ID: 21074204
You tagged this as Cognos 8, so presumably all you need to do is create a calculation that looks like :
Total ([dataitem] for report)
In each of the two quriers, and then you can just refernce the data items via the "Query" tab in a new data item expression.