If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Crosstab calculation- subtotals

Started by arroju_venkat, 24 Mar 2009 09:13:22 AM

Previous topic - Next topic

arroju_venkat

Hi ,

My requirement is like this.   (Assume, in this crosstab all values are rounded up)


                            Col A     Col B    COL C  ([col B] /  [col A] )
ROW A   Row 1            3           6                 2

             Row  2           5         15                3                 .                        .
        Sub Total            8           21                   5


But I need subtotal of COL C    should be   total ([col B]) / total([col A])   ( 21 / 8 = 3)

Could you please  help me on it.


rockytopmark

total(col B)/total(col A)

21 / 8 = 2.625  ...rounded up to 3

arroju_venkat

Hi

Thanks for your response.

I am sorry for this confusion.

I want total(Col B) / total(Col A) = ( 21 / 8 = 3) = round(2.625,0)
 
But the report is displaying total(Col B/ Col A)= ( 2+3=5)

I want 3 ,instead of 5, in the insection of Col C and subtotal row.


Could please let me now how to get it.

Thanks in advance.
Venkat

billylodz


rockytopmark

 ???

Just modify the data item's expression to be how you want it!!!!

arroju_venkat

Hi All,

Thank you very much for you reply.

Billylodge:  could you please let me know how to apply the solve order.

Rocktopmark:    I have created data item for total(Col B) / total(Col A).  Please  help me how to use it in the intersection of subtotal and Col C.

Thanks,
Venkat.



rockytopmark


  • Unlock the report...
  • Set Define Contents = Yes for that cell
  • Drag that Item into the cell

billylodz