Question (Excel Addin)

Im quite new to the Oracle Bi Addin, so please excuse me if im askin something silly ;)
I have been asked to create a set of reports for our directors, all of which are quite straight forward and easy to do.
These reports have to look very pretty with lots of colours and formatting etc...
I have developed all of these reports using Excel and the Bi Addin, as i thought this would be the easiest way to create these.
The first sheet is my query, with the second sheet having all the fancy formatting and the actual report values.
Now i have been asked to schedule these to automatically run and print...
After looking around a few websites, i can open the spreadsheet at a specified time and day (Windows Scheduler), and i can print the sheet automatically using macro's etc.
The thing i would like to know is, If it is possible that the Bi addin can auto connect and auto query the data?
At the minute, as soon as i open the sheet, i have to manually connect the query and then the addin starts to refresh.
Does anyone know of an easy way to achieve this?
Any additional info you need please ask :)
thanks
John
P.S - Using Oracle 10g. Add-in Build 10.1.2.1.47 Also using Excel 2000
If you need any other versions etc just let me know.

So far i have managed to invoke the connection screen automatically, but im having some trouble automatically inputting the logon details.
Anyone have any ideas????
by the way, Just incase anyone wanted to know the code ive used as a macro, here it is...
Sub Refresh()
Range("A1").Activate
SendKeys ("%brq")
End Sub
I have tried to use sendkeys again, but this doesnt work for the logon details :(

Similar Messages

  • How to retrieve sharepoint list data and show it on excel-addin using C#

    Hi,
    we have a sharepoint list where all students are present. we wanted to get the data from the list and show it via excel addin (VSTO) (something like save,retrieve buutons) . we have some more business logic which need to be performed before the data is retrieved
    . once data is shown on excel , user modifies it and update/save the record back to sharepoint.
    can you please give some samples and suggest any links to start with development.
    Thanks
    chaitu

    Hi chaituatp,
    For this requirement, I would suggest you to get familiar with how to create VSTO applications, and how SharePoint object model works. Here are some sample code about this:
    How to: Retrieve List Items using JavaScript:
    http://msdn.microsoft.com/en-us/library/hh185007(v=office.14).aspx
    http://msdn.microsoft.com/en-us/library/office/ee534956(v=office.14).aspx
    VSTO application show data in datagridview:
    http://stackoverflow.com/questions/16926275/simple-example-of-vsto-excel-using-a-worksheet-as-a-datasource
    Thanks,
    Qiao
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Qiao Wei
    TechNet Community Support

  • Is it possible to add Attribute(column) to entity via Excel addin?

    I can create an entity via the excel addin and update data in it but i cannot add additional columns (attributes)  to it via the excel addin once its created. am i missing something or is it just not possible?

    Winston, is this still an issue?
    Thanks!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!
    I worked around it using the excel addin, but the question is to see if its possible to do this in teh MDS web UI, without using excel, as its not very good design to have to jump from the browser based designer to excel and back in order to manage an MDS model.

  • Excel addin with Retrieve and save/Update buttons

    Hi , we wanted to fetch data from sharepoint list and the data will be displayed once user clicks on retrieve button on excel addin ribbon . we have to show a WPF/Winform control where in user can perform filtering and fetch data again. user can manually
    change the data and upon saving the data should get updated .please suggest examples of excel addin ,how to add wpf/win form controls ,and the entire flow .
    Krishna

    Hi Krishna,
    You can use SharePoint web service to retrieve list data to Excel as Dimitri has suggested, and for the questions about creating Excel addin and controls you can post in "Excel
    for developer" forum for a better assistant with more Excel dev experts.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/77a20661-32b9-4e38-bb9a-24b4cea7c4bd/retrieve-data-from-sharepoint-list-to-excel
    http://msdn.microsoft.com/en-us/library/office/aa159897(v=office.11).aspx
    http://social.msdn.microsoft.com/Forums/office/en-US/5732248e-ee5b-43f1-90be-ff2808b3b923/accessing-sharepoint-list-to-add-item-from-excel-20072010
    Thanks
    Daniel Yang
    TechNet Community Support

  • How to create a dialog for use by an Excel AddIn?

    I know the basics of Excel AddIns, but have no idea how to design, implement and later display an internal dialog.
    The "Smart Quote Paste" function below is done, and it does not need any parameters. The function corresponding to the "New Project" button, however, needs to create a number of spreadsheets, provided by the user.
    TIA.

    Hello Travis,
    For example:
    const string message =
    "Are you sure that you would like to close the form?";
    const string caption = "Form Closing";
    var result = MessageBox.Show(message, caption,
    MessageBoxButtons.YesNo,
    MessageBoxIcon.Question);
    // If the no button was pressed ...
    if (result == DialogResult.No)
    // cancel the closure of the form.
    e.Cancel = true;
    If you want to customize it on your own, you can add a new Windows Form to the project and then add the required controls. After creating an instance of the form in the code you may show it using the Show or ShowDialog methods.

  • How can I disable excel addin on the Server side?

    Hi, is there any way to disable excel addin on the server side?
    We want to disable it so that no one can modify or read data in the cube in the production environment, even if he or she had installed the add in. Instead, we provide the Planning data forms as the only interface for end-users to read and write. we do this because the add in is very easy to install and users can read and write data in the cube at their will.
    As we designed to keep the security filters simple, it is not a good idea to controll data access through security filters.
    so, what i'm asking is how to disable excel addin on the server side?
    Thank you for replying.
    Edited by: user4592285 on 2012-10-18 上午6:48

    Hi,
    As Gurus suggested, you will have to restrict viewing of data through dimension level security.
    Give access of members to users, only which are relevant to users so that they can't view other user's data/members.
    Like give access of members belonging to HR dept only to HR users and give access of Finance dept related members to finance users only.
    Hence HR users will view only HR relevant data and won't be able to view (read or write) finance related data and vice-sa-versa.
    Hope this helps
    Regards
    -SM
    Edited by: 918547 on Oct 18, 2012 8:40 PM

  • Getting an error while retrieving ASO through Excel-Addin

    I am getting an error while retrieving ASO cube via Excel-Addin. when i try to expand dimension, i am getting the following msg box,
    "No message for message #1270041 in message database"
    Can somebody help me out, your help will be greatly appreciated.
    I am also making sure that the members does not exceed the 65XXXX limit even than i m getting this error.
    Secondly, how can i increas the cache value and on what parameters i should be looking for changing the cache value.
    Thanks in advance

    From the message.txt for 9.3.1:
    ##1270041 For better performance, increase the size of aggregate storage cache
    Tim Tow
    Oracle ACE
    Applied OLAP, Inc.

  • Essbase Excel Addin on 64 Bit Windows 7 and 64 bit Office 2010

    Hi Everyone,
    I have installed 11.1.2.2 on server with Essbase and Shared Services.
    Now, on the client I have 64 bit Windows 7 and 64 bit office 2010.
    I tried installing Excel Addin client only (without Essbase client) and restarted machine after install.
    After install Addin didnt come up automatically and i tried to manually set the add-in, I'm getting an error "This is not a valid add-in"
    Is it because i am using 64 bit of office and have to go back to 32 bit.
    Isnt 64 bit supported for latest 11.1.2.2 Essbase ?
    Any ideas or experience in this regard will be helpful to me as our company is going for Windows 7 and Office 2010 across the business users and if 64 bit Office is not supported or has issues i would have to suggest them to go with 32 bit Office 2010.
    Thank you.

    for 64 bit i guess its not avaiable for 2010 excel
    but you can download 9 version or 11.1.1.3 with patch below is link.. its just a client ~~~
    https://support.oracle.com/CSP/ui/flash.html#tab=PatchHomePage(page=PatchHomePage&id=gj46o799()),(page=PatchSearchResultsHome&id=gj46pr1y(search=%3CSearch%3E%0A%20%20%3CFilter%20name=%22patch_number%22%20op=%22IS%22%20value=%2210383144%22%20type=%22patch_number%22/%3E%0A%20%20%3CFilter%20name=%22platform%22%20op=%22IS%22%20value=%22%22%20type=%22platform%22/%3E%0A%3C/Search%3E&incFamilyProds=false&flag=search))
    ~~~More info from oracle support ~~~~
    Support for Microsoft Office 2010 has been added to the following releases:
    Smart View:
    Essbase v9.3.3 for Client Third Party Software.
    Smart View v11.1.1.3.02. This release is available as Patch 9889521. It offers support for 32-bit Office 2010 for Smart View only.
    Smart View v11.1.2.1. Download the EPM System Release 11.1.2 Smart View for 32 bit Office 2010 from Oracle Software Delivery Cloud. Select the Product Pack "Oracle Enterprise Performance Management System" and the appropriate Platform.
    Excel Add-in:
    Essbase v9.3.3 for Client Third Party Software.
    The Support Matrix and documentation for 9.3.3 can be found at: http://download.oracle.com/docs/cd/E10530_01/doc/nav/portal_1.htm
    Oracle Hyperion Essbase Client 11.1.1.3.500.. This release is available as Patch 10383144.
    Essbase v11.1.2.1. Download the EPM System Release 11.1.2 Excel Add-In for 32 bit Office 2010 from Oracle Software Delivery Cloud. Select the Product Pack "Oracle Enterprise Performance Management System" and the appropriate Platform.
    Note: 64-bit Office is not currently supported as of December 2011.   However, it is planned to be supported with SmartView only in the next release which is due early 2012.  The classic Excel add-in will not support 64 bit Office regardless of version

  • Excel addins and essbase authentication flow in 11.1.2.2

    Hi Team,
    Can you please let me know how enterprise authentication flow happens between excel addins and Essbase. Please let me how when I provided enterprise userid/password for authentication in excel addins, where does the authentication happens. Does the essbase agent authenticate directly against LDAP or it has a different flow for authenticating the user.
    Thanks for your time and input

    Hi Abhishek,
    Can you please explain CAPI . Did you meant Common API?
    Can you please let me know if userid/password property are sent directly to external directory server (LDAP/AD) from the essbase server when a user is passing userid/password from Excel addin.

  • Excel addin error

    Hi,
    I am using EPM 11.1.2.2 and I have office 2010 and excel addins 11.1.2.2. While retrieving I am getting the below error. I tried the solution provided in the link "http://oraclebrasil.wordpress.com/2011/11/09/error-essbase-has-encountered-an-internal-excel-error-when-retrieving-in-excel-with-essbase-excel-add-in-11-1-1-3/" but since I am having around 500 columns I am loosing the the columns after 256 while saving it as 'Excel 97-2003 Workbook’ .
    Error: “Essbase has encountered an internal Excel error. Your sheet will not be overwritten and none of your data will be lost. However, you are strongly urged to exit Excel and restart in order to clear up the problem”
    Can you please advise.

    Think about using Smartview (since you are having 500 columns, that's too many columns if you ask me). Or split your sheets in such a way that it has only 256 columns.
    Regards
    Celvin
    http://www.orahyplabs.com

  • How to check from code in Excel Addin that Excel is embedded in Microsoft word

    We've developed an Excel Addin in C# for Excel 2010 and it works perfectly OK. But one issue is reported very recently as below.
    1. Microsoft word document is created with an embedded excel work sheet.
    2. Save the document and close.
    3. Open the word document and try to edit the work sheet there.
    4. Following error comes.
    "The program used to create this object is Excel. That program is either not installed on your computer or it is not responding.
    To edit this object, install Excel or ensure that any dialog boxes in Excel are closed."
    5. This is because, our Addin is initialized and one excel process is running.
    6. If the Excel Addin is disabled, above work flow works correctly.
    Please let me know how to determine from the Excel Addin that the excel worksheet is embedded in another applicatoin. Because I want to disable the Addin in those cases and enable it if the Excel is opened standalone. The Addin is developed in C#.

    Hi,
    Since the error message, please try to install this Hotfix test if it works:
    http://support.microsoft.com/kb/2596494
    Note: Delete the Excel instance running in the background(Go to your task manager and delete it) before opening your Word document and edit your embedded Excel.
    If the issue still exists, please see the article and try the solution which I copied here:
    "The basic simple answer is to place a Marshal.ComReleaseObject(Wb) at the end (or better, in the Finally block) of your event handlers. This will properly allow Word and excel to handle the OLE communication by not having VSTO hang on to an instance
    handle of the workbook, therefore causing the error.
    And this is not carte blanche to start placing ComReleaseObject() all over your code. I have found VERY VERY few limited cases where using ComReleaseObject() in an add-in necessary. And this is one of them."
    http://davecra.com/2012/10/09/vsto-and-comole/
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Regards,
    George Zhao
    TechNet Community Support

  • Use of Excel Addin when MDS is using https

    We have set up MDS with a secure connection using https and a certificate for SSL connection, bound to the default site for MDS. When we try and use the Excel addin, it throws an error : Could not establish trust relationship for the SSL/TLS secure channel
    with authority {server root address}
    Can anyone help?

    Does web ui works from the same machine excel is running?
    When you connect to the WebUI, the browser will show a smart icon in the address bar for certificate. If you open it, does it say the certificate is valid?
    1. The certificate should be valid. If it is self signed certificate, you need add this certificate to Trusted Root.
    https://technet.microsoft.com/en-us/library/cc754841.aspx
    2. The certificate name should match the service name.
    If the webUI works on that machine without any warning in browser, the excel addin should work with the exact same server url.

  • Traffic light in Excell addin ??

    Hi,
    can we achive Traffic light in Excell addin without webanalyzer?
    Thanks

    Office 2007 will also let you do traffic lighting with conditional formatting, but I think this would only work if you have a static template that you just want to Refresh. It won't be retained on Zoom or Pivot.

  • Master data services - Excel addin integration with Sharepoint

    Hi Gurus,
    I am looking for different ways to present Excel addin plugin to user community.  Can sharepoint be used to launch the excel within the portal.  I am not sure if this is possible where a user can launch the excel directly from sharepoint website
    where the excel opens with in the website.
    It would be great to integrate with shareopoint, as it would allow users to go to one centralized location to perform MDS related tasks.

    The excel UI can be only hosted in the Excel desktop UI.
    The webUI is possible to hosted in the sharepoint.
    http://social.technet.microsoft.com/wiki/contents/articles/5734.sharepoint-2010-display-the-master-data-services-web-application.aspx

  • Excel addins and essbase connection

    Hi Team,
    In EPM 11.1.2.1 can you please let me know how Excel addins users connect to essbase server? Does it uses the default port 1423 to connect to essbase server when we connect to the essbase application from Excel to pull data.
    Thanks in advance.

    In a default installation, the Add-In initially contacts the Essbase agent on 1423, and is then connected to the individual Essbase application using ports in the range 32768 to 33768.
    See also AGENTPORT, SERVERPORTBEGIN and SERVERPORTEND in the Technical Reference. If non-default values have been configured you will see these parameters in the Essbase.cfg file for your installation.

Maybe you are looking for

  • Getting values from select option

    Hi, I have a requirement where the user is going to pass values in select-option  in low and high. lets say s_bwart(movement types). now i have to fetch this bwart values into an internal table. my internal table will be having only one field that is

  • Help needed using NiReport in MSVC (using C, not C++/MeasStudio)

    Hi, folks! I develop my apps writing in C, using MSVC (not Measurement Studio/C++). I use LabWindows to design the UI and use the external compiler support to generate the UI's object file, which I link into my program. I've had great results doing t

  • Wireless printing from a PC thru a D-link router thu a G5 to a wired Epson

    Greetings and thanks to all that support the unsupportable! I have successfully created my first local network and actually got a HP laptop, G4 iMac and a G5 imac online to with a satellite modem. The G5 is connected via ethernet to the router and th

  • Connection betwine ERP and SAP BW

    Hi. I create connection from SAP BW to ERP, everything is ok, I can raplicate data source from ERP. But where i tray to upload datas from ERP to PSA I can't. SAP BW can't take datas from ERP.

  • Cipher length

    I'm a newbie in javacard. Here is my problem. I'm trying to encrypt a byte array of size 8. The cipher obtained is of length 16, But I was expecting this to be 8. Here is my code Cipher cipherinstance = Cipher.getInstance(Cipher.ALG_DES_CBC_ISO9797_M