How to prevent Apply button from automatic execution

I'm using OBIEE 11.1.1.5.
When user enter my dashboard he can see section with many prompts and some chart based reports below.
Usually, when entering the page the reports are executed with default prompts values and it may take a while.
Only after most of reports are being generated, user is able to open the listboxes in the prompts and select his desires.
The listbox is not filled quick since the DB is busy on the reports execution.
My question is:
Can I prevent the reports to be executed automatically when entering the dashboard?
I would like user to click on Apply in order to get results.

Hi,
Tune up your RPD,
Make sure that joins are implemented correctly,
use cache management to increase the performance to load.
login to em and in overview you will get the cache management their also u can increase the performance
even in RPD also u can tune the cache management to increase the perfrmance.
Regards
VG

Similar Messages

  • [Flex 4.5.1] How to prevent Radio Button from being selected when clicked on? No Changing Event?

    I have a very common use case where you have a few radio buttons and only one can be selected at a time. Some of them are basic and on click should be selected right away, but other are more complex and open a pop up which requires some additional user selections after which the user selected OK or CANCEL for example and only after that the selection of the radio button should be applied programatically.
    So to solve this issue I've come up with 2 workarounds:
    1) make the entire group, that holds the radio button, act as a button with buttonMode="true" mouseChildren="false" and programatically change the radio button within it.
    2) hold the current radio button selection in a variable and in the changeHandler of that radio button return the selection back to what was selected before. But this also causes a small flickering of the radio button which gets selected and deselected immediately after that.. not cool.
    So my question is... is there something I am missing that could do the job without these workarounds... like a Changing event which I use for the ButtonBar but I can't find on the RadioButton or RadioButtonGroup... thanks!

    Hi,thanks for the reply. Actually that was my third option, but not sure if it's very good also..
    Here is a simple scenario:
    User must select between 2 radio buttons:
    1) no volume -> sets variable volume=0 and selects the radio button (that is the normal use case)
    2) set volume -> opens up a pop up with a list that has a X button to close and 4 options: 25% volume, 50% volume, 75%, 100%
    At this point the set volume radio button should not be selected and the user has 2 choices:
    -> hit the X button to close - nothing changes and no volume radio button is still selected and volume is still = 0
    -> hit one of the volume % buttons -> the set volume radio button gets selected and the variable volume=25/50/75/100 depending on the button selected by the user.
    That's a pretty common scenario and it's bugging me that I can't easily alter the radio button selection logic since whenever I click it, it gets selected and I can't put a logic in between in a standard way. This should apply to any component with selection, just like ButtonBar has it with the Changing event.
    So is there any other more convenient way to accomplish this scenario that you could recommend?
    Thanks!

  • How to prevent a Button from playing a Sound overlaped?

    I have a Button named "Bt1P" that when I click on it, the Sound "S1.mp3" begin to play.
    This is the code:
    Bt1P.addEventListener (MouseEvent.MOUSE_DOWN, Bt1PDown);
    function Bt1PDown (event:MouseEvent):void {
    clicked = 1;
      var str:String = "S1.mp3";
        var ClassRef:Class = Class(getDefinitionByName(str));
      var playSound:* = new ClassRef();
      playSound.play();       
    My question is, what is the right code to tell this Button not to repeatedly play "S1.mp3" while it is already Playing!
    because when i click it for the 2nd and 3rd time, the file overlaped, and 3 same sounds play together at once....you know what I mean?
    any Help please??....thanks a lot.

    Hey Pouradam! How are you!!
    I found the answer myself....I just need to Add the RED code as below :
    Bt1P.addEventListener (MouseEvent.MOUSE_DOWN, Bt1PDown);
    function Bt1PDown (event:MouseEvent):void {
      clicked = 1;  
      SoundMixer.stopAll();
      var str:String = "S1.mp3";
      var ClassRef:Class = Class(getDefinitionByName(str));
      var playSound:* = new ClassRef();
      playSound.play();       
    Hope it solved my problem??  Yes It did!

  • HOW DO YOU TURN OFF "FIREFOX PREVENTED THIS PAGE FROM AUTOMATICALLY RELOADING". I did the "see Advanced - General - Accessiblity. and still having problems

    HOW DO YOU TURN OFF "FIREFOX PREVENTED THIS PAGE FROM AUTOMATICALLY RELOADING". I did perform the "see Advanced - General - Accessibility. It worked for me and my "user" site (don't know how to say my site) and still having problems with my wife's. I have gone to OPTIONS → GONE TO → ADVANCE and CLICKED THE LINE → ""Warn me when websites try to redirect or reload the page…""
    This did not rememdy the problem. I did try to get on the other site suggested
    http://kb.mozillazine.org/Accessibility.blockautorefresh
    but got a 404 error...
    I have googled the "ff prevented...." and after a number of hours searching I still have not found a fix...
    REALLY HOPE SOMEONE CAN HELP ME....
    JM

    You should still disable this setting:
    *Firefox > Options/Preferences > Advanced > General : Accessibility : [ ] "Warn me when web sites try to redirect or reload the page"
    The setting in "Options > Advanced > General" is meant as an accessibility feature, as you can see by the label of that section, so that people with disabilities or people who use screen readers do not get confused and is not meant as a safety protection to stop redirecting.
    What is the value of the <b>accessibility.blockautorefresh</b> pref on the <b>about:config</b> page?
    *http://kb.mozillazine.org/accessibility.blockautorefresh
    If you have problems with preferences, see:
    *http://kb.mozillazine.org/Preferences_not_saved
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • AFter the latest download, my e-mail service keeps getting a bar at the top "Firefox prevented this page from automatically redirecting to another page". I have to keep hitting the "Allow" link? How do I get rid of this?

    Ever since the last update, I'm having problem accessing my e-mail account. I keep getting an annoying bar at the top of the screen "Firebox prevented this page from automatically redirecting to another page." I have to keep hitting the allow button, sometimes twice. And when I do get into the accounts the bar jumps in and out every time I open a new e-mail, or delete and old one.
    How do I get rid of this. I've had this account for years, with a very reputable private e-mail provider. This is nuts.

    See:
    *Firefox/Tools > Options > Advanced > General : Accessibility : [ ] "Warn me when web sites try to redirect or reload the page"
    The setting in "Tools > Options > Advanced > General" is meant as an accessibility feature, as you can see by the label of that section, so that people with disabilities or people who use screen readers do not get confused and is not meant as a safety protection to stop redirecting.
    See also:
    *https://support.mozilla.com/kb/Options+window+-+Advanced+panel#General_tab
    *http://kb.mozillazine.org/accessibility.blockautorefresh
    *http://kb.mozillazine.org/Accessibility_features_of_Firefox

  • Firefox prevented this page from automatically reloading. How do I get trid of that? It asks me to allow every time it wants to refresh?

    I constantly have the following in a bar at the top of the CNN page:
    "Firefox prevented this page from automatically reloading". Ii is accompanied by an "Allow" button. How do I get rid of that. I also have on every site randomly highlighted words in green that, when moused-over, has a little pop-up with a marketing ad.

    See:
    * [http://kb.mozillazine.org/Menu_differences Tools > Options] > Advanced > General : Accessibility : [ ] "Warn me when web sites try to redirect or reload the page"
    * [[Options window - Advanced panel#General_tab]]
    See also: http://kb.mozillazine.org/accessibility.blockautorefresh

  • How can I eliminate the toolbar that comes up every time I swith websights and says Firefox prevented this page from automatically redirecting to another page and when nothing comes up I have to hit ALLOW and most of the time it screws me up

    I am running OS10 on a MAC and every time I go too another web site (most of the time) a new tool bar pops up that says " Firefox prevented this page from automatically redirecting to another page" and on the other end I must hit the button ALLOW because it is usually screwing me up and Iwant to disable it or use another browser

    Options > Advanced > General, un-check "Warn me when web sites try to redirect or reload the page"
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • When I click on a link in an email I get the following message at the top of the screen: "Firefox prevented this page from automatically redirecting to another page...[Allow]. How can I stop this?

    When I click on a link in an email using gmail in the Mozilla brower, I get the following message at the top of the screen:
    "Firefox prevented this page from automatically redirecting to another page...[Allow].
    How can I stop this?

    # Press Alt+T
    # Select Options
    # Select Advanced Panel
    # Select General Tab
    # You will see option "Warn me when websites try to redirect or reload page"
    # Uncheck it as given in the screenshot.
    <img src=http://dl.dropbox.com/u/7456129/Firefox/advancedgeneraltab.jpg width=600px height=600px>
    ''<hr>Note: If anyone's reply has solved your problem, then please mark that reply as "Solved It" to the right of that reply after logging in your account. It will help us to concentrate on new questions.''

  • How do I turn off the "firefox prevented this page from automatically redirecting to another page" dialogue ?

    I am a mac user. I tried to access my bank account, but firefox 3.6.8 prevents me by telling me: "firefox prevented this page from automatically redirecting to another page". This is NOT a dialogue which I can click a button. Instead, nothing happens when I type my bank's URL while a small message appears below the URL field bar. I do not have the OPTIONS under the Tools menu (like on Windows version) and my preferences does not give me any option to turn this thing off. Can any one HELP me as I cannot have access to my bank website?

    See: Firefox > Preferences > Advanced > General : Accessibility : [ ] "Warn me when web sites try to redirect or reload the page"
    See: [[Options window - Advanced panel#General_tab]]
    See also: http://kb.mozillazine.org/accessibility.blockautorefresh

  • How do I make Foxfire quit giving me the message Firefox prevented this page from automatically redirecting to another page?

    When I am on some sites Firefox gives me the message Firefox prevented this page from automatically redirecting to another page? and then I have to click Allow. This happens on every single page on certain sites. How can I make this stop all together?

    * [http://kb.mozillazine.org/Menu_differences Firefox > Preferences] > Advanced > General : Accessibility : [ ] "Warn me when web sites try to redirect or reload the page"

  • In V33.0 how do I disable "firefox prevented this page from automatically reloading"?

    When loading my home page I get the following message "firefox prevented this page from automatically reloading". Before I upgraded to V33.0 I was able to fix this issue. The answer was to uncheck the box "warn me when pages try to redirect" but I don't see this option in V33.0.

    This should be in the same spot:
    "3-bar" menu button (or Tools menu) > Options > Advanced > General mini-tab > ''uncheck the box for'' "Warn me when websites try to redirect or reload the page"

  • We have 2 ipods and 1 ipad with different apps all synced to one computer.  How do I prevent these apps from automatically being synced to all three devices each time I do a backup/sync?

    We have 2 ipods and 1 ipad with different apps all synced to one computer.  How do I prevent these apps from automatically being synced to all three devices each time I do a backup/sync?

    Uncheck the option to automatically sync new apps to the device.
    Other than that, syncing is by device.
    Connect one device, tell iTunes what to sync, then sync.
    Connect second device, repeat.
    Connect third device, repeat.

  • How to disable the popup "Firefox prevented this page from automatically reloading ?

    On Firefox 9.0.1 (OSX Lion 10.7.2) most of web page appear with a popup saying : Firefox prevented this page from automatically reloading.
    Even I click agree, the pop up reappear almost instantly. How to stop it ?

    Thank you cor-el

  • Firefox prevented this page from automatically reloading ... How can I fix this?

    I use firefox with my earthlink account. When the earthlink browser page loads .. and for that fact, when most pages load, a bar appears that says "Firefox Prevented this Page from Automatically Reloading." on the far right side of the bar is a Box " ALLOW" and the Red "X" Box.
    When I click Allow, for about 20 to 30 seconds the bar is gone, but then slowly comes back. When I click the Red X ... it leaves and does not come back until I do something using the right mouse button or the enter key!

    See: Tools > Options > Advanced > General : Accessibility : [ ] "Warn me when web sites try to redirect or reload the page"
    See: [[Options window - Advanced panel#General_tab]]
    See also: http://kb.mozillazine.org/accessibility.blockautorefresh

  • When visiting certain sites, if I click on a featured link, I get the message: "Firefox has prevented this page from automatically directing to another page", How do I disable this so I am able to get to the page I want?

    In this particular case, I was on a page that offered group discounts ("deals") that can be purchased for a limited time. To make the purchase, I needed to click onto the link with the name of the deal being offered. However, upon clicking on that link, I received the message from Firefox that it was preventing the page from automatically directing to another page i.e. the page that would have allowed me to make my purchase. Please answer quickly since the deal I want to purchase expires in three hours!

    See:
    * [http://kb.mozillazine.org/Menu_differences Tools > Options] > Advanced > General : Accessibility : [ ] "Warn me when web sites try to redirect or reload the page"
    * [[Options window - Advanced panel#General_tab]]
    See also: http://kb.mozillazine.org/accessibility.blockautorefresh

Maybe you are looking for

  • HTTPS connection with client certificate not working in spartan

    Spartan does not show certificate for the user to select when I click the https link. The certificates (taken from a smartcard) are indeed present in the user CertStore. It works with IE 11 and Chrome. Has somebody any suggestions ? Thanks.

  • Document setup - trim

    Is there a way to make the document size snap to artwork, kind of like using the photoshop trim feature, without going into document setup?

  • Assign the DIR to HR objec

    Dear all, I have know idea about HR module 1)let me know how to assign the DIR to HR object through PA30. i am unable to attache the DIR at same . DIR window is not comming. 2) I have assigne th HR object to document type. I can see three field in hr

  • Howe to stop postgrey?

    I installed postgrey on my server on friday. And it keeps stopping mail from mail users i want mail from, they er not spammers!:( What can i do?

  • Stage.quality [HELP]

    So to get great performance in my app I have to set stage.quality to low.  It works great on both iPad2 and iPad3 I have noticed however... on the iPad2 my startup image quality is very bad.  However on the iPad3 the startup image is perfect.   Why w