Home page report doesn't automatically generate

user has to click on link before report generates. how can i get the report to pregenerate like all the other home page reports

Phone customer care and ask them to turn on the "Execute report immediately" option and then edit your home page report web applet and there will be a tick box to execute it immediately.
cheers
Alex

Similar Messages

  • Unable to retrieve Home page report immediately after log in

    I Created a new report and made it as a Homepage report. But unlike the other delivered home page report it is not giving the data immediately, It says "Generating analysis... Click here to view the results" and once I click this link I get the prview. Can you please let me know what the issue is?
    Thanks,
    Vamsi.

    Hi Vamsi,
    Ondemand support would generally be able to set this option "ON" to load immediately if you raise a request
    On the other hand if you deliver the report through iframe, then it gets loaded automatically
    -- Venky

  • Global Web Applets and My Custom Home Page Report

    Hello,
    I setup a custom "My Home Page Report" which is great but does not display the report when you load the home page without clicking the "Generating analysis... Click here to view the results" link. Is there a way around this?
    I then setup a a Global Web Applet and embedded this on the main home page. When doing this I found you cannot have 1 section that spans the entire width of the page as you can with a report (To my knowledge?). I then tried putting two Custom Web Applets side by side to display the graph and report I wanted. This works however, I have vertical scroll bars although the reports are perfectly displayed and do not require any scrolling. Is there a way to get rid of the scroll bars?
    Regards
    Innoveer

    Innoveer, you can contact customer care and ask them to provision your On Demand application with the custom homepage "Execute Report Immediately" option. However, you want to make sure that this custom report loads quickly - if not it will delay the loading of your homepage.

  • Safari preferences home page setting doesn't update

    Safari preferences home page setting doesn't update . After upgrade from Snow Leopard To Mavericks, Safari continues to start up & open new windows to last window open. It doesn't respond to resetting prefs home page to current page,, although it saves the pref home page http://address in the box. Help
    are there any more known issues I might need to know about? I just started using Mavericks

    Safari > General
    Safari opens with:
    "A new window" selected?

  • Firefox 5 opened with my g-mail account open in a mini-tab on the left and my Google home page - F6 doesn't, I just get the home page, can I set this up?

    No more details needed - there was a good feature added to F5 which I can't find in F6; if it's still available, how do I set it up? Thanks.

    When I open a link from a search it does open in a new tab ''(it is new, but it is at least in Firefox 4+)''<br>
    '''browser.search.openintab''' user set '''true'''
    '''More information on configuration variables''' available in
    [http://kb.mozillazine.org/About:config_entries about:config entries] and for users not familiar with the process there is [http://kb.mozillazine.org/About:config about:config] (How to change).
    You will find interesting reading on tabs in
    * '''Tabbed Browsing''' in Firefox<br>http://dmcritchie.mvps.org/firefox/tabs.htm
    * '''Tabs configuration''', extracted from About:config entries - MozillaZine Knowledge Base<br>http://dmcritchie.mvps.org/firefox/tabs_config.htm
    * 001 '''Tab Capacity Test'''<br>http://dmcritchie.mvps.org/firefox/tab_capacity/001_with_underscore.htm##
    * '''Tab Color Underscoring active/read/unread''' (Fx3.6) - Themes and Skins for Browser - userstyles.org<br>actually colors all borders not just an underline-- see picture in Tabs Bar Minimal Size<br>http://userstyles.org/styles/24728
    * '''Tabs, Enlarge list-all-tabs button''' - Themes and Skins for Browser - userstyles.org<br>http://userstyles.org/styles/18553
    * '''Tabs Bar Minimal Size''' - Themes and Skins for Browser - userstyles.org<br>http://userstyles.org/styles/9043
    From a Google search you should have the pages open in another tab, but with Google that is not quite good enough because they have them open all in the same new tab ''as you noticed so you've done that''.
    * Search and Substitution Shortcuts especially for Firefox users<br>http://dmcritchie.mvps.org/firefox/search.htm
    You can use '''Ctrl+click''' or '''Ctrl+Shift+click''' to open a link in a new tab.
    * Firefox and other Browser Keyboard Shortcuts (Comparison Table)<br>http://dmcritchie.mvps.org/firefox/keyboard.htm
    You can use '''app-tab''' to pin the tab, right-click on the tab and choose pin-tab and the opposite to unpin tab, or delete the tab when done.

  • I can delete history in safari but when i tap the Google icon on home page, it doesn't work

    I have Safari on the Home screen and it opens to Google. I never use that icon. There is also a separate Google icon. I want to delete all history and cookies from Google. I found instruction online for how to delete history from Safari which i did successfully. But when i touch the Google icon on Home screen, the history still is there. I just don't know what to do.  There must be a way. btw, i don't know why i have both Safari and Google. I might have added Google when i got the iPod or perhaps somone else did. i'm not sure it was there when i bought it.
    I really need to delete the history.  There must be someone out there who can tell me... and I would truly appreciate getting a solution. Thanks loads!!!

    I retraced my steps to how i got the Google app:
    App Store icon on Home Screen > Search, at bottom > entered Google
    The first Google App on the screen appears:
    Google logo small g in blue square: Google Search; Open (because it is already installed).  Below that is a picture of the iPod with the usual  Google Search screen.  I have never inserted a link into a discussion group so i hope you can open this. 
    http://https://itunes.apple.com/us/app/google-search/id284815942?mt=8
    Does this bring us any closer? 

  • Problem defining a report to show in Reports tab of plug-in home page

    We are developing a plug-in for OEM and we want to add some SYSTEM reports that will be showing in Reports tab of plug-in home page.
    We tried to use the PL/SQL code described in Extensibility Guide, copied the code used in some existing plug-in that we downloaded from Oracle site, but it does not work. When executing the code we receiving "PL/SQL procedure successfully completed" message, but report does not show neither in Reports list nor in Home page (reports tab does not exist).
    Finally we tried to add a report containing only static text component, but with same result.
    Following is the code that is executed:
    DECLARE
    l_target_types MGMT_IP_TARGET_TYPES;
    l_param_values MGMT_IP_PARAM_VALUE_LIST;
    l_target_type MGMT_IP_TARGET_TYPES;
    l_report_guid RAW(16);
    l_element_guid RAW(16);
    l_report_title_nlsid VARCHAR2(128);
    l_report_owner VARCHAR(100);
    l_curr_order NUMBER;
    l_curr_row NUMBER;
    BEGIN
    -- specify the target type associated with this report
    l_target_type := MGMT_IP_TARGET_TYPES();
    l_target_type.extend(1);
    l_target_type(1) := 'test_plugin_57';
    l_report_title_nlsid := 'Status 57_4';
    l_report_owner := mgmt_user.get_repository_owner;
    -- create a report definition for the report
    l_report_guid := mgmt_ip.create_report_definition (
    p_title_nlsid => l_report_title_nlsid,
    p_description_nlsid => 'TODO: description here',
    p_owner => l_report_owner,
    p_category_nlsid => 'Monitoring',
    p_sub_category_nlsid => 'Hardware',
    p_late_binding_target_types => l_target_type,
    p_late_binding_multi_targets => 0,
    p_show_table_of_contents => 1,
    p_system_report => 1,
    p_component_name => l_target_type(1)
    -- Add report so that it shows up under "reports" tab in default home page
    mgmt_mp_homepage.add_report (
    p_target_type => l_target_type(1),
    p_report_title => l_report_title_nlsid,
    p_report_owner => l_report_owner,
    p_report_order => 1
    -- Text
    l_param_values := MGMT_IP_PARAM_VALUE_LIST();
    l_param_values.extend(2);
    l_param_values(1) := MGMT_IP_PARAM_VALUE_RECORD(
    'oracle.sysman.eml.ip.render.elem.TextParamBean.textMessage',
    'This page shows the reports related to TBD.');
    l_param_values(2) := MGMT_IP_PARAM_VALUE_RECORD(
    'oracle.sysman.eml.ip.render.elem.TextParamBean.textStyle',
    'OraTipText');
    l_curr_order := 1;
    l_curr_row := 1;
    l_element_guid := mgmt_ip.add_element_to_report_def (
    p_report_guid => l_report_guid,
    p_element_name_nlsid => 'IPMSG_STYLED_TEXT',
    p_element_type_nlsid => 'IPMSG_ANY_TARGET_TYPE',
    p_header_nlslid => null,
    p_element_order => l_curr_order,
    p_element_row => l_curr_row,
    p_parameters => l_param_values,
    p_targets => null
    END;
    /

    Have you tried running your sql file in sql plus? Does that work? If it does execute, does the report show on the main tab but not on the target homepage or does it show in neither spot? Try hitting the refresh icon in the page to reset the cache on the Reports tab.
    When you deploy the plug-in with the report file in it, did you see any errors or messages in the oms logs?
    1. We do: run the PL/SQL script I posted from sqlPlus. As far as I understand it should add a report?
    2. We tried all the ways of defining a report. We successfully create the report interactively with SQLs we defined. We tried to put the PL/SQL code inside the jar and deploy, to run the PL/SQL script in SQL Plus, neither report is showed in Reports list nor Reports tab is showing at all. We tried to restart OEM and computer after adding a report, it does not help...
    Regarding the oms logs - where can we see that?

  • Not able to access Oracle 10g XE database home page on Windows XP?

    I wanted to practise pl/sql in my office pc. I installed Oracle 10g XE on my machine and after that I also started Agent from Services. However When i clicked on Database home page it doesn't start. Changing network configuration might create problem in network. Can anybody help me working out this problem or has any alternative to practise PL/SQL with tiny oracle database.
    Regards
    Manish
    Edited by: user11003855 on Apr 19, 2009 11:27 PM

    Did you configure loopback adapter?
    :p

  • I did a dumb thing and clicked on "Start Private Browsing". Ever since then I have not been able to set my home page in Firefox. I have tried dozens of times and each time I close Firefox and re-open it - My homepage is BLANK.

    This is so frustrating and this question/answer place is my last resort. How do I get my favorite home page back? Sure hope you can help me.

    See:
    * Firefox/Tools > Options > Advanced > General : Accessibility : [ ] "Warn me when web sites try to redirect or reload the page"
    See also:
    * http://kb.mozillazine.org/accessibility.blockautorefresh
    * https://support.mozilla.com/kb/Options+window+-+Advanced+panel#General_tab
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    If the home page setting doesn't keep then see:
    *http://kb.mozillazine.org/Preferences_not_saved
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Launching safari with home page

    How do I stop previous viewed pages from getting launched automatically, each time I launch safari?  I need my home page to be launched automatically. this problem started the moment i ugraded my operating system to

    If you are using Lion 10.7 post in the Lion forums or the Safari forums.

  • Program to auto set web page as home page

    Hi,
    I want to know how to set the desired web page link as home page of the browser automatically. i.e. The web page link specified in the program must be default home page of the browser if the program is executed.
    Please clarify my problem.
    chiru.

    Hi,
    I want to know how to set the desired web page link
    as home page of the browser automatically. i.e. The
    web page link specified in the program must be
    default home page of the browser if the program is
    executed.
    Please clarify my problem.
    chiru.One option is to create a link on your page to set it as the default home page, however I believe that is more related with javascript.
    Or you want a Java application that when executed will set the default setting of your browser (IE and Firefox) to point to your website?
    Regards,
    Sim085

  • Home page won't set to my home page

    I set my home page to "www.yahoo.ca". When I click 'home' it goes to yahoo.ca which is what I want..But..if I close firefox and reopen, it goes to http://rogers.my.yahoo.com/?_bc=1, which is not what I set up for my home page. When I click 'tool', 'options', 'general' this always comes up http://www.rogers.com/smartkey as 'show my home page'. Doesn't matter how many time I change my home page to www.yahoo.ca it still comes up as www.rogers.com/smartkey.
    I would appreciate a reply notice to this to my e-mail if possible to [email protected]

    Did you try to start in Safe mode?
    In Firefox 4+ versions you can use one of these to start in <u>Safe mode</u>:
    *Help > Restart with Add-ons Disabled
    *Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)
    *https://support.mozilla.com/kb/Safe+Mode
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.com/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If that new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • I can't open firefox. The home page doesn't come up, I just keep getting the Crash Reporter asking to restart/quit but every time I do this the same message comes back.

    I can't open Firefox. The home page doesn't come up, I just keep getting the Crash Reporter asking me to restart/quit but every time I do this the same message comes back. I've not been able to use Firefox for days now.

    Since a few days we have a lot of crashes with [http://www.trusteer.com/product/trusteer-rapport Trusteer Rapport]. If you have this program, try to disable it and see if that stops the crashing.<br>
    You can stop Rapport using Start Menu > Programs > Trusteer Rapport > Stop Rapport<br>
    You can ask their helpdesk when an updated version of their product will be made available or, if you don't need this software, uninstall it.<br>
    http://www.trusteer.com/support/en/report-problem<br>
    If you do not have Rapport, then we need to have a crash report ID. When you send Mozilla a crash report it just puts it in a giant database. We have no way of looking it up without the Report ID. I have no idea what is wrong without looking up the crash report. Please get the Report ID of your latest crash report.<br>
    See https://support.mozilla.com/en-US/kb/Firefox%20crashes<br>
    or http://kb.mozillazine.org/Firefox_crashes<br>

  • Is it possible to refresh the home page or report page automatically?

    Hi.
    I'm develping EM plugin with EM 11 extensibility.
    Is it possible to auto refresh the home page or report page?
    It contains the view data(real time 30 sec page..) select list combo at the matric detail page.
    and it is displayed on the right of the top at the database main page
    Thanks,
    wonjo.
    Edited by: wonjo on Oct 5, 2010 10:49 PM

    Also, there are enhancements in progress to the extensibility framework which will, in future versions of EM, allow this type of control over chart/table refresh for plugins.

  • Report with Prompt on Home Page

    I have created a report with column prompt. I have also included this report in 'My Home Page custom report'. But when i access 'My Home Page' i dont see the Prompt, i only see the report with all columns & data. Have i skipped some step to include prompt on home page ? Thx for help

    Hi,
    When we display a report on the homepage, the Prompt is not shown instead a link will shown in place of the report stating 'Click here to Generated Analysis'.
    Even though you have the prompt on the report it will not show on the homepage, as homepage reports are usually detailed report.
    You can add filter instead of using a prompt on the report.
    Hope this helps.
    Thanks

Maybe you are looking for

  • Help with Mail Server Setup/DynDNS

    I don't have a static IP so I setup an account/registered a domain with DynDNS. The test site is hosted fine via Leopard Server. However, I am trying to setup a mail server to no avail. Configured Mail Server through the assistant and ended up with t

  • Desktop software no longer recognizes 9630

    I recently updated my sprint 9630 to v. 5.0.0.1030 (bundle 1675, platform 4.2.0.451). My desktop manager no longer recognizes the phone when I plug it in. My laptop rcognizes that the phone is plugged and it is charging the phone as well, but the sof

  • No sound with ALSA and Creative Recon3D

    I have been working on this issue for several days now and still cannot get my sound card to work. Basically, I have a Creative Sound Blaster Recon3D sound card installed in a PCI slot and I am unable to play any sound through it. Note that I have th

  • Acrobat 9 Standard missing paper sizes.

    I recently had Acrobat 9 Standard installed on my work computer.  Previously I had CS4 with Acrobat Pro installed but had to transfer the license to a coworker.  I'm now frustrated because all of the page sizes that I typically use are gone.  All fo

  • Upgrade from Burrito to 4.5, Could not resolve MobileApplication tag?

    Hello: As the topic states, I just upgraded from Burrito to 4.5 today. I imported my app and I get the following error: Could not resolve <s:MobileApplication> to a component implementation.    ...    line 6    Flex Problem Did they take out MobileAp