Broadcasting a Excel Workbook with additional drilldowns

I am trying to broadcast a Bex Excel Workbook by drilling down on couple of characteristics.  The Underlying workbook has already been set NOT to refer to the Queries Global Definition.
So my problem is that when I broadcast this workbook after drilling down on the additional characteristics, it does not send it in the way I wanted, but it sends the workbook with whatever has been defined in the Bex Query (which is with no additional drilldowns). 
I would like to know if there is way to add more drilldowns in the workbook and then distribute that workbook to the end users.

No we don't want to save the workbook, becuase this is for the end user who wants to add a drilldown and then would like to send the output to his/her own email.   Basically end user should be able to add drilldowns to the workbook in the way he wants and wants to schedule the workbook in background using Broadcasting.

Similar Messages

  • Information Broadcasting Excel Workbooks with Local Formulas

    We are attempting to use information broadcasting to send out reports that use the v7 BEX "convert to local formula" feature in order to reformat the reports.  We can execute the reports, and even save them to a local client and review them later when disconnected from the server.    However, if we use information broadcasting to send these Excel files out as attachments, the users are unable to see the data unless they connect and refresh, defeating our entire purpose of putting the data in excel.
    Has anyone else attempted to Information Broadcast BEX Excel workbooks while using the Local Formula mode provided with v7?  Were you successful?

    Yes, I see some information in the precalc log, but nothing that seems to be wrong:
    04-11-2008 11:15:13 -> RS_PREC_GET_SERVER_STATUS invoked in thread 8
    04-11-2008 11:15:13 -> Locking MapSessionid in getFreeInstances in thread 8
    04-11-2008 11:15:13 -> Locked MapSessionid in getFreeInstances in thread 8
    04-11-2008 11:15:13 -> Unlocked MapSessionid in getFreeInstances in thread 8
    04-11-2008 11:15:13 -> RS_PREC_GET_SERVER_STATUS finished in thread 8
    04-11-2008 11:15:19 -> RS_PREC_GET_SERVER_STATUS invoked in thread 5
    04-11-2008 11:15:19 -> Locking MapSessionid in getFreeInstances in thread 5
    04-11-2008 11:15:19 -> Locked MapSessionid in getFreeInstances in thread 5
    04-11-2008 11:15:19 -> Unlocked MapSessionid in getFreeInstances in thread 5
    04-11-2008 11:15:19 -> RS_PREC_GET_SERVER_STATUS finished in thread 5
    04-11-2008 11:15:19 -> RS_PREC_GET_SERVER_STATUS invoked in thread 3
    04-11-2008 11:15:19 -> Locking MapSessionid in getFreeInstances in thread 3
    04-11-2008 11:15:19 -> Locked MapSessionid in getFreeInstances in thread 3
    04-11-2008 11:15:19 -> Unlocked MapSessionid in getFreeInstances in thread 3
    04-11-2008 11:15:19 -> RS_PREC_GET_SERVER_STATUS finished in thread 3
    BR Mikkel

  • Excel Workbook with Excel Data Model stored on SharePoint - daily refresh

    I'm not sure if this is exactly the right forum but I'm hoping that someone here can either answer or point me in the right direction.
    I have an Excel Workbook with an Excel Data Model.
    The Excel Data Model uses SQL to contact our data warehouse and pull through data into tables.
    We are storing the Workbook on a SharePoint site and viewing it using Excel Services.
    The data in our data warehouse is updated daily and so I would like to refresh the workbook daily and remove the option to refresh the data in the browser.
    Is this possible with a workbook that has an Excel Data Model (I've seen lots of posts that relate to workbooks with connections to tabular models).
    Thanks
    Paul

    Hi Paul,
    I have answered this issue in this thread that you posted in SQL Server PowerPivot for SharePoint forum, please see:
    http://social.msdn.microsoft.com/Forums/en-US/9627939c-e9f1-48ae-a6ed-0c238d8f2d69/excel-workbook-with-excel-data-model-stored-on-sharepoint-daily-refresh?forum=sqlkjpowerpointforsharepoint
    Furthermore, this issue is more related to PowerPivot for SharePoint. If you have any more questions about PowerPivot for SharePoint, I would sugget you open a new thread in the forum below for better support:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=sqlkjpowerpointforsharepoint
    Thanks for your understanding.
    Regards,
    Elvis Long
    TechNet Community Support

  • Collaborate on Excel workbooks with Sharepoint Foundation

    My company recently implemented SharePoint Foundation 2013 and our shared Excel workbooks are no longer allowing multiple users to collaborate at the same time. We have verified that all the settings and permissions are correct and that checking in and
    checking out is not required. Is this something that is not available with SharePoint Foundation? We are using Office 2013 installed on the clients, not Office online. Thank you.

    Co-authoring of Excel workbooks is only supported when all the editors are using the Excel web application, not the Excel client application.
    From
    Microsoft's overview of co-authoring in SharePoint 2013:
    >"Co-authoring is easy to use from the end user’s point of view. When a user wants to work on a document in Word 2013, PowerPoint 2013, OneNote 2013, Visio 2013 or one of the Office Web Apps, he or she merely opens it from SharePoint 2013 or SharePoint
    Online, as usual. If another user already has the document open, both users can edit the document at the same time.
    One exception to this is that users can co-author in Excel Web App only if everyone uses the Excel Web App to access the workbook. If anyone uses Excel 2013 or Excel 2010 (the client application)
    to access the workbook, co-authoring in Excel Web App will be disabled for that workbook while it is open in the client application."
    >"The Excel 2013 client application does not support co-authoring workbooks in SharePoint 2013 or SharePoint Online. But, the Excel client application uses the Shared Workbook feature to support non-real-time co-authoring workbooks that are stored
    locally or on network (UNC) paths."

  • Trying to close an excel workbook with client_ole2 leaves an excel process

    Hello ,
    I 'm trying to import data from forms (10g) to an excel workbook and i use client_ole2.
    Everything seems to work fine except the last part of my code. The excel application is closing but it leaves a process open ( Windows Task Manager).The procedure I'm using
    is the following
    PROCEDURE fill_excel
    IS
    v_ole_excel client_ole2.obj_type;
    v_ole_workbooks client_ole2.obj_type;
    v_ole_workbook client_ole2.obj_type;
    v_ole_worksheets client_ole2.obj_type;
    v_ole_worksheet client_ole2.obj_type;
    cell client_ole2.obj_type;
    v_file_name VARCHAR2 (2000) := 'C:\F101.xls';
    obj_hnd client_ole2.obj_type;
    v_ole_range client_ole2.obj_type;
    arglist client_ole2.list_type;
    v_date_from DATE;
    v_date_to_xr DATE;
    v_date_to_chr VARCHAR2(20);
    v_date_to DATE;
    BEGIN
         -- INITIALIZATION OF DATES
         GET_XRISI('GEL',v_date_from,v_date_to_xr);
         select iso_lib.Get_ISO_CONFIG_Value('DATEE')
         into v_date_to_chr
         from dual;
         v_date_to:=to_date(v_date_to_chr,'DD/MM/YYYY');
    -- OPEN EXCEL
    v_ole_excel := client_ole2.create_obj ('Excel.Application');
    client_ole2.set_property (v_ole_excel, 'visible', 0);
    -- OPEN WORKBOOKS - WORKBOOK
    v_ole_workbooks := client_ole2.get_obj_property (v_ole_excel, 'Workbooks');
    arglist := client_ole2.create_arglist;
    client_ole2.add_arg (arglist, v_file_name);
    v_ole_workbook :=client_ole2.invoke_obj (v_ole_workbooks, 'open', arglist);
    client_ole2.destroy_arglist (arglist);
    --OPEN WORKSHEETS - WORKSHEET (1)
    v_ole_worksheets := client_ole2.get_obj_property (v_ole_workbook, 'Worksheets');
    arglist := client_ole2.create_arglist;
    client_ole2.add_arg (arglist, 1);
    v_ole_worksheet :=client_ole2.get_obj_property (v_ole_worksheets, 'Item', arglist);
    client_OLE2.invoke(v_ole_worksheet,'activate');
    client_ole2.destroy_arglist (arglist);
    fill_cell (v_ole_worksheet, 'H6', value);
    -- OPEN WORKSHEET (2)
    arglist := client_ole2.create_arglist;
    client_ole2.add_arg (arglist, 2);
    v_ole_worksheet :=client_ole2.get_obj_property (v_ole_worksheets, 'Item', arglist);
    client_OLE2.invoke(v_ole_worksheet,'activate');
    client_ole2.destroy_arglist (arglist);
    FILL_CELL(v_ole_worksheet,'AY2',value);      
    -- save document as c:\F101_xxxx.xls
    arglist := client_ole2.create_arglist;
    client_ole2.add_arg (arglist, 'c:\F101_'||REPLACE(v_date_to_chr,'/' ,NULL)||'.xls');
    client_ole2.invoke (v_ole_workbook, 'SaveAs', arglist);
    client_ole2.destroy_arglist (arglist);
    -- close C:\F101.xls
    arglist := client_ole2.create_arglist;
    client_ole2.add_arg (arglist, v_file_name);
    client_ole2.invoke (v_ole_workbook, 'Close', arglist);
    client_ole2.destroy_arglist (arglist);
    -- exit Excel
    client_ole2.invoke (v_ole_excel, 'Quit');
    --To release all the memory object
    client_ole2.RELEASE_OBJ (v_ole_worksheet);
    client_ole2.RELEASE_OBJ (v_ole_workbook);
    client_ole2.RELEASE_OBJ (v_ole_workbooks);
    client_ole2.RELEASE_OBJ (v_ole_excel);
    END;
    Any suggestions will be appreciated...
    Thanks Marina

    The slowness you are experiencing is largely owing to the fact that the WebUtil package is running on the middle tier -- but the Jacob bean is running on the client. Loading a spreadsheet requires a lot of network I/O. To speed things up, implement your operation within a custom Java bean, in such a way that communication between the tiers is minimized. For example, write a Java class that receives all the data in one call, and understands how to write it to an Excel document. Deploy this class as a Java bean, and call it from your form as needed using FBEAN.INVOKE( ).
    The catch: passing data through PL/SQL imposes the 32K-character limit for VARCHAR2. If you cannot be certain that the data to be written can be expressed as a string of this size, you must consider introducing compression, passing the data over multiple calls, or possibly both.
    I've been working with this, using Java's GZIP libraries for compression, and Apache Axis' BASE64 function for binary-to-String conversion. Since I'm passing a complex data structure, I use open-source XStream to serialize this structure to XML, GZIP the XML string, Base64-encode and pass it along. Sounds awkward and cumbersome, but has worked fairly well so far.
    The XML step may not be needed for simple tabular data, but because GZIP minimizes the cost of wrapping every value in tags, the incredible convenience offered by XStream makes it worth at least trying. (One call to marshall, one call to unmarshall.)
    Sorry, but this is all I have time to write, at the moment -- hopefully it at least gives you an idea regarding the problem and possible solutions.
    Regards,
    Eric Adamson
    Lansing, Michigan

  • Varible for Information Broadcasting Schedule (send Workbook with E-mail)

    FYI: I set a broadcasting schedule to send workbook with e-mail. The pre-calculated server was set already.
    My problem is that I want the value in selection-screen to be dynamic.
    e.g. I want the date (variable for 0CALDAY) to be filled with value of current date (the date on the day that the schedule is executed).
    When i set the broadcasting schedule, the wizard asks me to set the variable for selection screen. ("Variable Assignment"). I selected the variance that i prepared. (However, for that variance the date is fixed.) So, for everyday that the schedule is executed, the date value of the selection-screen is not the date that the broadcast schedule is execute; but it was the date on which i set the schedule.
    Is there any method to set a dynamic variable (something like a dynamic selection of ABAP report) ?
    or How can i solve this problem?
    Thank you very much for your inputs in advance.
    Rlyn

    Hi Rlyn,
    Have you thought of using standard SAP exit variable for restricting 0CALDAY in the query in the workbook on which the setting has been scheduled.
    The SAP exit would automatically determine the current date and query your dataset as per the current date and then broadcast.
    Other way to do this would be to create a variant ....as you have done and to change the value of the variant everyday using an ABAP program to change the value in the database tables (RSRVARIANT for 3.x and RSPARAMETERIZA)
    I would suggest you to try the former method(SAP exit variable).
    Hope it helps,
    Best regards,
    Sunmit.
    Edited by: sunmit bhandari on Apr 12, 2009 4:10 PM. Apologies for posting my answer twice...

  • Adding excel workbooks with visual studio

    Im using visual studio 2013 visual basic to read and create files, but Im having trouble importing the correct reference so I can create and write to Excel workbooks and worksheets, the visual studio help tell me to go to project, add reference and select
    Microsoft.Office.Interop.Excel, but it does not show on my list, what can I do, can anyone help, Thanks

    Please view this link.
    https://siddharthrout.wordpress.com/vb-net-and-excel/
    Scroll down the page just a bit and you'll find your answer.
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

  • BEx Broadcaster - Using a Workbook with multiple queries on different tabs

    Hi,
    I was wondering if any has used Bex Broadcaster to broadcast a workbook that contains multiple queries on different tabs in the workbook.  I believe someone has mentioned that this was an issue in the past and I was wondering if this now a possibility with Bex Broadcaster
    If you were able to do this successfully, please let me know.
    Thanks

    Hello
    Of course it is possible.
    But, if you want to broadcast a workbook, you have to use a Precalculation Server.
    Without precalculation server, workbooks cannot be precalculated and broadcasted.
    More details, please check the note below:
    1461398          BW 7.X(7.20) Precalculation - General Info. & Limitations                              
    Best regards,
    Edward John

  • Excel Workbook with pre-constructed worksheets

    Hi. I am new kid on the block. Forgive me if I am ignorant. Very exited to use this forum. I hope it can help other shy people like me.
    I want to create a work book in excel 2010 that uses excel work sheets that already have data and formulas.
    The first sheet contains a work schedule for a month for all the staff. The different shifts are indicated as alphabetic letters (normally 1 or 2 letters i.e. D for Day Shift, J for early morning Shift, N for night shift, etc. Hyperlinks already exist on
    the names of the staff on the schedule so that they can receive e-mailed updates of their shifts.
    The second sheet contains a timesheet or attendance register where the start and end times (including breaks) of any shift is logged. There is a formula to calculate the decimal value of the time worked ( i.e 14:00 - 16:30 = 2.50 hours). This sheet contains
    all the formulas to add all the times and work out overtime, unsociable hours credits, double time, etc.
    I would like to know how to match the D on the schedule sheet to these times populated in their own cell on the timesheet: 8.00   13.00  and 13.30  16.30 (per 24-hour clock); the J on the schedule to 4.15   11.45 on the timesheet,
    etc. so that when one types the proper letter or combination of letters/numbers on the shift schedule sheet, the times are populated on the next sheet (timesheet) in their own cells.
    To me this is a sticky one, but i feel that this will open so many doors if it can work....... please help.

    Hello,
    You should ask in the
    Microsoft Office Excel Community Forums.
    As the Microsoft Community is on a different platform, we cannot move the question for you.
    Once there, click on Participate near the top of the screen, and select 'Ask a Question' or 'Start a Discussion':
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • How can i create  excel sheet with multiple tabs using utl file?

    how can i create excel sheet with multiple tabs using utl file?
    any one help me?

    Jaggy,
    I gave you the most suitable answer on your own thread yesterday
    Re: How to Generating Excel workbook with multiple worksheets

  • Converting mutiple excel workbooks

    I use Acrobat 8 standard edition.
    We successfully convert an existing single excel workbook
    with 18 TABS into a single PDF document. One of these TABS has
    hyperlinks to other TABS in the same workbook. When we convert to
    PDF the links work as expected and we can jump around the PDF using
    them.
    We now want to convert a series of multi-tab workbooks into a
    single PDF document. OK we could combine several PDF's onto one I
    know, but the snag is that the first excel workbook is to contain
    hyperlinks to TABS in one or more of the other workbooks, so that
    when we convert to PDF these links should jump to various parts of
    the final PDF.
    Any ideas.

    Check that you are not using VBA to protect the workbook on Open. This takes much longer in Excel 2013. 
    It would be code similar to this:
    Sub protectSheets()
    Dim i As Long
        For i = 1 To Sheets.Count
            Sheets(i).Protect Password:="password", userinterfaceonly:=True 
        Next i
    End Sub
    Check out this Link here:
     http://office.microsoft.com/en-ca/access-help/office-2013-known-issues-HA102919019.aspx
    Excel
    Protecting sheets takes longer
    Protecting sheets takes much longer than in previous Excel versions. It’s not noticeable when you’re manually protecting a sheet, but if you have code that protects or unprotects sheets repeatedly, it can become a performance issue.
    The delay is caused by increased security in Excel 2013 for password protected files, because it uses a stronger hashing algorithm (SHA-512). In Office 2010 the default hashing algorithm for password protected files is SHA1. This change makes Excel password
    protected workbooks more secure than they were in previous versions, but can cause a performance issue for some Office Developers.
    Workaround This is by design so there is no workaround.
    Andy Houghton

  • Creating Excel Workbook from PL/SQL Procedure

    I am trying to create Excel Workbook with two worksheets from PL/SQL procedure. I created one worksheet. Can I create a separate sheet from same procedure. I used OWA_UTIL.MIME_HEADER ('application/vnd.ms-excel', FALSE)
    command to create the spreadsheet.
    Any help would be helpful.
    Thanks
    Yagna Shah

    Further to my previous post here is how I will develop a typical master details excel report.
    by using the package,
    It will also show sum of salary at each department.
    Note : When I paste the code here I loose the indentation. So the code below is not indented properly.
    DECLARE
    r NUMBER := 0 ; --- r IS the ROW NUMBER IN this excel file
    l_sum NUMBER ;
    BEGIN
    --- Generate the styles that we need
    gen_xl_xml.create_excel( 'UTL_DIR','master_Detail.xls') ;
    gen_xl_xml.create_style( 'dept_title' , 'Arial', 'Red',14, p_backcolor => 'LightGray' );
    gen_xl_xml.create_style( 'sgs2' , 'Arial', NULL ,10, p_bold => TRUE );
    gen_xl_xml.create_style( 'sgs3' , 'Arial', 'blue',14 );
    gen_xl_xml.create_style( 'sgs4' , 'Arial', 'green',14 );
    gen_xl_xml.create_style( 'emp_title' , 'Arial', 'Black',9, p_backcolor => 'LightBlue' );
    gen_xl_xml.create_style( 'sal_tot' , 'Arial', 'Brown',13, p_backcolor => 'Yellow' );
    -- SET ANY COLUMN AND ROW changes
    gen_xl_xml.set_column_width( 3, 145 );
    gen_xl_xml.set_column_width( 4, 145 );
    l_sum := 0 ;
    FOR recd IN ( SELECT department_id, department_name FROM departments ) LOOP
    IF l_sum <> 0 THEN
    r := r +1 ;
    gen_xl_xml.write_cell_char( r, 4, 'Department Total ->' , 'sal_tot' );
    gen_xl_xml.write_cell_num( r, 5, l_sum , 'sal_tot' );
    l_sum := 0;
    END if ;
    r := r+1 ;
    gen_xl_xml.write_cell_CHAR( r,1, 'Department : '|| recd.department_name , 'dept_title' );
    -- As we need same style applied till the above data flows use write_cell_null
    gen_xl_xml.write_cell_NULL( r,2 , null );
    gen_xl_xml.write_cell_NULL( r,3, 'dept_title' );
    gen_xl_xml.write_cell_NULL( r,4, 'dept_title' );
    gen_xl_xml.write_cell_NULL( r,5, 'dept_title' );
    --- Add employee heading
    r := r+1 ;
    gen_xl_xml.write_cell_CHAR( r,2, 'EmployeeID' , 'emp_title' );
    gen_xl_xml.write_cell_CHAR( r,3, 'First Name' , 'emp_title' );
    gen_xl_xml.write_cell_CHAR( r,4, 'Last Name' , 'emp_title' );
    gen_xl_xml.write_cell_CHAR( r,5, 'Salary' , 'emp_title' );
    FOR rec IN (SELECT employee_id , first_name , last_name, salary FROM employees WHERE department_id = recd.department_id ) LOOP
    r := r+1 ;
    gen_xl_xml.write_cell_num( r,2, rec.employee_id, 'sgs2' );
    gen_xl_xml.write_cell_char( r,3, rec.first_name, 'sgs3' );
    gen_xl_xml.write_cell_char( r,4, rec.last_name , 'sgs4' );
    gen_xl_xml.write_cell_num( r,5, rec.salary );
    l_sum := l_sum + rec.salary ;
    END LOOP ;
    END LOOP ;
    gen_xl_xml.close_file ;
    END ;
    -----------------------------------------------------------------------------------------------------------------

  • How can I create a new excel workbook only with labview

    Hi everyone...
    I'm trying to create a new excel workbook only with labview but I can't find the file in the hard disk.
    Someone knows?
    Labview 8,0
    Attachments:
    Create new WB with LV.vi ‏18 KB

    You are not using the correct mechanism. Pull up the Example Finder in LabVIEW, click on the "Search" tab, and enter "Excel". Look for an example called "Write Table to XL". Use this as a starting point for creating new workbooks and adding data to it.
    Note: on disk the example is at <LabVIEW install directory>\examples\comm\ExcelExamples.llb.
    Message Edited by smercurio_fc on 06-05-2007 11:08 AM

  • How can I set information broadcasting (send Workbook with E-mail) in serv.

    FYI: I set a broadcasting schedule to send workbook with e-mail. The pre-calculated server was set already.
    How can I set information broadcasting (send Workbook via E-mail) when I cannot access enterprise portal ?

    Hi,
    Check this thread:
    Work book broadcasting
    Regards
    Pcrao.

  • Broadcasting and pre-calculated Excel workbook

    Hello,
    Is it possible to pre-calculate an Excel workbook using the Broadcast functionality of BW 3.5 and save the calculated workbook on the BW server itself. We don't want to send the workbook via e-mail or publish it on the portal. We just want the users to open the pre-calculated workbook from the BW server itself.
    Many thanks.
    François.

    hi,
    Using the BEx Broadcaster, you can precalculate and distribute Web templates, queries and workbooks. You can distribute these reporting objects either in precalculated form or as an online link. Your distribution options include sending by e-mail or exporting into the Enterprise Portal.
    http://help.sap.com/saphelp_nw04/helpdata/en/bf/220c40ac368f5ce10000000a155106/frameset.htm
    We just want the users to open the pre-calculated workbook from the BW server itself.
    As far as i know,it's not possible(not sure), i haven't done that.. let's see a reply from other BW experts
    if it helps assign points
    thanks,
    senthil kumar

Maybe you are looking for

  • How to tag attribute member with standard dimension member in EIS

    hi, would any one please help me how to tag attribute member with standard dimension member in EIS THANK U IN ADVANCE

  • Keyboard setting (language) not saved in multiple user setting

    Since I added multiple user profiles to my MacBook Pro, the system seems to forget the settings of the keyboard (Dutch / belgium) and reverts always to US. The Dutch setting is deleted then.  This happens in all user accounts. I have another MacBook

  • Problem installing creative cloud with cookies?

    Hi, I am currently trying to download a trail for Adobe Illustrator to see if it is compatible for my needs. I've tried to download the creative cloud but I keep getting a pop up notification that says "Error starting Creative Cloud cookies dir: cann

  • PSA Connection Error

    Hi, I`m updating my OBIEE 11.6 to 11.7 and I followed all the steps in: http://obieedeveloper.blogspot.com.es/2013/04/how-to-upgrade-from-obiee-11116x-to.html However, I ran "psa" but but I can´t connect to my DB in other machine...my User is a DBA O

  • ABAP Help- need some direction for payment lockbox

    Hello SAP Guru's Can anyone give me direction as to how to begin or research how to perform the following: My client, when a deduction is on a check, it will go Cash on account or Partially applied.  My client doesn't want user intervention to leave