Oracle Analytics Cloud and Server

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

Divide 2 Columns in Union Report

Received Response
239
Views
14
Comments
2»

Answers

  • Ebin Cherian
    Ebin Cherian Rank 5 - Community Champion

    Issue resolved by using SUM BY in result column. Thanks everyone.

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    And THAT is why you normally do things in the model and not with UNIONs. Unions should be the very last option you ever choose. OBI tries to aggregate according to models and when you override this - by unions for example - then this becomes dodgy and you need to write the SUM or AGGREGATE yourself.

  • Ebin Cherian
    Ebin Cherian Rank 5 - Community Champion

    Completely Agree Christian. This analysis pulls data with different filter on each union query and therefore it was not possible to fit in a single model.

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner
    Ebin Cherian wrote:This analysis pulls data with different filter on each union query

    Bummer