Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Runing Total in Cognos 8 Report.net... 1

Status
Not open for further replies.

Rosti

Programmer
Joined
Mar 5, 2002
Messages
46
Location
US
What is the difference between total and running total functions? How to use running total function?
 
A running total will show the sum of the values from the first one to the current one.

Example:

value running total

10 10 (=10)
20 30 (=10+20)
40 80 (=10+20+40)
80 180 (=10+20+40+80)
5 185 (=10+20+40+80+5)

Ties Blom

 
Thank you so much! It clears it very well!
Do you know how to use it in the Cognos 7 or Report.net ?
 
I don't know about Cognos7, but i believe it is a standard Cognos function in ReportNet..

Ties Blom

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top