Skip to main content

Smart View connection

Smart View connection

Before connecting Oracle smart view with essbase. You need to download it from oracle website and install it. installation is easy process..next next next ...finish...
Below is the link for downloading smart view.
https://www.oracle.com/technetwork/middleware/epm/downloads/smart-view-1112x-2412371.html

Smart-view Connection –
  1. Download Excel and Oracle Smart-view from the web.
  2. Open MS Excel – Go to File -> Options

  1. Go to Add-in
                  

  1. Go to Mange and select COMM Add-ins and Click Go


  1. Select Oracle Smart View for office and Click OK

  1. After the above step you see a SMARTVIEW option in the last of Excel ribbon. Click it!

  
  1. Now to connect the smart-view with the Essbase server. Click the Panel option. You see an Smart-view panel on the right side. Click the Shared Connections.
  


  1. After clicking Shared Connections option on the Smart-View Panel. A dialog box will be displayed asking your username and password of Essbase.

  1. After entering your username and password. On the smart view panel your Shared connection will be displayed. Select Oracle® Essbase in the drop down option. Your EssbaseCluster will be displayed.
  

  1. Click the EssbaseCluster and all your Essbase applications will be displayed. Double click your Application and Double click your database name. Some operation option will be POP up in the downside of the SMARTVIEW panel. 

 
  1. Click the Ad hoc analysis and VOLLA! Your application is ready to use in Smart-view. All your dimension will be displayed on the excel spread sheet.
  









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 (...