Essbase and Excel

Is it possible to quickly determine Essbase member names in an Excel report? Are all alpha words on the page considered member names? What I would like to do is to take a report and through code determine the range containing column members, range for row members and range for page members.
If this is the wrong forum, please excuse me and just let me know.
Thanks,
IUI

Hi IUI,
Your post might get more traffic in the Smart View forum.
>
Is it possible to quickly determine Essbase member names in an Excel report?
>
yes
>
Are all alpha words on the page considered member names?
>
not necessarily
>
What I would like to do is to take a report and through code determine the range containing column members, range for row members and range for page members
>
You sound like you understand the Excel API, so with a little familiarity with either the Smart View Toolkit or the AddIn toolkit you can do these things in VBA with excel.
Regards,
Robb Salzmann

Similar Messages

  • Essbase and Excel Add-in Migration from 6.5 to 11.1.2.1

    Hi,
    Essbase and excel 6.5 Wanted to Upgrade to 11.1.2.1
    since there only essbase we just need to install 11.12.1 essbase and copy the otl files and series of steps
    but how to upgrade the Excel addin 6.5 to 11.1.2.1

    If you are doing a clean upgrade then all you'll need to do is uninstall the excel add-in from 6.5 and then reinstall the 11.1.2.1 version of excel add-in.

  • Essbase Add-in and Excel 2010

    Hi All,
    I have a user who has just had Windows 7 and excel 2010 installed and is able to connect to Essbase through the add-in but when he tries to retrieve data it completely crashes his excel which shuts down immediately.
    As far as I have read the add-in does not support 2010 64-bit but I have win7 and excel 2010 and do not have the same problem and I am to retrieve data with no issues. We both have the 32-bit version of 2010 so I'm not sure why his excel is shutting down.
    We are on 11.1.1.3 of Essbase
    Any pointers or experiences you can give are appreciated
    Thanks
    Luke

    Is there any other addin installed on this machine, if yes try the retrieval after disabling that addin.
    If not
    Try un-install and re-install of Essbase Excel Addin

  • Is there any way to get the list of Essbase and planning users  in excel wi

    Is there any way to get the list of Essbase and planning users in excel with last login details.

    Hi,
    This tool might be of some help to you, 'OlapUnderground Advanced Security Manager'. I havent used it personally but went through its features. Give it a try!
    Thanks,
    Junaid

  • Installing Essbase Excel Add-in on 11.1.2 and Excel 2007

    Hi All,
    Just wondering if anyone has had any success installing the excel add-in (essexcln.xll) on Office 2007 and 11.1.2? I've been trying over the weekend, so that I can start using the vba api with essbase and I'm having no luck. I've tried the essexcln.xll at (installed drive)\oracle\Middleware\EPMSystem11R1\products\essbase\bin and I'm getting a "file is in a different format than specified by the file extension" message box, and a whole spreadsheet of random characters.
    I've also tried installing the add-in through the patch created for 11.1.1.3. The add-in works, but if I try to use the API to open an outline, I get an "outline too new" error.
    Anyone have any hints?
    Thanks in advance,
    Nathan

    Hi John,
    Thanks for the help. So I've tried installing the add-in both on Windows Server 2003 and Windows Server 2008, and I'm still getting the "The file you are trying to open, 'essexcln.xll', is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you want to open the file now?" message box. I've tried running excel as an administrator, then adding the add-in through excel's add-in menu.
    When I open the file, the first line of the sheet says: This program cannot be run in dos mode.
    Also, both servers are 64-bit. I'm unsure if this could affect the add-in working.
    Thanks in advance,
    Nathan

  • Essbase connection w.r.t Smartview and Excel add-in

    donno if this is the right place for this thread, I thought planning experts are experienced with both smartview and excel add-ins
    what is the protocol used behind the scene in both ways (HTTP, RMI, TCO/IP) and which one takes less resources and works faster
    to serve better interms of performance while connected to essbase? that I know we add URL for conneceting to essbase thru aps for a
    smartview essbase connection and we directly connect to essbase in essbase excel add-in connection.
    any help is much appreciated!
    -Ram

    I think Essbase Excel add-in connects through TCP/IP whereas Smartview connects via web services (http).
    Excel add-in should be faster as it speaks directly with Essbase as opposed to Smartview which connects Essbase through another service (APS). But Smartview comes with its own advantages (i.e. better integration, smoother user experience etc.)
    Cheers,
    Alp

  • OBIEE 11g write back to Essbase and run calc script feature

    Hi,
    I have a requirement to write back into Essbase Cube and run calc script from OBIEE dashboard.
    From what i have search on google, we must deploy additional Java Script into weblogic, but that is before OBIEE 11.1.1.6.
    I have 2 question:
    - Does OBIEE 11.1.1.6 already supported native write-back to Essbase and running calcscript?
    - Anyone has example of the custom java-script for write back and running calcscript?
    And another, if there are requirement like this, is it better to install Essbase Add-in on Microsoft Excel and do the what-if analysis there, then just display the report on OBIEE dashboard? (based on user-friendliness and the complexity on maintenance)
    Thanks in advance.

    Hi,
    Even I am trying to achieve the same thing as you have mentioned but think that it is not possible to achieve easily in obiee 11.1.1.6, though we do have a work around to perform a writeback in Essbase cube using JAPI as mentioned below.
    Also we can call Hyperion reports from OBIEE using Action Links and also pass parameters to the same but dont know if it runs calculation script.
    Below link could be useful for you for write back workaround.
    http://oraclebizint.wordpress.com/2009/05/25/oracle-bi-ee-10-1-3-4-1-writebacks-to-essbase-using-japi-and-custom-html-part-1/
    Let me know in case you have found out anything else related to same.
    Thanks,

  • VBA code to connect Essbase from Excel

    Hi All,
    I need VBA code to connect & retrive the data from Essbase trough Excel sheet ....Please advise...
    Regards,
    Prabhas

    KVC wrote:
    As gleen advised install essbase excel addin before going to use below script
    create push button to trigger below script
    press Alt F11create module copy the below module and ur done
    Sub main()
    X = EssVConnect("[Book1.xls]Sheet1", "admin", "password", "EssbaseServerName", "Sample", "Basic")
    ‘Replace all the above parameters according to you environment.
    '("[Book1.xls]Sheet1" > Excel filename where this code is written followed by the sheetname
    'admin > username who has access to this application/database
    'EssbaseServerName > essbase analytic server name
    'Sample > application name
    'Basic > database name
    If X = 0 Then
    MsgBox ("Essbase connect is successful.")
    Else
    MsgBox ("Essbase connection failed.")
    End If
    X = EssVRetrieve("[Book1.xls]Sheet1", range("A1:F12"), 1)
    If X = 0 Then
    MsgBox ("Essbase retrieve is successful.")
    Else
    MsgBox ("Essbase retrieval failed.")
    End If
    for Disconnect
    X = EssVDisconnect(Empty)
    If X = 0 Then
    MsgBox ("Essbase disconnect is successful.")
    Else
    MsgBox ("Essbase disconnect failed.")
    End If
    End SubKVC ...Thanks for your Help...

  • Native essbase and admin services

    My users are only using Essbase, the AAS Console, and the Excel Add in. It dosn't make much sense to install any additional Hyperion components if they are not used. As a result, I'm considering installing a native version of Essbase 9.3.1. and Admin Services without Shared Services or any other Hyperion components. Is this a viable option considering the lack of use of the other Hyperion products?
    If I do this, would I be able to use the Configuration Utility to configure relational storage and start the application server deployment for Admin Services without registering it to Shared Services?
    Thanks,
    Tom

    Hi,
    It is certainly possible to use essbase and eas in native mode, I take it you are not going to be using planning or business rules.
    You can use the configuration wizard to deploy the application server and configure the database. You could also install and configure shared services but not use it and then if you did ever want to use it you can just convert from native to shared services security mode.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Compatibility Essbase and MS Analysis Services

    Hi all,now, we're looking a comparision betwenn both tools, Essbase and Analysis Services, we don't know exactly if thery're compatible. We've seen if you have installed both tools, when you try to do drill-down with Essbase, It start to be crazy, and drill-down for all the levels, for example.Someone has any experience using both tools in the same excel? are compatible?thanks a lot!!

    The drill down behavior of the Essbase add-in is configurable - you can define it to zoom to different levels of the hierarchy.As far as comparisons between the tools - what type of information are you looking for? Do you have an application that you or your organization is trying to build?Regards,Jade-----------------------------------Jade ColeSenior BI ConsultantClarity [email protected]

  • Configure clients to develop essbase and planning applications

    Hi Gurus
    I have installed hyperion on one of the windows server. Now I want to configure the client components on local machine to develop essbase and planning applications. How to do that? My goal is to have multiple clients configured so that multiple developers can work simultaneously.
    Thank you.

    If you have essbase/planning running on a server then you don't really need to install many client components.
    Planning is mainly accessible through the web, you could install smartview or the excel addin for use in excel, there are standalone installers available for this.
    EAS console can be accessed over the web which will save it having to be installed on client machines, it can be accessed by http://<easmachine>:10080/easconsole/console.html
    If you are looking at using financial reporting then you would have to install financial reporting studio, as you only said planning/essbase then you may not be interested.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Essbase and NAS

    Is anyone using Essbase with network attached storage. With Essbase and/or databases stored on NAS drives. We just started doing this and are experiencing unexpected slowness in processing times.

    If you are doing a clean upgrade then all you'll need to do is uninstall the excel add-in from 6.5 and then reinstall the 11.1.2.1 version of excel add-in.

  • EssBase with Excel, automatic Start-Up

    I'm using EssBase with Microsoft Excel. Then of install EssBase and restart the computer, each time start the Excel start the Essbase aplication too. This process aviod some Excel's functions. How I can avoid the automatic start of the EssBase in Excel ? thks !!! Estela

    Here's a trick I use borrowed from Hyperion Enterprise v4 where you put the xll file on the desktop. I use Excel '97 but it should be the same for other versions. Remove Essbase from the Add-ins list by:Rename essexcln.xll in the bin directory to essexcln.xloOpen ExcelSelect Tools/Add-ins, then find essexcln.xll on the list and click on it.when asked if you want to delete it from the list? select yes.Exit Excel.Rename essexcln.xlo back to essexcln.xllYou now have removed the auto-start, so now we need to create a button on the toolbar for when we want to load Essbase.In a new Excel file, create a vba macro and write this code:Sub Ess_Start() MyPath = CurDir() ChDir "c:\essbase\bin" Application.RegisterXLL Filename:="Essexcln.XLL" ChDir MyPathEnd Sub(replace the path with the path to your bin directory).Save the file where it can be always found (on a local drive).Create a new button on the toolbar using custom button and assign this macro to the button. Exit Excel.Restart Excel. Essbase won't start, but when you want Essbase, then click the button and the splash screen will come up and Essbase will load.

  • Virtual Server, EssBase and Office

    We are in the process of purchasing the lastest version of OBI EE and a few questions remain. We use almost exclusively "Virtual Servers". Although we are able to meet all necessary requirements in terms of CPU, RAM and disk space, are there any special technical that we should consider when using Virtual Servers?
    Hyperion Essbase is supported with version 7.1.6 and higher. We presently use version 7.1.5. and we would like to know whether this version will work with OBI EE or are there any modifications to follow.
    Office 2002 is supported by Oracle Business Intelligence Publisher Desktop but not for the rest of OBI. Even though it is not supported, should the application still work with Office 2002?
    Thanks

    Just to clear bits here,
    MS Office 2007 is supported for Hyperion Essbase 9.3.1. This includes the Excel Add-in which comes with Hyperion Essbasse 9.3.1 client installation. So both Smart view and Excel-Add are supported for above configuration.

  • Use VBA and Excel to open Dreamweaver HTML (CS5), find and replace text, save and close

    I wish to use VBA and Excel to programmatically open numbered Dreamweaver HTML (CS5) and find and replace text in the code view of these files, save and close them.
    I have  5000 associations between Find: x0001 and Replace: y0001 in an Excel sheet.
    I have the VBA written but do not know how to open, close and save the code view of the ####.html files. Please ... and thank you...
    [email protected]

    This is actually the code view of file ####.html that I wish to find and replace programmatically where #### is a four digit number cataloguing each painting.... In 1995 I thought this was clever... maybe not so clever now :>)) Thank you for whatever you can do Rob!
    !####.jpg!
    h2. "Name####"
    Oils on acrylic foundation commercial canvas - . xx X xx (inches) Started
    Back of the Painting In Progress </p> </body> </html>
    Warmest regards,
    Phil the Forecaster, http://philtheforecaster.blogspot.ca/ and http://phils-market.blogspot.ca/

Maybe you are looking for

  • Service Deployment Fails on "Install VM components"

    I've been having an issue trying to deploy a basic service. It fails on the "Install VM components" step. I'm using VMM 2012R2 and this originally happened with a Hyper-V host of Server 2008R2 and then again with Server 2012R2. The error is  Error (2

  • Black Mark on Screen - Unusual Looking

    I Turned on my 2012 Macbook Air tonight and immediately noticed a black rectangle located in the upper menu area of my display. The weird thing is it looks real dark but looks like it's BEHIND the screen, or menu!?  (hard to really tell in pic)  I ha

  • Costs and settled costs layout in standard reports

    Hello guys ! what needs to be done in order to have a report, for example, S_ALR_87013543 , splitted by costs and settled costs (debit/credit) ? I can't find a layout or smth. Thanks guys. Laimonas

  • It's posible inject a String in a InputStream??

    Hi all. I'm beginning work with XML, and in this moment i need process not very big xml FILES, this because files arrives in very short time, my problem now is with SAX/DOM, in general this process "files" and i have a string variable with the xml in

  • Editing & deleting images question

    hi. i'll preface this by saying i may need to tweak my workflow in regards to editing. in any case, so far the way i've edited was by creating a collection. once i add my selects to the collection, i still have tons of unwanted images left in the fol