Title in workbook

I'am trying to make a title on a sheet, and i don't see a setting for this, I have checked the title check box.
Can somebody please help me?

If it's just a worksheet you want to name you should be able to select the sheet (so you have the results) and simply right-click on the tab at the bottom of the screen You will then be able to Delete, Move, and Rename.
If it's a workbook you wnat to modify, go to File -> Manage Workbooks. You can modify a few things but once the workbook has a name, you can't change it (unless someone can tell me different).
Jemmo

Similar Messages

  • Discoverer Plus - How to include variable text in the Title

    Hi,
    I need to include a variable text in the report like the user information or another information i woul like to obtain from a query that is not the standars date,time,... oracle discoverer plus improves us.
    I tried with calculations associates to a parameters, but is not possible.
    I hope i explained correctly.
    Thanks,

    This can be done by creating a parameter, then a calculation, then a condition. Then under "Edit Header" or Page Setup, choose "Header" or "Footer"as needed and choose to insert the Parameter.
    Step by step Example instruction:
    1-Create a parameter as follows:
    --Item = NONE
    --Name = "Workbook run by" (This will appear in the heading or title when workbook run)
    --Prompt = "Please enter UserID in all capital letters"
    --Description and Default value left blank
    2-Create a Calculation
    --In New Calculation choose "Function" then choose the function "USER" from Database. (This is all that the calculation will need.)
    --Name Calculation  = i.e.: "DB_USERID" 
    3-Create a condition as follows:
    --Name = Request_UserID
    --Item = DB_USERID
    Condition = IN
    Value = Choose parameter: Workbook run by
    -Double click on worksheet title, choose Insert, then choose Parameter (This can be done the same way under Page Setup for Header and Footer
    -The calculation will create an extra column which I put at the top as a Page Item
    -This will force the user to enter the UserID they are logged in to Discoverer with.
    -This is case sensative. Therefore, since all Databe IDs are stored on the Database in all-caps, then the user will have to enter in all caps as well.
    Thanks,
    Sutirtha

  • Workbooks not opening from a Business Server Page (BSP)

    Hello Experts,
    I need help with opening workbooks from a Business Server Page (BSP). The problem is that the workbook is not opening, but instead a blank Excel page opens. I am using Microsoft Excel 2003 and on BI 7.0 version. Here is the code: Could you please look at the below code and advice me. This does not have any selection screen.  Also, i have another workbook with a selection screen and I want to pass values to these selection variables. Is that possible? In the below code, my suspicion is either with 'application/vnd.ms-excel'  or moving content in to X string. Please give your suggestion. Thanks so much.
    Layout
    <%@extension name="htmlb" prefix="htmlb"%>
    <htmlb:content design="design2002+design2003" >
    <htmlb:page title="Web Workbook LaunchPad" >
    </htmlb:page>
    </htmlb:content>
    In page attributes:
    file_content TYPE STRING
    FILE_XCONTENT TYPE XSTRING
    WA_WBDATA TYPE RSRWBSTORE
    WBDATA TYPE RSR_RPEC_BIN_FILE
    WBID TYPE RSSGUID25
    On Initialization.
    refresh wbdata .
    clear: file_content .
    data: temp_string type string .
    select * from rsrwbstore into table wbdata
    where workbookid = 'VXXGCMF53EVQAS7U8UA80OXN7'.
    if not wbdata[] is initial .
    loop at wbdata into wa_wbdata.
    clear temp_string .
    temp_string = wa_wbdata-clustd .
    concatenate file_content temp_string into file_content .
    endloop.
    clear file_xcontent .
    file_xcontent = file_content .
    response->set_header_field( name = 'content-type'
    value = 'application/vnd.ms-excel' ).
    some Browsers have caching problems when loading Excel format
    response->delete_header_field( name =
    if_http_header_fields=>cache_control ).
    response->delete_header_field( name =
    if_http_header_fields=>expires ).
    response->delete_header_field( name =
    if_http_header_fields=>pragma ).
    *start Excel viewer either in the Browser or as a separate window
    response->set_header_field(
    name = 'content-disposition'
    value = 'attachment;filename=webforms.xls' ).
    response->set_cdata( data = file_content ).
    finally display Excel format in Browser
    data: l_len type i.
    l_len = xstrlen( file_xcontent ).
    response->set_data( data = file_xcontent
    length = l_len ).
    navigation->response_complete( ).
    endif .

    Hi Friend,
    have a loook at the below specified threads.Hope it will help you.
    [link1|download to excel in diffrent window;
    [link2|Re: Exporting data from table to Excel in a particular format using BSP.]
    [link3|download to excel in diffrent window]
    With Regards,
    SHARMILA BRINDHA.M

  • Script to export Discoverer worksheets automatically

    Dear All,
    Is there a way to create a script to export Discoverer worksheets into excel and save them in a dedicated directory.
    We are using Discoverer to create worksheets but we have a huge number of worksheets. We run the reports and export them manually in order to use them in excel files. We want to automate this process.
    Please advice,
    Thanks

    Hi,
    Yes there is more than 1 way,
    1. You can use the windows command line on the computer where discoverer desktop is installed:
    create a batch file containing the commands for exporting a workbook to XLS.
    The format is:
    <the path to the discoverer home>\dis51usr.exe /connect <user>/<paswword>@<DB Environment> /apps_user /apps_responsibility <Responsibility> /opendb <workbook name> /export XLS "Path for the export and file name" /batch
    * I am using oracle apps so I need the responsibility as well, if you are using a DB user then drop that part...
    for example, look at the following batch:
    echo off
    cls
    title Export Workbook For Discoverer
    md C:\Workbooks\%date:~-7,2%_%date:~-9,1%_%date:~-4,4%
    start /wait C:\oracle\BIToolsHome_1\BIN\dis51usr.exe /connect ADMIN/AD1234@Test1 /apps_user /apps_responsibility <Responsibility> /opendb "Test for Export" /export XLS "C:\Workbooks\%date:~-7,2%_%date:~-9,1%_%date:~-4,4%\Test For Export" /batch
    echo The Export Ended, You can look in the LOG File.
    echo.
    echo off
    exit
    2. you can use the java command line and then use it on your server but for that you will need to do a little research.

  • BEx Analyzer - Workbook - How to give a title.

    How to give a title for a field which shows both Key and text in the Workbook. Generally we have the title for the key column but how to give a title name for the text column in the workbook.Please Advise.

    Hi ,
    I suppose you cannot save the macros (written by you) in BexAnalyzer.xla as that is the standard interface provided. When you write some macros related with workbook and want it to be executed each time you refersh. You can do that by providing the macros name in execute macro on each refresh under  Workbook properties tab in Bex design toolbar. or you can write that macros code under default workbook in VB editor under your VBA project related to your workbook.
    hope it helps
    with regards
    Rohit Gupta

  • Workbook title of Bex 7x  don't display in different logon languages

    Good morning Guys,
    I have created workbooks in new Bex 7x.
    Now: when I logon to BW in different language than english i.e. German I would expect that workbook titel will be transferred from its english version as german doesn't exist yet. This was the good behavior of old 3.x Bex.
    Surprisingly it doesn't display any readable title only GUID of the workbook like 1RC1X1R3UYM6COE2O5A12TTG0 .
    I have found similar thread regarding this on SDN, which is marked as answer but in fact is not.
    How to display workbook description based on their  logon langauge of BEX
    Does some of you know how to force system to display english title instead of that (like it was in old good 3.x Bex) and can share this knowledge?
    Thank you in advance.
    Marek.

    Dear Marek,
    Yes,it is True.
    With 7.x BEx,all the Tools display the Description as Technical Name for the Objects for DE as Login language.
    For Eg:In case of Workbook,the GUID will be shown as Description and Technical Name.
    With 3.x,it shows the Description properly,when the user logged in with DE (German) language.
    Though it looks wierd,this is an expected behaviour and as by design.
    Rgds,
    Murali

  • Bex Analyzer 3.X workbook does not show workbook title in Excel toolbar

    Well,
    We have just migreatd BW 3.x to BW 7.0 and when opening a workbook
    in Bex Analyzer 3.x , Excel does not show workbook title on Excel
    toolbar.
    Instead of the workbook title, appears: "xSAPtemp" followed by some numbers.
    When I open the same workbook in Bex Analyzer 7.0 the problem
    does no occurr, but, we won't migrate and use new Bex Analyzer
    at this moment.
    Anybody can help me ?
    Tkx,
    Ivan Rocha
    SAP BW/SEM Consultant.

    Thanks for anwering friend.
    But this note is not avaiable yet.
    Kind Regards,
    Ivan Rocha

  • Any way of specifying a single parameter in the workbook title? - Disc. 10g

    Hi!
    I'm looking for a way to insert a single parameter value in my report title. I'm using Discoverer Desktop 10g.
    Can anyone guide me on this?
    Thanks and regards,
    Aparna

    Hi,
    You should be able to add a reference to the parameter in your report title. So if you parameter is called Employee Number add &Employee Number into the report title.
    Rod West

  • How can i change my graph title dynamically in my workbook

    I've created a chart and saved as a work-book.  i need to somehow show the date they selected from the filter.  i've tried adding the text box and point to the filter but they enter a quarter and the graph shows a rolling 4 quarters.  I want it to say from Q2-2006 - Q2-2007.

    figured out on my own.

  • Heading is not getting displayed in the workbook

    Hi,
    My requirement is i need the heading of the query to be dispalyed in the workbook,
    when i execute the query i do get the title of the query but when i insert the query in the workbook,i do not see the title.
    could you please help me.
    thanks,
    apparao

    Hi,
    Open a query in Excel analyzer and click Save as workbook button(to save as a workbook).   The query name should come as a title.
    Regards,
    Senthil Kumar.P

  • BEx Macros for adding a column in workbook

    Hi All,
    I want to write a VB code for adding a next column to my workbook. I am working in BI 7.0.
    I dont know VB so , plz provide me the code for the same.
    Can someone guide me or provide the codes for these following functions also:
    &#56256;&#56452; create adhoc report formats with BEx Reports
    &#56256;&#56452; retain the format defined on the Bex reports
    &#56256;&#56452; enhance the report layout with shadow boxes
    &#56256;&#56452; add or remove rows and columns
    &#56256;&#56452; hide navigation and filters
    &#56256;&#56452; hide rows and columns
    &#56256;&#56452; add calculations
    &#56256;&#56452; adjust the print settings dynamically
    &#56256;&#56452; change report title
    &#56256;&#56452; add comments to the report
    &#56256;&#56452; change width, height, color, font etc properties of the cell
    Answers will be awarded with points.
    Regards..
    Vinod.

    were you able to achieve this? i have the same requirement...please help if possible

  • How to download multiple sheets in one excel workbook

    Hi All,
            I have requirement to download multiple sheets in excel workbook. I had
    successfully downloaded multiple sheets in excel. But it was downloaded only in
    my desktop. My requirement is user selects the path and i have to download the
    data in specified path.
    Could you please help me on this?
    Thanks in Advance,
    Basha Shaik

    >>My requirement is user selects the path and i have to download the
    data in specified path.
    For this..use CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG.
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG
      EXPORTING
        WINDOW_TITLE         = TITLE
       DEFAULT_EXTENSION    =
       DEFAULT_FILE_NAME    =
       WITH_ENCODING        =
        FILE_FILTER          = '.|.'
       INITIAL_DIRECTORY    =
       PROMPT_ON_OVERWRITE  = 'X'
      CHANGING
        FILENAME             = W_FNAME
        PATH                 = W_FILEPATH
        FULLPATH             = W_FULLPATH
       USER_ACTION          =
       FILE_ENCODING        =
      EXCEPTIONS
        CNTL_ERROR           = 1
        ERROR_NO_GUI         = 2
        NOT_SUPPORTED_BY_GUI = 3
        others               = 4.
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
               WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    IF NOT W_FULLPATH IS INITIAL.
      FILE_NAME = W_FULLPATH.
    ENDIF.
    regards,
    priya.

  • How can I create a Title for the worksheet in Discoverer Plus

    Dear members,
    I am using discoverer 4i Plus to create workbooks. I am not finding an option to insert a title for the worksheet. In Discoverer Desktop we have a separate option to insert or edit a title. I am not sure how can we create titles in Plus.
    Any suggestions.
    Thanks
    Sandeep

    Hi,
    I am not able to login to Discoverer Desktop Using my Applications username. My Desktop Version is 4.1.37. The same username works in Discoverer 4i Plus and i can create workbook there.
    I went to Tools--->Options--->Connections and checked the option connect to both standard and application EUL's and while i am logging in i checked the small box which comes in the login screen. I do not know why this happening.
    I am also able to login as the database user in Desktop but not as an application user.
    I want to login into desktop as an application user and create a template workbook which has title and then assign that workbook to a particular responsibility since creating title cannot be done in Plus.
    I am not sure what's going wrong here because the Desktop works for database user but not for an application user. Any comments are highly appreciated.
    Thanks
    sandeep

  • Check if specified Excel workbook is already open, with .vbs

    Continuing from the title... If it is already open, make it the active window before continuing with script. And if it's not already open, simply open it and continue with script. I have become very confused trying to get this procedure
    to happen, this mish-mash is what I have so far:
    path=createobject("scripting.filesystemobject").getparentfoldername(wscript.scriptfullname)
    excelpath=path&"\example.xlsx"
    set objword = createobject("word.application")
    set coltasks = objword.tasks
    i = 0
    for each objtask in coltasks
        name = lcase(objtask.name)
        If instr(name, "example.xlsx") then
            i=1
        end if
    next
     if i=1 then
         wscript.echo "An active instance of example.xlsx has been found"
         objexcel.visible=true
     call CODE
     else
         set objexcel=createobject("excel.application")
         objexcel.workbooks.open(excelpath)
         set objsheet=objexcel.activeworkbook.worksheets(1)
         objexcel.visible=true 
         call CODE
     end if
    sub CODE
        objword.quit
        wscript.echo "Place rest of code here"
    end sub
    A running instance of the "example.xlsx" is never detected and made the active window, so the first if block never executes. It always opens a new instance of "example.xlsx". What am I doing wrong? ...I'm a novice at this
    so an explanation is appreciated, and if there's an easier way, that too is appreciated.

    Spot on, changed the first if condition it to:
    if i=1 then
     wscript.echo "An active instance of example.xlsx has been found"
     set objexcel=getobject(excelpath)
     call CODE
    ...and hey presto, thanks jrv! :D ...By the way, barring the poor indentation and lowercase syntax, is this code a passable attempt at achieving this, or is there a simpler way? And if there's another file named "example" which is not
    an excel file, in the task manager running applications list, will it affect the outcome? - Should I add "microsoft excel" to the instr search? 

  • Creating pdf files from excel workbook

    I'm trying to convert an excel file to pdf. It contains 10 sheets and when viewing the entire workbook the total number of pages should be 15 pages. If I send it to print in adobe pdf. It starts creating different files for different sheets sometimes it puts together 3 or more sheets but sometimes it creates one file for one sheet. For this particular document ir creates 8 files. Later on if I put the 8 files together the pagination is correct. Can this be done in one step? Maybe I'm not aware of a file break feature. If I try to use the pdf maker it tells me that it can't create tags because there is a set print area or because I'm using print titles so I have to create the pdf by selecting print and select pdf as printer to be able to create it. Is there an easier way to create one file with the 15 pages at once?

    I was having the same problem.  I saw this and when I attempt to open that forum, it doesn't take me to that page.  It takes me to the generic forums page (http://forums.adobe.com/index.jspa).  I'd love to solve this problem as it drives me nuts.
    Can anyone provide either an updated link or the instructions themselves?
    Thanks!

Maybe you are looking for