Announcing a new experience for the Oracle Analytics community coming April 4th!
This category will be read-only as we migrate this space from 3/30-4/4, after which you’ll be able to post as usual. See you there!
TOPN Function in OTBI
Summary:
Content (required):
Hi,
The ultimate requirement is to create a dashboard;
Analysis 1 - Annual Revenue in a Bar chart
Analysis 2 - Revenue for each cost center in the year prompted (Bar Chart)
Analysis 3 - Top 5 revenues for the cost center prompted.
However, when analysis 3 is run, the ranking is done based on the cost center WITHOUT considering the year. For the ranking I have used TOPN("Base"."Base Equivalent Period Net Activity"*-1,5 BY "Cost Center Segment"."Cost Center Description"). How do I group this with year?
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):