Oracle Analytics Cloud and Server

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

I'm trying to use a formula that results in a percentage, but instead i'm getting a integer number

Received Response
372
Views
12
Comments
2»

Answers

  • Renuka Nuguru-Oracle
    Renuka Nuguru-Oracle Rank 5 - Community Champion

    Can you upload report xml and also logical sql

  • User_9SMBJ
    User_9SMBJ Rank 1 - Community Starter

    Guys, I opened an SR and one of the analysts managed to help me, the solution is this:

    image.png


    sum("Sales - CRM Resource System Usage"."Active Days Facts"."# of Logins" * 100.0 by "User"."Business Unit") / (22.0 * "Resource Facts"."# of Users")


    It is important to remember that the Aggregation Rule (Totals Row) field must be “default”.


    The problem has been resolved, thank you everyone for your help.


    image.png