Prompt in WEBI over BICS doesn't display values without searchin

Hello,
I'm using BI 4.1 SP04 over BW 7.3.
Using BICS connection over a query, I'm trying to filter 0PRODH1 (material hierarchy).
Tried to put variable inside the BW query for getting a prompt inside the WEBI, but I keep getting multi values (becasue same description shows up in 2 different keys), So I changed my prompt to the webi query-filter level.
My problem is that while using prompt, The prompt screen that pops with the LOV, doesn't auto-refresh, furthermore it doesn't let you press the "refresh" button unless you type anything (asterisk covers it for getting all the values).
Picture is attached for demonstration.
It's kind of uncomfortable behavior, letting the user type asterisk(*) for displaying all values - It forces use of the keyboard.
Any suggestions how to get a prompt with LOV to the webi, with auto-refresh(or at least abilty to press "refresh")?
Thank you,
Or.

KBase 1748343 details the current expected prompt / list of values behavior.
Mike

Similar Messages

  • WEB.SHOW_DOCUMENT sometimes doesn't display the generated PDF file

    Hi all,
    I'm using the following code to generated my report from Forms:<br><br>
    V_REPORT_ID := FIND_REPORT_OBJECT(V_REPORT_NAME);
    V_REPORT_SERVER_JOB:= RUN_REPORT_OBJECT(V_REPORT_ID,P_LIST);
        V_JOB_ID := substr(V_REPORT_SERVER_JOB,length(:GLOBAL.REPORTS_SERVER)+2,length(V_REPORT_SERVER_JOB));
        V_REPORT_STATUS := REPORT_OBJECT_STATUS(V_REPORT_SERVER_JOB);
    LOOP
       IF V_REPORT_STATUS = 'FINISHED' THEN          
          V_TMP_PDF := :GLOBAL.APACHE_HTML_FOLDER ||'rpt'|| V_JOB_ID  ||'.pdf' ;
         COPY_REPORT_OBJECT_OUTPUT(V_REPORT_SERVER_JOB, V_TMP_PDF );
        WEB.SHOW_DOCUMENT(:GLOBAL.AS_HOME_URL ||  'rpt'|| V_JOB_ID  ||'.pdf' ,'_BLANK');     
        END IF;
    END LOOP; <br><br>
    Everything works fine except the WEB.SHOW_DOCUMENT part. In some clients, this command does what it required from it and opens a new browser window with the PDF report displayed on it. In some other clients, this command does nothing: now window dispalyed. When I refer to the Application Server, I see the PDF report successfully generated there. When I put the URL of the generated report manually in the browser address, I can see the report.
    <br><br>
    <b>Why the WEB.SHOW_DOCUMENT doesn't display the generated PDF report in some clients?</b>

    I agree with the previous 2 posters.
    Also firefox and ie handle it differently. Make sure you test on what your clients use.
    Sometimes acrotray.exe is completely retarded and doesn't work.

  • Browser doesn't display the right web page

    Hey everyone,
    I have this problem with a web page that doesn't display
    right. What happen was my client has a news web page that is being
    updated once every week. The way I update it is changing the
    content on Dreamweaver and copy the codes and pasting them on the
    server interface, and resave them. Thus, over riding the old news
    page.
    Everything display right on my computer. The only thing is I
    have to refresh my browser in order for the right page to show up.
    Once it did, then it stays as that.
    The thing is, my client still sees the old news page even
    after I've replaced it with the new codes.
    I've done this for him for over 3 months, and this problem
    has never occur before.
    I don't understand why it's like this. If this is happening
    to him, wouldn't it be happening to other people's computer as
    well. If it is, then it's bad news, cause no one would like to
    always have to refresh their browser for the right news page to
    show.
    Could anyone explain why this is happening? And how would it
    affect other users? Or is this even possible.
    Thanks in advance, everyone.
    Jen

    It sounds like a cache issue. When you view the page, that
    page is loaded into your (or your client's) browser's cache memory.
    This is done so that when you return to that page it will load
    faster (since it is already loaded into memory).
    This will only happen if a person has been to the page
    recently. There is a limit on the amount of information your
    browser will store in cache memory. The more you surf, the more
    likely it is that the page will be replaced in the cache memory
    with some other information.
    You (and your client) can, depending on what browser you are
    using, set your preferences so that all web pages will be
    completely reloaded every time you visit them. In IE 6 for Win:
    Tools>Internet Options>Settings> Select 'Every visit to
    the page'. You can also set your cache to be the minimum amount of
    space alotted. Note: This doesn't really work very well in IE 6 for
    WIN. I use firefox for reviewing changes because I have found IE 6
    is completely unreliable for viewing the latest.
    Most other browsers will allow you to hold down Shift and hit
    'refresh' to throw out the cache for that page and view the latest.
    As far as I know this is standard operating procedure for proofing
    new pages.
    If there is a coding technique to force a browser to use only
    the latest information, I don't know what it is.
    Good luck.

  • Can't display values from memory

    Hi, all experts
    i am having trouble displaying the value that i have imported to memory.
    EXPORT keyfgr           FROM  p_keyfgr     TO MEMORY ID 'CM_KEYFGR'.
    EXPORT fcst_filedata    FROM gt_fcst_filedata[]       TO MEMORY ID 'CM_FCST_FILEDATA'.
    SUBMIT (g_hlp_progname) WITH fpath  = p_fname
                               WITH vrsioz = p_vrsioz
                               VIA SELECTION-SCREEN
                               AND RETURN
    When i want to use this value in my other tcode is doesn't display value. pls, help
    IMPORT keyfgr TO D FROM MEMORY ID 'CM_KEYFGR'.
    IMPORT fcst_filedata TO GTA_fcst_filedata FROM MEMORY ID 'CM_FCST_FILEDATA'.
         LOOP AT GTA_fcst_filedata INTO WA_fcst_filedata.
              WRITE: / WA_fcst_filedata-FIELD1.
        ENDLOOP.

    Hi sophanith,
    please go through the code below.
    export p_keyfgr to MEMORY id 'XYZ' .
    EXPORT gt_fcst_filedata[]       TO MEMORY ID 'ABC'.
    SUBMIT (g_hlp_progname) WITH fpath  = p_fname
                               WITH vrsioz = p_vrsioz
                               VIA SELECTION-SCREEN
                               AND RETURN.
    in Import program u should declare the gt_fcst_filedata[] and keyfgr same as export program.
    DATA :gt_fcst_filedata[] TYPE TABLE OF ................
    DATA:keyfgr type ...........
    IMPORT keyfgr FROM MEMORY ID 'XYZ'.
    IMPORT gt_fcst_filedata[] FROM MEMORY ID ' ABC'.
    the you can loop the internal table in to work area.
    regards Ashwin kv

  • Error generating Web service /BIC/CQZDS_WEB00001000 how to over come this?

    HI,
    Experts,
    I have created Web service source system by taking: target system BI and source system XI.
    After creation of Info objects i have created data source in RSA1 there will no error displayed while CHECK but while activating the data source it was displaying errors like:
    1) Error generating Web service /BIC/CQZDS_WEB00001000
    2) Error when activating DataSource ZDS_WEBSERVICE                BIDCLNT100
    what will be the reason for this error plezase provide me good idea or provide step by step web service scenarious.
    Thank you,
    Shabeer Ahmed.

    Hi
    Web AS 6.40 you can create a Web Service Proxy directly in Transaction SE80. Create a new package and right click on it. Choose Create -> Enterprise service / Web service -> Proxy object. Now you can choose how you want to provide the WSDL Source.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80fa3dff-ce76-2a10-3f94-f3df8f2db5a2

  • Picasa Web albums: doesn't display all uploaded photos. This only happens on my desktop computer. All photos displayed on my laptop.

    Not all of my uploaded photos display in my Picasa web album. All the photos upload, but 17 out of 90 photos don't display. Some are landscape, some are portrait. This is no pattern to what doesn't display (e.g., not every third photo). This only happens when I use my desktop computer. When I use my laptop, all uploaded Picasa web album photos display.

    See:
    * [[Images or animations do not show]]
    * http://kb.mozillazine.org/Images_or_animations_do_not_load
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Stationery Doesn't Display in Outlook Web Access

    Looks like the stationery doesn't display properly in Outlook Web Access. Not that anything else does either, but it's worth noting.

    Good news.  Our basis team fixed the problem.  There were some security settings on our apache server we use that caused the problem.  Thought I would post the fix.  Thanks for replies.

  • Outlook Web Access doesn't display when in a Page

    Hi guys,
    I have set up an IView to access Outlook Webmail, as per the normal help documents, and the IView works perfectly - displays my Inbox and everything. If I add the IView into a workset, users are able to view their Inbox too.
    However, If I create a Page and put the IView on that page, the Inbox no longer displays - it just has a blank window where the Inbox should appear. Right-clicking on the blank page and going to Properties, I can see that its going to the correct web address.
    My question is, why doesn't the Inbox display when the IView is in a Page?
    Thanks,
    Michael.
    PS, Here's something unusual... In Content Administration --> Portal Content, when I right-click on the Page and choose "preview" it displays the Inbox properly. However, it doesn't display when its accessed from a Workset.

    Yes, I have added the Page to the Workset, and also the IView to the Page.
    If I set up a temporary workset, And assign the 2 objects to it (the IView and the Page), they appear as links at the top of my Portal. When I click the link assigned to the IView, the Inbox is shown. When I click the link assigned to the Page, it only shows a blank window instead of the Inbox.
    Michael.

  • Ora9i Rpt Dvlpr doesn't display clob in web report

    I've got simple table with clob data:
    CREATE TABLE TAB_CLOB (
    ID NUMBER (12) NOT NULL,
    CLASS VARCHAR2 (3) NOT NULL,
    CONTENTS CLOB,
    with some data.
    Using SQL+ with this select:
    select * from TABLE_CLOB
    finds and displays data in all three columns.
    Paper report with the same select formula displays number, char and clob data, but web report displays only number and char data - doesn't display clobs.
    Suggestions?

    This was an issue with 9.0.2 base release and has been fixed in Reports patches. Please apply Report 9.0.2.0.5 integrated patch for the fix.
    thanks
    rohit

  • Resetting email icon so it doesn't display over 6000 emails on icon.

    Resetting email so icon doesn't display over 6000 emails on icon

    I was having the same problem, with a large file that was causing my Preview to open it everytime and slow it down. The fact is that it was opening the file even if it was deleted. But it was opening a temporary file somewhere, somehow.
    I don't know if that's available in previous version os macOS, but I'm using Lion. Here's what I did:
    1. Right-click on the icon by the side of the title of the window/document you wish to close
    2. You can see now the path of that file - click on the folder right beneath the file name
    3. That will take you the where the file is - delete the file.
    4. Go back to preview and close the window.
    To me this worked instantly. It wasn't closing before and now it did because the file really didn't exist anymore.
    Cheers
    Guz

  • How can we allow over 103,718 list of values to display in webi report selection?

    I know, why would we want to?
    Our business users would like to see the list ordered and first select from a range and drill down.
    Any query in information design tool already does this as well as the preview values for the LOV object.
    Is there a way to make large LOV function this way in webi query/report?
    If not, is there a way to move beyond the warning of 'Partial list'?

    These are all dependent parameters for LOV
    At BO Server level
    Web Intelligence Processing Server-> Maximum List Of Values Size (entries) - 50000 (default)
    Web Intelligence Processing Server-> List of Values Batch Size (entries) -1000 (default)
    At Universe level
    Array Fetch parameter at database.PRM file.
    Limit size of result set to --  parameter
    Query Level
    Max rows retrieved ( Click Query Properties to display the "Query Properties" dialog box.)
    You can try below steps
    Follow these steps to change the maximum size for a list of values:
    Log in to Central Management Console.
    Click Servers.
    Right click Web Intelligence Processing Server and select Properties.
    Increase the value of Maximum List Of Values Size (entries).
    Save and restart the Web Intelligence Processing Server.  Note: Setting large number for Maximum List Of Values Size (entries) may affect the performance of Web Intelligence. It is recommended to set the appropriate number according to the system performance.

  • Can we have a Hierarchy in the Prompt of webi? promot as key-text?

    Hello all,
    Can we have a Hierarchy in the Prompt of webi? We are using Fund Center hierarchy and the user wants to select the top node to get all the nodes under it in hierarchies?
    Also along same lines can we display the Long text and Key ofthe FUnd center in prompt (hierarchy or not)
    Thanks in advance for all the replies.

    Hi david, Gowtham
    Thanks for the replies. I was able to get a hierarchy in the prompt. I created mandatory hierarchy variable in the bex query which is feeding the universe and it automatically came over as hierarchy. I am still not able to get how would you create cascade on same object, I understand the market and region (2 different object) example. So if you can please explain.
    With that said I still am not sure how you would display your prompt with description of objects rather than technical names. Any insight on that please?
    Thanks a lot

  • Visual Calendar doesn't display in IE or Netscape

    I have Dreamweaver's php visual calendar on my web page. It
    displays fine in Firefox, but doesn't show at all in IE7 or
    Netscape. I haven't uploaded the page to a server, just running it
    on my computer. Does anyone know why it doesn't display in the NS
    or IE?
    Also, I'm not able to run the administrator functions as
    outlined in Dreamweaver's info about the calendar. When I type in
    c://my-site/TDE_Vcalendar/admin in the location bar, I get an index
    listing of the folder, but no prompt to enter a user name and
    password.

    lhutchinson wrote:
    > I uploaded the files to our web server, and the calendar
    displays perfectly now
    > in IE7 and FF, but Netscape 7.2 just shows a blank
    space. I looked through the
    > NS preferences, but didn't see anything about php files.
    Is there a setting in
    > NS that I'm missing that will allow php files to run?
    NS doesn't "run" PHP files, the server does, the server will
    send HTML to the browser and the browser interprets it, including
    pulling images, JavaScript and CSS files and executing any
    JavaScript. If the calendar isn't showing up, then there is either
    an issue with way the calendar is set up, or the calendar doesn't
    support Netscape.
    In your original post, you say that you have "Dreamweaver's
    php visual calendar on my web page". There is no Dreamweaver php
    visual calendar that comes with Dreamweaver. Are you perhaps using
    an extension, if so, please state which one, and where you got it.
    You have have to go to the developer's site for support.
    Beyond that you'll need to post a link to your page and if
    anyone using Netscape 7.2 may drop by. I've not used any version of
    Netscape since Firefox came out, plus it is no longer developed,
    and the version you're talking about is even 2 versions older than
    the last one released. so do you really need to worry about it?
    Danilo Celic
    |
    http://blog.extensioneering.com/
    | WebAssist Extensioneer
    | Adobe Community Expert

  • My Pre doesn't display text of incoming mail mesages

    Hi,
    in the last few days I noticed that the mail program of my Palm Pre doesn't display any plain text of the incoming messages. It normally connects to mail server and load messages, attachements are displayed and open as usual but no text can be viewed. So I have to use web browser to get email. I've tried to delete and recreate the accounts but nothing changed.
    Has anyone encountered a similar issue? Is there something I can try to solve this before the reset of the device?
    Thanks and merry Christmas to all!
    Guido
    Post relates to: Pre p100ueu (O2)

    I just got a Pre over a week ago, and after updating to 1.3.5.1 the other day, I began having the same problem. I'm only syncing with one account, Gmail, and it seems (so far) to only be affecting one sender, a google email group list that I'm on. Some messages from the group contain the body text, some do not and are just blank emails. I've talked with one other person on the list who has a Pre and this just started happening to him too.  We both get the email, with sender and everything intact, but upon opening the email, the body of it is not there, it's blank.  But the Google Groups Disclaimer that accompanies any google groups email still shows up.
    Any solutions would be greatly appreciated.

  • Verizon Messages App doesn't display incoming texts

    The VERIZON MESSAGES APP doesn't display all incoming messages.
    This is true for the WEB APP i use on my windows 7 PC
    Iv'e tried multiple browsers and this does not help
    It is also a problem with both my android tablets running the google play app from verizon
    I'm not sure but, it appears that maybe this is related to ATT users.

    This does NOT work on the Galaxy S3.
    Airplane mode ON, Wifi ON, No network mode is available in Airplane mode.  So...only wifi is available.  When I try to send a text with only wifi available I get "Network not available.  The message will be sent when the network is available"
    BUT...On my Galaxy Tab 2 (non-verizon), This DOES work.  On the tab 2 with only wifi available, I CAN send text messages using Verizon Messages.
    So....again...
    On Galaxy Tab 2 with only WiFi available...texting with Verizon messages DOES work.
    On Galaxy S3 with only WiFi available...texting with Verizon messages DOES NOT work.
    Please fix Verizon Messages to work over WiFi using Galaxy S3.
    Thanks,
    Abe

Maybe you are looking for

  • HTML Snippet was working on iWeb 08 but not now on iWeb 09

    Having upgraded to iWeb 09 from iWeb 08, suddenly I am unable to upload slideshows using a third party program called "SlideShowPro for Lightroom" successfully. They embed in iWeb fine but once they export they do not show up online. So, in short the

  • Receiver Database Down

    Hi everyone, I have a doubt regrading JDBC receiver.Suppose if the database is down due to some unplanned acitivity ,will the JDBC Adapter at PI receiver side go down?I mean as per my knowledge the JDBC adapter will be trying to reconnect to the data

  • Issue: No Data loaded from Query - MDX, SQL issue

    Hello, I'm having a problem with a report based on Query with a hierarchy (0GLACCEXT Hierarchie, Data in Cube 0FIGL_V10), first version of query had 3 filters, but I also tried to load the data without filters thinking it coused the problem - didn't

  • Do I need OS X to sync my ipad 2?

    I just purchased an iPad 2 tonight, and I'm trying to sync it to my iTunes.  Do I need to have OS X installed to complete the sync?

  • Xmonad: explicite client border color by class name?

    Hi all, actually I'm doing some XMonad fine tuning. Despite to the standard normal and focused border colors, is there a way to define a border color for specific apps? I would like to have a launched program (with IM layout and shifted to a certain