Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
-
Re: TOP N + Rest Dimensional Values in OAC
Hi @Manu R-Oracle , To achieve a similar report in Classic you can use the following calculation: CASE WHEN ATTRIBUTE(RANK(<Measure>) BY <Attribute>) <= 10 THEN <Attribute> ELSE …2 -
Re: TOP N + Rest Dimensional Values in OAC
Hi @Manu R-Oracle , There is something wrong in your Supplier Name calculated column. Could you please share the expression that you are currently using? As I can see from the screenshot, it has been…1 -
Re: TOP N + Rest Dimensional Values in OAC
Hi @Manu R-Oracle , You have to use the ATTRIBUTE function (as in the example I shared above) to transform the output of the RANK function into an attribute at your desired level of granularity. This…3 -
Re: Oracle Analytics Server Hardware Requirement
Hi @User_03C7Q , AFAIK there isn't any capacity planning guide for Oracle Analytics Server. Please refer to the following documentation to understand the minimum requirements for deploying Oracl…1 -
Re: How to produce lineage documentat in (new web-based) Semantic Modeler?
Hi @Dan Vlamis , AFAIK it's not possible to produce the Repository Documentation directly from the Semantic Modeler. You have to export it as RPD file and use the Admin tool. From the Semantic M…3
