can anybody tell me when do use 'running total'...give an
example for the usage of running total
Answers were Sorted based on User's Feedback
Answer / thanjairajan@gmail.com
Returns a running total by row (including the current row) for a set of values
*For example if our list container contain order no,product name,quantity
*Then we drag query calculation
*Then we give name for new column. that name is Total.
*In expression definition window drag running-total function from summaries function of left side available components.
*If we want ruuning-total for quantity,drag quantity data item within running-total function. like running-total(quantity).
*Finally in report output in total column the first quantity value will display in first row of total column, in second row of total column add first quantity and current row quantity, in third row of total column add first,second and current row quantity.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is prompt variable
where you can save the report net documentation in our local system?
My report output is showing data as 1 11 111 2 22 222 3 33 333 How can I sort this to 1 2 3 11 22 33 111 222 333
what is Cognos Visualizer and Cognos Scripting?
Hi, How the relations will be exists in DMR models if u have any idea please explain me
Hi all, IF any one has Cognos Dump Questions please send it to my mail ID : jaya.purna@gmail.com Cheers Jaya
How to create a dynamic column name in Cognos?
6 Answers Aditya Birla, Polaris,
----------How to cretae a Template?
What is a Datastore in Cognos?
How can we migrate from Businees Objects reports to Cognos 8.x??
write a query to display to 10 max record from the employee table?
------------ Diff b/w MemberCaption and MemberDescription?