Skip to main content

Building Dimension with Attribute dimension using Rule File

So here we going to build dimension with attribute dimension using rule file. You can create in the outline editor also directly.

Following are the steps -

1. Open the data source file in excel/notepad and review it.


2.  In the above the data source file we are creating new dimension “Product” and Attribute dimension “Package Type”. Ignore the first row, since in the Essbase we are creating Product as dimension not family.

      3.First we need to create the rule file. So open Essbase and navigate to your DB and right->create new rule file. The open the date file from File Tab.


          4.  Now navigate to data source property and select the delimiter and go to Header definition and Skip the first row.




5.  Now click “OK” in Data Source properties. Now navigate to Dimension Build Properties. And Click Dimension Definition Tab. And since we have not created Product dimension and Package Type manually. We need to include them into rule file. So in the Dimension Definition Click the Rule file radio button and in the Dimension option beside click “Click here to edit” and add Product dimension.



    6. Now right click the created Product dimension in the rule file Tab and Navigate to Edit member properties. And click the Attribute Dimension tab.



7.Now click “Click here to add” and write the name of your attribute “Package Type” for now. And in Type select the attribute type here we are selecting TEXT type. Click “OK”



    8.  Now Navigate to the Dimension Build Setting in Dimension build properties. And Select the Dimension here its “Product” and select the Build Method here its “Uses generation references”. And click “Ok”



9. Now Navigate to Field Properties->Dimension Build Properties. Now select the dimension and Field type as per the data file. But when it comes to attribute dimension “Package Type”. Select the Dimension Product and in Field type Navigate to Attribute Dimension Click the + button and then your attribute name will be displayed as a child of Attribute Dimension. Select the Attribute here its “Package Type”. Click “OK”. Now click the “Dimension Build Fields” button in the outline editor. Below will be your rule file generated after the process.




          10. Save the rule file and Load Data.


      11. Below is the result outline after the process.





Comments

Popular posts from this blog

Business Intelligence

Business Intelligence You must be wondering what is the above imageor title is about. Yeah, it is about the first project I get into. Where the client was using all the above process to generate a report, which will help them to manage their financial planning. So now you must be having an idea that what this blog is about i.e; using Business Intelligence, EPM, ETL and ERP how the financial decisions are taken. Here the client uses the different processes to achieve their goals. So let’s dive in and try to understand the process.  Note - In this blog, you will get an overview of each process and its high-level architecture. Enterprise Resource Planning -  Firstly let's start with  Enterprise resource planning (ERP),  most of the companies store data through ERP. It is a process whereby a company manages and integrates the important parts of its business. ERP system stores both operational and non – operational data. An ERP man...

OACS Essbase Security Filters

Setting up security filters manually and using Maxl script in OAC Essbase and assigning it to Users and Groups. As you know security is most important thing in any field likewise in OACS also. So in this blog I will show you how to create security filter’s in OAC Essbase and restrict the user to see the data. I will be doing in two ways. 1        Manually 2        Using MaxL So, let’s get started. First let’s have a brief discussion about the Filter’s. Filter are used to control security access over the cube data. It can be assigned to a user or group. Depending on the security role of a user determines whether you can create, assign, edit, copy, rename, or delete a filter. Filters have two important things – Access and Member specification. Access – Access are of four types in OAC Essbase 1.      None - No data can be retrieved or updated 2.      Read - Data can be retrieved b...

Docker with Essbase

Oracle Essbase with Docker What is Docker: Docker is a tool which put together an application and all its dependencies together in the form of containers. This containerization aspect of Docker ensures that the application works in any environment. Docker is an open – source project that automates the deployment of application inside software container. Docker containers wrap up a piece of software in a complete file system that contains everything it needs to run. Docker vs VMs with reference to Essbase: Traditionally we were using VMs, Following are some issues in VMs with compare to Docker. • Large image size: Essbase VMs tend to have in at 50-70GB, depending on what all is installed. • Difficulties starting up services: When moving between networks, such as from home to a client network to the coffee shop or wherever, I frequently run into networking issues that are hard to troubleshoot and usually resolved by restarting the entire VM (...