Oracle Analytics Cloud and Server

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

Operations between rows #OBIEE 12C

Received Response
1
Views
1
Comments
User_15J6I
User_15J6I Rank 5 - Community Champion
How can I divide a metric from the current month between the previous month or the previous record in obiee 12c?


Answers

  • Have a look at the time series calculation functions, for example AGO(...) will let you access the previous month measure value.

    The concept of "previous record" is very vague as a previous record always depend on the sorting applied to your analysis, so I would try to stick with something more defined like "previous month" (assuming you have a proper time dimension configured providing a clear definition of "previous month").