Quantcast
Channel: SCN : Discussion List - SAP BusinessObjects Web Intelligence
Viewing all articles
Browse latest Browse all 5402

Running Sum

$
0
0

Hi Team,

 

I have report in XIR2 and blow is the structure of the report :

 

=[Company]

                                                                             Block 1

              #               Id           Name           Amount

=RunningSum(1)   =[Id]         =[Name]       =[Amount]       

 

                                                                             Block 2

              #               Id           Name           Amount

=RunningSum(1)   =[Id]         =[Name]       =[Amount]  

 

I have applied a section on Company as we have different companys' and then i have applied block level filters on Block 1 to display values where Amount >=0 and in the similar way i have applied the block level filter on Block 2 to show the values Amount <0

 

Here is same sample data of the report :

 

Company 1

 

#    Id         Name     Amount

1     123       ABC       100  

2     125       DEF        110

3     121       FGH        115

 

Compnay 2

 

#    Id         Name     Amount

1     123       ABC       125  

2     125       DEF        110

3     121       FGH        115

 

Company 1

 

#    Id         Name     Amount

1     123       ABC       -100  

2     125       DEF        -110

3     121       FGH       - 115

 

Compnay 2

 

#    Id         Name     Amount

1     123       ABC       -125 

2     125       DEF       - 110

3     121       FGH       - 115

 

 

If you take a look at the serial number in XIR2 the number starts from 1 in every block of the report

 

But in XIR4.1 the data is as below :

 

Company 1

 

#    Id         Name     Amount

1     123       ABC       100  

2     125       DEF        110

3     121       FGH        115

 

 

Compnay 2

 

#    Id         Name     Amount

1     123       ABC       125  

2     125       DEF        110

3     121       FGH        115

 

 

Company 1

 

#    Id         Name     Amount

4    123       ABC       -100  

5     125       DEF        -110

6    121       FGH       - 115

 

 

Compnay 2

 

#    Id         Name     Amount

4    123       ABC       -125 

5     125       DEF       - 110

6     121       FGH       - 115

 

In XI4.1 the serial number is getting increased from where it stops in the first block.

 

My requirement is to show this as it is in XIR2 in XI4.1 report.

 

Can some one give inputs on how to achieve this.


Viewing all articles
Browse latest Browse all 5402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>