Which stage the Prompt will be performanced?

When I set a Prompt with a default value, is the Prompt will be performanced at database side? Or it will be performaced at BIEE Server side after the SQL results have been loaded here?
Due to the tuning of BIEE is a big issue now, and I can't find any useful infomation on it, Could anyone tell me some Document Name or any blod address to learn more tuning BIEE?
Thanks,
Satine

Thank you for your reply.
I have noticed the Prompt is executed at BIEE Server side. If I am right, then I am very curious how to tune the application like this: when the first time open dashboard with no default value (All) as Prompt is very slow, then I choose any values in Prompt, they are all really fast.
Satine

Similar Messages

  • Which of the following will exactly copy a file in Photoshop CS5?

    Which of the following will exactly copy a file in Photoshop CS5?

    Just answer A to all the questions on your exam.  You'll probably get an A.  Honest. 
    Seriously, put your smart phone down and engage your brain.  I'll bet you really can get an A if you concentrate.
    -Noel

  • Which of the following will take more memory?

    Hi All,
    which of the following will take more memory:
    ---this-----
    long longval[] = new long[100];
    String strval[100] = new String[100];
    boolean boolval[100] = new boolean[100];
    ---or this-----
    class Data {
    long longval;
    String strval;
    boolean boolval;
    Data data = new Data[100];
    I heard objects will take up more memory than default datatypes. I'm looking for speed and memory optimization, so even the slightest of memory saving will matter.

    Hi,
    the first one needs less memory, I guess - beside the point, that the second one has 100 additional references, is the fact, that allocation of memory on modern machines is not a continous one - new data blocks are arranged so, that they start on even addresses (it's a performance issue) often clustered in multiples of 16, 32 or 64. So if you allocate a lot of single objects, the average loss of memory with each object is 8,16 or 32 Bytes (half the cluster size).
    The first one allocates 3 compact data blocks (arrays) - so 3 times the additional loss of memory takes place. The second one allocates 101 blocks (100 objects + 1 array), and so 101 times the additional loss of memory takes place.
    greetings Marsian

  • Ou are working with multiple open files and wish to separate them into movable windows. Which of the following will accomplish this?

    Which of the following will exactly copy a file in Photoshop CS5?

    Which of the following will exactly copy a file in Photoshop CS5?

  • Security question to email but forgot question AND email. I want to reset which email the answer will be sent to

    So I forgot my security question in order to make a purchase from the iTunes Store from a card I used to redeem a code into my account. And the card (15$) is now in that account. All purchases require a security question that I must answer to buy....but I forgot my answers AND the email and email pass code I could send the answers to. -_____- .... So. I need to change which email apple sends the security answers to because I can't access primitive email! Help?

    " I forgot my answers AND the email and email pass code I could send the answers to..."
    Your premise requires a willing suspension of disbelief.

  • Into which folder the files will be loaded in WebCenter Content by Batch loader utility

    Hi,
    For performing file operations like insert, update, delete etc in bulk, we use the batch loader utility in WebCenter Content.
    However, what is the parameter to specify into which folder in repository the documents get uploaded or deleted etc.
    Thanks in advance!

    Hi ,
    If using Contribution folders then the parameter xCollectionID .
    If using Framework Folders then it would be fFolderGUID.
    Thanks,
    Srinath

  • When closing Firefox after upgrading to Ver. 4 it no longer prompts to save tabs. Advice given was: "Settings may be set incorrectly If your Firefox settings are configured differently, the prompt will not occur. " What settings do I need to change?

    Every time I close Firefox I lose all the tabs and have to re-establish them when re-starting Firefox. I cannot find any provision in the options to change that.

    A slow boot time can be caused by login items.
    User Login Items:
        Flux
        NoSleep
        ClipMenu
        Canon IJ Network Scanner Selector2
        BetterTouchTool
        USBOverdriveHelper
        TotalFinder
        Gmail Notifr
    Open System Preferences > Users & Groups > Login Items
    Remove one login item noted above then restart your Mac to test. It may be one or multiple items causing the slow boot.

  • In r3 side in which tables the masterdata will be stored

    like 2lis-11-vahdr------vbak
          2lis_11_vaitm------vbap

    There are lot ...
    MARA Material master
    MAKT Material text
    MARC Material per plant / stock
    MVKE Material master, sales data
    MARD Storage location / stock
    MSKA Sales order stock
    MSPR Project stock
    MARM Units of measure
    MEAN International article number
    PGMI Planning material
    PROP Forecast parameters
    MAPR Link MARC <=> PROP
    MBEW Material valuation
    MVER Material consumption
    MLGN Material / Warehouse number
    MLGT Material / Storage type
    MPRP Forecast profiles
    MLAN Tax data material master
    MTQSS Material master view: QM
    STXB SAPscript: Texts in non-SAPscript format
    STXH STXD SAPscript text file header
    STXL STXD SAPscript text file lin
    EINA Purchasing Info Record- General Data
    EINE Purchasing Info Record- Purchasing Organization Data
    MAKT Material Descriptions
    MARA General Material Data
    MARC Plant Data for Material
    MARD Storage Location Data for Material
    MAST Material to BOM Link
    MBEW Material Valuation
    MKPF Header- Material Document
    MSEG Document Segment- Material
    MVER Material Consumption
    MVKE Sales Data for materials
    RKPF Document Header- Reservation
    T023 Mat. groups
    T024 Purchasing Groups
    T156 Movement Type
    T157H Help Texts for Movement Types
    MOFF Lists what views have not been created
    A501 Plant/Material
    EBAN Purchase Requisition
    EBKN Purchase Requisition Account Assignment
    EKAB Release Documentation
    EKBE History per Purchasing Document
    EKET Scheduling Agreement Schedule Lines
    EKKN Account Assignment in Purchasing Document
    EKKO Purchasing Document Header
    EKPO Purchasing Document Item
    IKPF Header- Physical Inventory Document
    ISEG Physical Inventory Document Items
    LFA1 Vendor Master (General section)
    LFB1 Vendor Master (Company Code)
    NRIV Number range intervals
    RESB Reservation/dependent requirements
    T161T Texts for Purchasing Document Types
    Thanks...
    Shambhu

  • Restricting the Prompt Values based on Fact table data

    Hi,
    We need dashboard prompts in OBIEE reports that will fetch data from dimension tables. Our all dimensions are conformed dimension having joined with multiple fact tables.
    Because prompts are showing data from dimension table, it is showing all dimension data and few data might not present in the particular fact table that we have used in the report.
    For Example:
    We have one Calendar dimension table that has 20 years data that means all dates. Now we have two fact tables Fact1 and Fact2.
    In Fact1 we have records related to only 2007 Years data. And In Fact2 We have 2008 years data.
    Now We are creating two separate reports in two separate page in one dashboard where the prompt is same. That is Calendar date prompt.
    So In report1, The prompt will be Calendare and Result will be from Fact1. But as the calendar prompt from Calendar dimension, it showing all 20 years data though only 2007 years data is valie.
    Similarly for Report2, It is showing all calendar dates in the prompt where Fact2 is having 2008 year data.
    I want to show only 2007 years dates in the prompt for Report1 and 2008 years dates for Report2. That means I want to restrict prompt values based on the fact.
    It will be great if someone can suggest on this.
    Regards,
    SS

    Hi, I have a similar problem.
    I have two dimensions: time and customer.
    The two dimensions are joined into two Fact Table (Order, Forecast).
    I created a dashboard prompt with two selections: the first is the Year (time dimension) and the second is the Region (customer dimension) with the option "cosntraint."
    When I select a Year, not all Regions are shown, but only those that are present in one of two fact table for the year chosen. Which fact table?
    What criteria will limit the values of the Region?
    Thanks

  • My iPhone 4 is stuck in recovery mode. I have tried all of the recommended actions but nothing has worked. The phone will also not turn on if not plugged into the charger. Help please! So frustrating

    One day the phone just got stuck on ios6 screen then once unlocked it said plug into iTunes. Once I did the phone will not allow me to complete a restore. At the last stages the phone will cut off. I have asked a friend to have a look and he thinks it is stuck in recovery mode loop? I don't know what else to do. The phone is not under warranty and I bought it second hand before Christmas. Please give me any help or advice.

    Sounds like a hardware failure. Make an appointment at the genius bar of your local Apple Store. There is no magic that can fix a hardware failure.

  • I can not upgrade the iOS on my phone, nor sync the phone because the process starts with backing up the phone which always hangs up at the backing up stage and then will not allow further progress.

    I can not upgrade the iOS on my phone, nor sync the phone because the process starts with backing up the phone which always hangs up at the backing up stage and then will not allow further progress.
    And for this I guess that it is the backing up of my Podcasts - which are free downloads that causes the hang up. These are items that I have played and synced before without issues. I am thinking this way because these are Podcasts that I used to play but sundenly would not play on my iPhone. Each time I try to play anyone of them it generates the message - this movie could not be played.
    I am scared of atempting a system restore because I guess I may lose my SMS for the past two months. Please approach the solution from this point of view.
    Thanks
    Joe

    Please refer to this thread.
    https://discussions.apple.com/thread/3417041
    It may have something to do with one of your backup files that has been corrupted before.

  • How to create a Stage area in Windows XP and which is the best MS-OS

    Hi all,
    Please can somebody share the topics to install the R11 in Windows OS.
    Please give some details on this \I have Oracle installtion guide still i have some problem.
    Satyan

    Setting up stage area
    1. Log in as the operating system user with sufficient privileges to mount, umount,
    and eject the DVD. This user must also have write privileges to the stage area that
    you set up.
    2. Insert the Start Here disk in the DVD-ROM drive.
    3. Mount the DVD (conditional)
    If your system runs on a UNIX platform, and if you do not use AutoMount, you
    must mount the Start Here disk at this time.
    4. Verify software version (perl).
    You must have perl 5.0053 or higher installed, and it must be in your PATH. Use
    the following commands to identify the perl version and its location. The
    command is the same for both UNIX and Windows platforms:
    perl -v
    If perl is not present, download it from perl.com. For Windows users, the perl
    shipped by MKS is not certified. Use ActivePerl, which you can also download
    from perl.com.
    5. Run the adautostg.pl script.
    UNIX:
    $ cd
    $ perl /mnt/cdrom/Disk1/rapidwiz/adautostg.pl
    Windows:
    C:\> perl d:\mnt\cdrom\Disk1\rapidwiz\adautostg.pl
    The stage script message informs you that you can stage all the Rapid Install
    components or only selected components.
    6. Set up the stage area directory.
    At the prompt for the stage directory, enter the name of the system top-level
    directory. The Rapid wizard stage11i directory will be created in this path. For
    example, if you enter /u01 as the top-level directory, the resulting directory path
    will be /u01/Stage11i.
    7. Indicate the components to be staged.
    The script prompts you to choose the components that you want to stage:
    1 - to choose Oracle Applications
    2 - to choose Oracle Applications with NLS
    3 - to choose Oracle Database technology stack (RDBMS)
    4 - to choose Oracle Applications database (Databases)
    5 - to choose Oracle Applications technology stack (Tools)
    6 - to choose APPL_TOP
    7 - to choose National Language Support (NLS) Languages
    Enter one or more components, separating each one with a space. You can indicate
    that you want to stage only the database technology stack (3), only the APPL_TOP
    (6), and so on. If you choose 1 (the default), all the components will be staged.
    However, this choice does not include the NLS component. You must explicitly
    select it by choosing 2, or by indicating that you want to stage language (NLS)
    software (7).
    8. Indicate whether you will stage language (NLS) software (conditional).
    Starting Rapid Install
    Getting Started 1-11
    If you choose 1 or 7 at the prompt, the script asks you for the language code of the
    languages to be staged. If you enter more than one language, separate the codes
    with a space.
    9. Insert the Rapid Install DVD.
    Insert the Rapid Install software as required in the prompt. The system message
    lists the files it has copied and their location in the stage area directory.
    10. Insert the NLS DVD (conditional).
    If you indicated that you will install languages, the script prompts for the
    language software it needs to complete your installation.
    Message was edited by:
    Rajan SVR

  • HT5624 I was prompted to update to ios7 so I did as usual. But this update has made my ipad a piece of junk. I am unable to access Siri, I can't read the faint print particularly those tiny letters on the top row which show the visited websites, etc.

    I updated to iOS 7  last might after being prompted by Apple. This caused me to lose many useful features of my iPad2. First I find that Siri has disappeared. When I contacted Apple support, the guy who took my serial # and model # verified things on his end and said emphatically that I should have Siri, but could't help me find it. Another rep simply disconnected me after seeing that she was unable to help me with the problems. After wasting hours with these people and waiting several minutes for their promised supervisor to come online, I was again disconnected by them. My second major problem I wanted solved was the hard to read fine and faint print. I don't have good eyes and with iOS 7 on my iPad2 I am now unable to read the top row which has the list of websites in avery faint and fine print. I could read everything on my iPad until yesterday evening when I made the mistake of updating to iOS7. Till yesterday evening I loved my iPad but after that update to iOS 7 last night it is a piece of junk for me. Hope there is help somewhere out there to restore  Siri and other useful features of iOS 6 or get iOS6 back on my ipad So I can use it again. The chat with apple support has not helped at all as they themselves did not know that Problems like the ones I mentioned to them even existed with this iOS 7. I want my iOS 6 back!!!! CAN ANY ONE HELP !!!!! Also how can I reach anyone in Apple who is knowledgable and also has some authority to do something about it.

    Outside of the contact number for that you've already used I don't know another way of direct contact. Here are some things that they may or may not of had you try that might help you. If you will go to the settings app and pick general on the right-hand side you will see accessibility. Within that you can adjust a text size make the text bowl you can also increase the contrast. You can also adjust the brightness and control panel.
    As for Siri again in the settings app under general you should see Siri on the right-hand side with the switch to turn it on. If that is turned on and you're still having issues
    Try a Restart. 
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider. Press and hold the Sleep/Wake button until the Apple logo appears.
     Resetting your settings
    You can also try resetting all settings. Settings>General>Reset>Reset All Settings. You will have to enter all of your device settings again.... All of the settings in the settings app will have to be re-entered. You won't lose any data, but it takes time to enter all of the settings again.
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears. Apple recommends this only if you are unable to restart it.
    Or if this doesn't work and nobody else on the blog doesn't have a better idea you can contact Apple. 
    Here is a link to their contacts with most of the information below. 
    http://www.apple.com/contact/

  • [svn:fx-trunk] 10826: When a Video is removed from the stage or becomes invisible, the video will now pause playback.

    Revision: 10826
    Author:   [email protected]
    Date:     2009-10-02 10:28:43 -0700 (Fri, 02 Oct 2009)
    Log Message:
    When a Video is removed from the stage or becomes invisible, the video will now pause playback.  This features is controlled through a new property, playWhenHidden, which defaults to false (meaning we don't play the video when it's hidden).  When it becomes visible/on-stage again, we will start playing the video if autoPlay=true.  Otherwise, the video will not automatically start playback.
    This property still needs to be reviewed by PARB.
    Also, updating a comment in SkinnableContainer relating to a FIXME I own.
    QE notes: -
    Doc notes: -
    Bugs: SDK-21928
    Reviewer: Deepa
    Tests run: checkintests, mustella VideoElement/VideoPlayer
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21928
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnableContainer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoPlayer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/VideoElement.as

    Is this the same trouble you are having?
    http://discussions.apple.com/thread.jspa?threadID=826805&tstart=0
    DP G5 2GHz    

  • When I sign in to the Adobe Reader XI (which is the only option that I have to open a pdf document, I will sign in to the Adobe ID sign-in page. After I do this, the "Convert To" box goes "gray" and I am unable to convert the document I have selected.  It

    When I sign in to the Adobe Reader XI (which is the only option that I have to open a pdf document, I will sign in to the Adobe ID sign-in page. After I do this, the "Convert To" box goes "gray" and I am unable to convert the document I have selected.  It was working great for the first week that I used it, but now it doesn't give me the converting option.  I am very frustrated as I have done nothing to change anything, and I was thinking this was so great...now I am just pulling out my hair and do not have the option of calling anyone since no phone numbers are listed. I am VERY busy and do not have time to sit and wait over a half an hour to "chat", which I tried to do yesterday.  All I want to do is very simply, convert pdfs to Word.  I have paid for this and am not getting any help. I am not very savvy when it comes to Adobe this program and Adobe that program...I feel I am being scammed as I do not get simple answers for something that appeared was going to be simple. You can't even call customer service to talk to someone live to help walk you through. 

    Hello Kathie,
    Sorry for the inconvenience that has caused to you.
    Please let me know if you have tried converting any other PDF to word with Reader.
    Alos, please sign up at "https://cloud.acrobat.com/" using your Adobe ID credentials. Click on 'ExportPDF' tab and upload the PDF that you want to convert to Word.
    Let me know if this converts fine.
    Hope to hear from you.
    regards,
    Anubha

Maybe you are looking for

  • What is Tcode for purchase order and purchse requisition.

    HI all What is Tcode for purchase order and purchse requisition. Thanks

  • Missing text in book...

    Hello, I'm trying to create a party invitation & created a custom book with the text added over an image. I then exported this as a jpeg & then imported back into Aperture. Now when I order the prints from the online service, it arrives without the t

  • Create database

    Hi Experts, I am installing Solution manager EHP1 on SUSE Linux 10 , SP2 on  Database Oracle 10g . While Instlling , i am struck in the Phase "Create Database " Pls find the error screen shot  ERROR      2009-09-01 09:49:58.594            CJSlibModul

  • Updating Unit Price in iProcurement

    Hi All, Updating Unit Price in i-proc requisitioned for non stock items. To look in to how this should work out. Currently users have to create a new requisition as this facility is not available. What has to be done on the above said issue..? Many t

  • Link for 64 bit drivers

    http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252_875_10454,00.html here is a a link for 64 bit drivers...like  ati does that help?..i dont use win 64