Oracle Business Intelligence Applications

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OBIEE Pivot Table - Adding grand total to non-measures

Received Response
1
Views
1
Comments

Hi,

I am using OBIEE 11.1.1.7.16 and working on a pivot table request

Is it possible to generate a grand total for non measure values that are unpivot in the view?

For example:

Total Amount - 103,810

Is it possible to have a grand total for Total Amount?

IDProductProduct NameTotal AmountCustomer 05/201706/201707/201708/2017
1001230308406229,000.00XYZ300200100900
10012340308406374,810.00XYZ133344545545
100 Total 4335446451445

Answers

  • Hi,

    Grand totals requires a formula/aggregation to know how to calculate it, that's why they work on measures as there is a default aggregation defined in the RPD.

    If you want to sum "total amount" (why isn't it already a measure?) you need to make it an aggregation and place it into the measures area.

    Capture.PNG

    Or edit the formula to add the "SUM" there directly and you can keep it at the rows level.

    Capture.PNG