Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 3074

Issue with aggregation in Cross Tabs

$
0
0

Hi All

 

I am new to SAP BO. I am trying to create a BO report with cross tabs and I am finding it difficult with regards to the below:

 

Product IDLot Year$/ProductNo of ProductTotal $ Value
123201510220
123201410550
123201420
45620155210
456201450

 

Assume the above is a report generated in Webi. The Product ID (is a merged dimension from two different tables), $/Product comes from Table 1, and the Lot Year, No of Product comes from Table 2, and Total $ Value ($/Product * No of Product) is a Variable. Both the tables are within the same universe. This report is working fine. However, if I want the same information in the form of a cross tab, and I am not able to do so.

 

The Cross table has the Lot Year, and Product ID as the row, and the Total $ Value as the body.

 

Current Formula: Sum([Total $ Value] foreach ([Product ID]))

 

The results are below:

 

Sum
201412370 (Expecting 50 here)
201445625 (Expecting 0 here)
201512320
201545610

 

I tried the below formula with no luck:

 

Sum([Total $ Value] foreach ([Lot Year]) foreach ([Product ID])

Sum([Total $ Value] foreach ([Lot Year]) IN ([Product ID])


Plz Help.. Let me know if you need any other information. Thanks!


Siva


Viewing all articles
Browse latest Browse all 3074

Trending Articles