Hiding some variables from displaying when opening workbook

Hi BW Gurus;
We are on BI7..
We have a BI workbook that has one query embedded in it that displays 3 input ready variables on startup.
(Selection Options, Optional Type Variables)
What we would like to do is to hide 2 of the variables in this workbook so that only one variable (Project Definition) is displayed and (Plant and Cost Centre variables) are hidden.
Is there a way to achieve this.
We have considered personalisation but need ALL users to see only the one plant at startup and also variants. The values for Plant and Cost Centre need to be blank however and just the project variable displayed.
We can also create a copy query removing the two not needed variables but would prefer an easier solution if there is one..
Any advice.
Thanks in advance..
Steve

If these Variables are just used in this particular Query. go and Edit these variables and make them not ready for Input.
You would not see them on the variable screen.
regards,
Forum

Similar Messages

  • How to set input ready query to display mode as default when open workbook?

    Dear All,
    Hi, i have a question here about IP query.
    as my current situation, my workbook included one input ready query, therefore, when i open my workbook which default is Edit mode which mean all value can be edited.
    but, i want it to display mode when open workbook, and i already have a edit button, if i want to edit the value i will use Edit button, so, i wan it as display mode when i first open workbook.
    so, can anyone tell me how to set it as display mode when open workbook which included input ready query?
    Regards
    wenlong
    Thanks a million

    in Data Provide Specfici  commad
    Edit
    Dsiplay
    Filter command
    Assigen Query /Query view
    pls select Edit then save

  • Is there a way to filter a drop down list by using the result main data display from"GetUserProfileByName" when open the form.

    Hi 
    Is there a way to filter a drop down list by using the result main data display from"GetUserProfileByName" when open the form?
    The second source has a huge list of company names that can be narrrow by email work. 
    background:SP 2010 and Infopath 2010
    CRISTINA&amp MICROSOFT Forum

    I'm not sure if I understood your question clearly but here is a good resource on how to get attributes from "GetUserProfileByName" web services:
    http://blog.mangroveweb.com/pre-populating-an-infopath-from-with-mysql-data-using-a-net-web-service/using-sharepoints-getuserprofilebyname-web-service-to-retrieve-ad-account-information/
    Regarding filtering dropdown list then this could be done by applying form on-load rules. 
    Hope this helps

  • How can I turn off the Download pop up Window from displaying when downloading a file?

    How can I turn off the Download pop up Window from displaying when downloading a file?

    To not display the built-in Firefox downloads window, Tools > Options > General tab, un-check "Show the <u>D</u>ownloads window when downloading a file". See: http://support.mozilla.com/en-US/kb/Options+window+-+General+panel
    If you have some other download manager installed, you will need to see the documentation for the download manager.
    <br />
    You have installed plugins with known security issues that should be updated. To see the plugins submitted as part of your question post, click "More system details..." to the right of you original question.
    *Shockwave Flash 10.1 r53
    *Next Generation Java Plug-in 1.6.0_18 for Mozilla browsers
    #'''Check your plugin versions''': http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Shockwave Flash'''
    #*Use Firefox to Download and SAVE to your hard drive from one of the links below; '''<u>the links take you directly to the download and you avoid the "getplus" download manager and "extras" (i.e., toolbars, virus scan links, etc.) on the main Adobe page.</u>'''
    #*SAVE to your Desktop so you can find it
    #*After download completes, close Firefox
    #*Click on the file you just downloaded and install
    #**Note: Vista and Win7 users may need to right-click the installer downloaded and choose "Run as Administrator"
    #**Note: Most browsers other than IE will also get updated with this one download
    #**Note: To update IE, same procedure '''<u>but use IE</u>''' to go: http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_ax.exe
    #*After installation, restart Firefox and check your version again.
    #*'''<u>Download links and other information</u>''':
    #** https://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin#Updating_Flash
    #** '''<u>or</u>''' you can download, save, then run the manual installers for IE, then for Firefox (and all other browsers) from here: http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller
    #* Also see: http://support.mozilla.com/en-US/kb/Installing+the+Flash+plugin
    #* Also see (if needed): http://kb2.adobe.com/cps/191/tn_19166.html#main_Uninstall
    #'''Update Java:'''
    #* Download and update instructions: https://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org/Java#Multiple_Java_Console_extensions
    #* After the installation, start Firefox and check your version again.

  • "The exception unknown software exception (0xc06d007e) occured in the application at location 0x7c812aeb" - error displayed when opening PDF files. What i do?

    "The exception unknown software exception (0xc06d007e) occured in the application at location 0x7c812aeb" - error displayed when opening PDF files. What i do?

    What is your Reader XI version?
    Have you tried to disable Protected Mode [Edit | Preferences | Security (Enhanced)] ?

  • How to stop the executable from starting when opened

    Hi Guys,
    I am building an exe with the application builder. I am not able to find a way to stop the exe from running when opened. I dont need the exe to run. I know I m missing a very basic step here but I m not able to do that.
    Could anyone explain me how to do this.
    Regards,
    Nitin

    Hello,
    This is Dominic L. from Applications Engineering at National Instruments. This was reported to R&D (CAR#41DAPUQU) and was fixed in LabVIEW 8.2.1. Here is a link to the current evaluation software download for LabVIEW:
    http://digital.ni.com/demo.nsf/websearch/14f9ce475127ade786256ac60070926c?opendocument
    This particular bug actually renders all the build options for source file settings unusable. While the other options can be set manually in the source VI properties, the start-up VI will always run when an executable is opened.
    Here are three different workarounds to this:
    Option 1 - Upgrade to 8.2.1. 
    Option 2 - Check "Enable debugging" and "Wait for debugger on launch" in the Advanced page of the build specification. One side effect is this will include the block diagrams of the VIs and extra code for debug tool support. Note that if you don't protect the source code (block diagram), it kind of defeats the purpose of creating an executable.
    Option 3 - Use a dummy startup VI to launch the desired startup VI.
    For the third workaround, the attached "Dummy Startup VI.vi" uses VI server to open the desired startup VI's front panel and then closes.  To use the Dummy Startup VI follow these steps:
    Add the Dummy Startup VI to the project.
    Open the Dummy Startup VI and change "Main VI.vi" to the VI you would like to open but not run in the project and save.
    In the source files page of the build, select the Dummy Startup VI as a startup VI and the VI you would like to open but not run as a support VI.
    Build and run.
    I hope this helps.
    Have a great evening!
    Best Regards,
    Dominic L.
    Attachments:
    Dummy Startup VI.vi ‏12 KB

  • Refresh query when opening workbook is ticked automatically

    Prior to Upgrade, the bex properties settings for "Refresh query when
    opening workbook" was unticked(deactivated) and now after upgrade to BI
    7.0 the bex properties "Refresh query when opening the workbook" is
    ticked(activated).
    Again, This has happened only to a particular strand.
    Can anybody guide me on this. As a result of the above, all the work books are now refreshing automatically. This has affected hunderds of workbooks and we need to restore this back. Please help.

    Hi Dave,
    That is a local workbook setting.  The setting is stored in the workbook on the sheet named SAPBEXqueries (see earlier postings on how to make this worksheet visible).
    If there is only one query in the workbook, then look at at cell U4.  This cell will read TRUE if the setting is check (do refresh on open) and will read FALSE if the setting is not checked (do not refresh on open).
    One way to be sure that this setting is not altered would be to create a subroutine for the Workbook_BeforeClose event.  The user then can make any selection they like, but you will over-ride it when they close the workbook.
    Hope this helps.
    - Pete

  • Black display when opening iBookG4 after sleep

    Occasionally the display will remain black when opening from closed while sleeping. After some repeats it kicks in again.
    Could it (after 5 years) be a failure of the switch that is activated by opening?

    Steven,
    Could it (after 5 years) be a failure of the switch that is activated by opening?
    Yes, actually it's a reed switch that's activated by a magnet when you close the display. They can actually break or get flaky and the display will do what you describe.
    You might try resetting the PMU since it controls sleep:
    http://support.apple.com/kb/ht1431
    Otherwise you could disconnect the reed switch. In this model it's under the main deck to the right of the keyboard.
    It connects to a socket just foreword and right of the RAM slot so you might be able to disconnect it through the RAM access port. It has a red and black wire.
    Be careful doing this as it's easy to damage the board.
    Richard
    Richard

  • Discoverer Report: A number field displays # when open in Desktop Edition

    Hi Guys
    I have created a folder in Admin Edition. I set Default Aggregation to Detail for Numeric fields.
    I have created a workbook in Desktop Edition. When I open workbook(report) it displays # in numeric fields.
    ANy idea why?
    Cheers
    Vijay

    Hi Vijay
    Any format change you make inside the EUL will generally only apply to new reports.
    If the report already exists it will have picked up the format as it was at the time. You will have to manually adjust the format of the column inside the report.
    Before you do this these is one more thing to check. Just grab the edge of the column and make it bigger just in case this is the cause. Desktop will not display part of the number so if the width of the column is not big enough to display the number Desktop will insert # instead. If this is not the case then right-click in the column and select Format Data. Using the Number tab increase the setting.
    Best wishes
    Michael

  • Error when opening workbook

    Hi
    I'm recently having a problem when opening a workbook in BEx Analyzer.
    This never used to be a problem, however when opneing it now I get following error message:
    Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
    System error in program CL_RSR_FIPT_TRANSFORMATOR and form GET_MAPPING-01
    No information can be found on program CL_RSR_FIPT_TRANSFORMATOR...
    I found that it has something to do with a conversion of a Key Figure using a budget rate, after I remove the conversion everything works fine.
    Notes found on this problem: 930168
    but this note states that support package 8 will solve the problem.
    We are at 16...
    Can someone help me?
    Thnx!
    Kind regards
    Davy
    Edited by: Davy Lambrechts on Jan 5, 2010 4:10 PM

    Hi Murali
    I found that it has something to do with a conversion of a Key Figure using a budget rate, after I remove the conversion everything works fine.
    I tried building a new query from scratch, again the error appaers when using the conversion.
    I executed other queries which also use the same conversion and they run fine.
    kr
    Davy
    ps: font end needs to be patched, but it's a case for the IT team

  • Images not displaying when open in Dreamweaver

    Hi, my images on the page
    oldfortestates.com/about_st.vincent.htm do not display properly
    when open in DW however they do on the server when opened with a
    browser. They are stored in the images folder in the site root. I
    have this problem with all my pages...

    Going back to my original comment, if you change the name
    http://oldfortestates.com/images/table_bck1.JPG
    (File Not Found)
    to
    http://oldfortestates.com/images/table_bck1.jpg
    the image is there.
    > However, how should I ever get all those errors fixed.
    Isn't it easier to
    > just make a new page.
    If it were me, yes, I would start over.
    >Is there a quick way for me to just create an exact copy
    of my pages in a
    >template page where I can after just copy and paste all
    the different page
    >infos into.
    I am far from being the best person to give advice, I would
    steer clear of
    javascript menus for a start - they don't work with
    javascript turned off.
    There are many good ones recommended here,
    www.projectseven.com and others
    Start with a clean page and investigate Server Side Includes
    with a good
    menu (see many recommendations here) or, as you suggest (you
    don't have many
    pages), a template.
    Make sure you save the template File > Save As Template.
    >then rename the individual pages
    No, create child pages from the template, giving them names.
    I wouldn't
    rename anything you already have, the code is... bad.
    Check out your validation errors to make sure you don't
    repeat your
    mistakes.
    You'd be wise to look at
    http://www.w3schools.com/ for
    HTML and CSS.
    As I said, I'm not the best person to help but hope this does
    a bit.
    Jo
    "atomic king" <[email protected]> wrote in
    message
    news:gjoqqr$nk5$[email protected]..
    > Thanks so much Joise1 I will try to see if I can get
    that image to work.
    > However, how should I ever get all those errors fixed.
    Isn't it easier to
    > just
    > make a new page. Is there a quick way for me to just
    create an exact copy
    > of my
    > pages in a template page where I can after just copy and
    paste all the
    > different page infos into and then rename the individual
    pages. What do
    > you
    > think?
    >

  • Problem refreshing query when opening workbook in VBA

    I have a report menu in a workbook not containing any queries - only the description, technical name and additional information about the reports.
    I use Run ("SAPBEX.XLA!SAPBEXreadWorkbook"), <TECHNICAL_NAME> to open the respective workbooks, which works fine.
    However, if I try to refresh the query, BEx displays a message saying:
    "Can only refresh this query agains a server of release 2.0 or higher: <QUERY DESTINATION RANGE>"
    We're using BW 3.5!
    After that, BEx is a complete mess:
    - Open workbook dialog is from a previous version (without History, Favorites, Roles buttons)
    - All workbooks are displayed, but if I try to open one, BEx claims that "The workbook does not exist in the document store". Then why display it, dear SAP programmers?
    Now, if I disconnect and reconnect, the query can be refreshed as if I had opened the workbook directly instead of using VBA.
    Our users like the idea of a report menu, so any help would be appreciated!

    Changed the error handling as follows, dropped the SAPBEXinitConnection function, which is completely redundant:
    Sub OpenWBTechName()
    On Error GoTo ErrorHandler
        Run ("SAPBEX.XLA!SAPBEXreadWorkbook"), <TECHNAME>
    Exit Sub
    ErrorHandler:
        If Err.Number = 1004 Then ExtraInfo = "Start BEx Analyzer!"
        res = MsgBox("Sorry, could not open requested report!" & vbCrLf & vbCrLf & ExtraInfo, vbExclamation + vbOKOnly, "Open SAP/BW workbook report: ERROR!")
    End Sub

  • #VALUE! displayed when opening Offline documents with BPC logged on

    SITUATION
    The offline documents (by using Park N Go) open fine in Excel, though, when these documents are opened after logging on to BPC, cells display #VALUE! instead. This gives my users a hard time opening distributed reports when they are in BPC session
    DATA
    Macro IS enabled when opening these offline documents
    We are on Office 2007 and BPC 5.1 & BPC 7.0. This particular issue occurs to both versions of BPC
    Please let me know if you have a workaround, or this is a bug? Thank you!
    Sincerely,
    Brian Hsu

    Hi Brian,
    I can suggest you 2 things.
    1. Before doing the offline distribution, go to the template, go to workbook options and select the boxes for expansion and refreshing workbook, when opened / when CV is changed. Save this template and then do the "park n go".
    2. When the saved offline file is opened, this time you should not get #VALUE. If you still get the same values, then go to "park n go" and click on "set to live data and live current view".
    Hope this helps.

  • Warning from Excel when opening Excel document in JSP

    Hi,
    I populate a HSSFWorkbook with data retrieved from a database using user input. I then want to open the excel file up so the user can see it.
    This works fine, but prior to the file opening I get a warning message from Excel saying that the file is of another format etc etc do you still want to open. It actually takes the name of the JSP page as the name of the file I want to open. The file opens if I ignore the warning.
    I do the following when opening the file:
    FacesContext facesContext = FacesContext.getCurrentInstance();
    ExternalContext externalContext = facesContext.getExternalContext();
    HttpServletResponse response = (HttpServletResponse) externalContext.getResponse();
    ServletOutputStream out = null;
    try {
    // Initiate servlet response
    response.setContentType("application/vnd.ms-excel");
    response.setHeader("Content-disposition", "inline;filename=\"" + excelSheet.getFile().getName() + "\""); //ExcelSheet getFile() returns java.io.File
    out = response.getOutputStream();
    excelSheet.getWb().write(out); //get HSSFWorkbook
    // Finalize task.
    out.flush();
    } finally {
    // Gently close stream.
    close(out);
    Any tips?

    This would occur only in a certain widely used webbrowser developed by a team in Redmond. It completely ignores the filename part of the content disposition header, takes the part after the last slash of the URL as the actual file name, examines its extension against the platform specific list of file associations and in case of an unknown filetype it reads the content type header and gives a warning before when the content type is different.
    To solve this problem, you need to append the filename as part of the URL. You can get some ideas out of this: [http://balusc.blogspot.com/2007/07/fileservlet.html].
    Its market coverage if fortunately shrinking, but until then we, developers, have to live with that product. It works perfectly in all other webbrowsers.

  • How to stop header from displaying when hovering over mail photos

    Hi
    This is an annoying behaviour to say the least. In MacMail when I move my cursor over an imbedded photo in a message the full header for the photo that is a link shows up almost blocking the photo. I can understand that the cursor would turn into a hand but there must be a way to stop the full address of the photo link? from displaying.
    Anyone?

    E. Michael Brandt wrote:
    Screen readers whould still read the alt attribute despite the presence of a title attribute.  In fact most apparently do not read the Title on an image:
    http://www.paciellogroup.com/resources/articles/WE05/forms.html
    As always some Screen Reader users can reconfigure the software:
    http://www.isolani.co.uk/blog/access/ConfiguringLinksInScreenReaders
    So in general I think you are safe doing this, but perhaps others can weigh in here.
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia
    Thanks very much,
    I saw several scripts where Javascript were used.
    But your solution is very simple and it works perfectly in IE7, don't know if it works in IE 8.
    Thanks again,
    Patrick

Maybe you are looking for

  • How to prevent New Window from offsetting location from previous windows?

    I'm anal retentive. I like a tidy screen. I place all Firefox windows at top left corner of the screen. Each successive New Window arrives offset a small distance to the right, so that it does not cover the previous window. That's terrific, except...

  • My iMac, running Lion, freezes.

    I just got a brand new, 2011 21.5 inch iMac, installed Lion, and whenever I play a video, usually youtube, my iMac wil sometimes freeze. It froze on me four times already, and when it freezes, the only thing I can do is move the mouse cursor. I can't

  • Export with leading zeros indesign

    I am using Export > PNG to create graphics for online use. Currently when exporting the file names are written filename.png filename1.png filename2.png I would like them to be written filename-01.png filename-02.png filename-03.png Possible? How? Tha

  • AMD Radeon HD 6750M + 2007 Cinema Display = compatible?

    Hello, I'm trying to figure out if the AMD Radeon HD 6750M 512 MB graphics card in my MBP will work with an old Apple Cinema Display 20-inch DVI Early 2007 (a1081). I know I need a mini display port to DVI converter to get it connected, but not sure

  • Where can I download iCloud Add-in for outlook 2007

    I donloaded and installed iCloud Control Panel for Windows v1.1 on my pc, followed the instructions, all my calander items got uploaded to icloud, however, changes are not syncing, I read on some posts that you need to activate iCloud Add-in for outl