Reports WI on Dashboard

I am developing a control panel and am using reports WebIntelligence and dashboards Xcelsius, I am using a
browse list and a viewer for the control panel.
What is the problem that the reports are reports and when I display in the viewfinder reports are lost, can you help with this
trouble.
Thank you.

Hi,
In general for every report when you click on page/dashboard to view it takes some time to show reports,showing clock symbol but if its taking more time then should go for performance tuning.
Check these,gives you an idea on it..http://obiee101.blogspot.com/2010/01/obiee-performance-tuning.html
http://www.biblogs.com/2008/11/28/thoughts-on-obiee-performance-optimization-diagnostics/
Regards,
Srikanth

Similar Messages

  • 500 Internal Server error for a single report in a dashboard

    Hi All,
    I had an issue with a report in a dashboard i.e.., In a dashboard a report is prepared by using the opaque view. When I ran the report in a dashboard it ran for about 15 to 20 mins and the report is excuted with the data. Now I tried to downlaod the data for that particular report into the excel sheet by using the option Download to Excel. At this stage after 5 mins I am facing the Internal serevr error. But strange behaviour is that it downloads sometimes and sometimes it does'nt. One more important thing is that I tested the query in backend and it took around 6 to 7 mins to fetch the data. The total no of rows for the query is only 166. So can anyone please give me some suggestions or we can have a discussion as this report is behaving strangely. One more thing I forgot to mention is that they used session variables as parameters in the query for two fields which they used in the opaque view to build that report.
    Thanks,
    Sandy

    Hi Arun,
    where can i check with that whether in DEV/PROD system...?
    I don't have access to PROD system and SU01 system too.
    Can you please guide me with the steps to get it done.
    Please check the below log which is getting displayed for the User, when he is logging in.
    Error summary
    While processing the current request, an exception occurred which could not be handled by the application or the framework.
    If the information contained on this page doesnu2019t help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this
    Root Cause
    The initial exception that caused the request to fail, was:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: ComponentUsage(FPMConfigurationUsage): Active component must exist when getting  interface controller
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.ensureActiveComponent(ComponentUsage.java:773)
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.getInterfaceControllerInternal(ComponentUSage.java:348)
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.getInterfaceController(ComponentUsage.java:335)
    at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdGetFPMConfigurationUsageInterface(InternalFPMComponent.java.245)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.changeToExceptionPerspective(FPMComponent.java:862)
    u2026 59 more
    Please provide me any help.
    Thanks in advance.
    Regards,
    Ponneswari A.

  • LO 02010 / LO 26631 error while embedding a crystal report in a Dashboard

    Hi Experts,
    I am trying to embed a crystal report in a Dashboard Design using LiveOffice 4, and i am getting the below error.
    "An error occurred while opening the report. The report does not exist; you have insufficient rights to open the report; or you cannot make a connection to the BusinessObjects Web Service. (LO 02010)" and "Crystal Reports Java Format is not supported. (LO 26631)"
    I am logging in as an administrator and the report does exist in the CMC.
    Pls. Help
    Thanks
    Asiri

    Hi Amit,
    Thanks for replying.
    We did a upgrade from BOBJ 3.1 to 4.0 recently, and need to migrate the existing dashboards. DB connections to the reports have changed, hence the need to embed the migrated reports to the dashboard.
    Yes, I get this error when i try to embed a crystal report in dashboard. I do get the same error when trying to embed a WEBi report too. As you suggested, i tried inserting a sample crystal report, and that inserts like a charm.
    Pls. advice.
    thanks
    Asiri

  • OBIEE Report Export from Dashboard to Excel doesn't suppress the columns as

    OBIEE Report Export from Dashboard to Excel doesn't suppress the columns as expected even after the properties are set to Suppress in the report. In Dashboard it is suppressed Properly but in the excel export it is not suppressed and values for the columns are repeated.
    Added the following to the instanceconfig :
    <Download>
    <Export xsi:type="excel">
    <DataValue>UseFormattedValue</DataValue>
    <RepeatRows>false</RepeatRows>
    </Export>
    </Download>
    But then could not restart services.The following error occured :
    Util Logger] Exception occurred:
         Severity:1
         Type:PKN3saw9ExceptionE
         File:saxreader.cpp
         Line:681
         Message:Sax parser returned an exception.
    Message: The prefix 'xsi' has not been mapped to any URI, Entity publicId: /oracle/ofm/instances/instance1/config/OracleBIPresentationServicesComponent/coreapplication_obips1/instanceconfig.xml, Entity systemId: , Line number: 43, Column number: 26
    Edited by: 887111 on Mar 27, 2013 11:23 PM

    Problem solved!!
    <br><br>
    See this part of the query:
    <br><br>
    if :P15_GESTOR_PROPIETARI='-3' then<br>
    w:= w||' AND (("STASVWREPORT_TASQUES"."GES_GES_ID"=:GESTOR ';<br>
    w:= w||'OR "STASVWREPORT_TASQUES"."GES_GES_ID_ESTA_ASSIGNADA"=:GESTOR)';<br>
    w:= w||'OR ("STASVWREPORT_TASQUES"."AGR_***_***_ID"=<FONT color=red>:P15_CANVI_DE_CLUB</FONT> ';
    w:= w||' AND "STASVWREPORT_TASQUES"."PUBLICA"=''S''))';<br>
    end if;<br>
    <br>
    when instead of :P15_CANVI_DE_CLUB I put a value (say ''EE'') it works correctly, finally I created an application item (ASSOCIAT) and when when I change :P15_CANVI_DE_CLUB I set :ASSOCIAT to the same value and the query is based on this application item:
    <br><br>
    if :P15_GESTOR_PROPIETARI='-3' then<br>
    w:= w||' AND (("STASVWREPORT_TASQUES"."GES_GES_ID"=:GESTOR ';<br>
    w:= w||'OR "STASVWREPORT_TASQUES"."GES_GES_ID_ESTA_ASSIGNADA"=:GESTOR)';<br>
    w:= w||'OR ("STASVWREPORT_TASQUES"."AGR_***_***_ID"=<FONT color=red>:ASSOCIAT </FONT>';<br>
    w:= w||' AND "STASVWREPORT_TASQUES"."PUBLICA"=''S''))';<br>
    end if;<br>
    <br>

  • Empty Report Layout in Dashboard instead of NO RESULTS

    Hi I am using OBIEE 11.1.1.5
    I have created some reports
    When I give some filter conditions I expect it to display No results
    But What I am getting is an Empty Report Layout with the Column Headings and Grand Total without any values in the cell
    Have anybody experienced it
    What is the reason for it and How to Overcome this
    Thanks in Advance
    Abdul
    Edited by: Abdul Kather Jeelan on 24 Apr, 2012 11:35 PM

    HI ,
    Try this way,
    How to do this--
    Please create No Result report and apply using( Guided Navigation) to main report
    1. Drag the no result report in your dashboard.
    2. Click this report Guided Navigation Properties --> Reference Source Request -- YES then ----select this report path into -- Source Request- then Show section--- select this option (If request returns Noting).
    3. The out put like if there is no date you will get NO Result report.
    Please do work around here.
    Award points it is useful.
    Thanks,
    satya

  • Scheduled Report in CUIC Dashboard

    Hi,
    I'm trying to schedule a report to run in a dashboard to use as a wallboard.  I have created a schedule to run every 5 mins and a report from Precision Queue Historic report.
    The dashboard creates fine and populates the data OK fist up but does not update the screen automatically using IE or Chrome.   If I do a refresh it does update.  Other real time reports in the same Window update OK.
    The schedule does run OK based on the summary of the schedule.
    Has anyone managed to create a dashboard that can auto refresh using historic data?
    Cheers, Dave

    I see that as well on my dashboards - there's an 'auto refresh' check box, but it never actually refreshes automatically.

  • BI Publisher report in OBIEE Dashboard

    Hi,
    I have a BI Publisher report that consists of:
    -SQL Based Report
    -Has 2 date parameters
    This report is independent of any data source OBIEE, ie there is no repository for the data shown in the BI Publisher report.
    I need to show this report in OBIEE dashboard with parameters. The report should get a parameter from a prompt / dynamic var.
    I have understood according, there are two methods for achieving this:
    1. Create a BI Publisher Report using BI Answers report as the data source wherein the BI Answers report would have one of the column’s filter clause as “is prompted”.
    2. Create a BI Publisher Report using BI Answers/Database as data source. Create a parameter for the BI Publisher report and then match this parameter name while assigning the presentation variable for the dashboard prompt.
    But I can not implement this, because my BI Publisher report is independent of any data source OBIEE.
    There a way to solve this?
    Thanks in advance!

    When you create the parameter in Report, and embed that in BIPublisher report section, it will display the parameter in the embedded content itself.
    see, if you can make use of this.

  • How to link to a BI publisher report in a dashboard

    I'm trying to link a BIP PDF report in a dashboard but I'm being prompted to login to BIP.
    I have SSO setup so that if I click on more products -> BI publisher it takes me right into BI Publisher. it uses url
    https://xxx:7777/analytics/saw.dll?AdvancedReports&_scid=S3p7sdfasdM
    which then redirects to
    https://xxx:7777/xmlpserver/servlet/report
    If I try to link a report in the dashboard I use the url
    https://xxx:7777/xmlpserver/servlet/report/Plans/Plans.xdo?_xpf=&_xpt=0&_xdo=%2FRecovery_Plans%2FPlans.xdo&PROJECT_CODE=200000&_xt=2000000&_xf=pdf&_xmode=4
    when I use this link it goes to the BI publisher login page. If I enter the username and password it takes me to the report.
    If I completely logout and try again this time with a twist it works.
    If I click on more products -> BI publisher ... it takes me to BI publisher. then if I click back and then try the same url that did not work in the previous example it works this time.
    I guess my thought is that we are not using the right URL to call a report from inside BIEE dashboard and not be prompted for a login.
    Thanks for your help.

    You have to use the BI Publisher report object in a dashboard. You have then a link option.
    You will then remark that the link call a javascript object to made use of the SSO capabilities.
    Cheers
    Nico

  • Download link to export several reports in a dashboard at once

    Hello Gurus. When you create a dashboard with a report, the Refresh, Printer Friendly and Add to Briefing Book links are created automatically with icons on the bottom, left hand side of the dashboard. Is there a way to include the Download link as well? The idea is to have a link to export several reports to Excel at once. I already know how to add it for each report. Our dashboard has 6 reports and the user wants to export all 6 reports in one command. Any help is appreciated. Thanks!

    In short - No.
    Asked many many many times, probably in the top 10 wish list.
    If you manage to suss it out please share with everyone :-)

  • How to show or publish the TFS - SQL Server Reporting Services reports in SharePoint dashboard?

    Hello,
    We have configured SharePoint site and SSRS for a team project.
    Foll. is the SharePoint site for the team project. When we click on the REPORTS link, it redirects us to the SQL Server Reporting Services website.
    My question is: How can I show or publish the reports from  SQL Server Reporting Services into SharePoint so that I can view the reports on SharePoint dashboard rather than having to go to the SSRS URL?

    Hi Nachiket,
    If you configure Reporting service for your TFS, then you can view the reports in report manger site when you click click report on Team Explorer. And SharePoint is a collaboration website product that offers deep integration with Office products like Word,
    Outlook, and Excel. You can save your team project related files in your SharePoint site. Check this
    page for more details.
    If you want to view reports that generated by reporting service on your SharePoint site, you might need to save the report in Excel and upload it to SharePoint site.
    Best regards, 

  • How can we display the list of Report Names in Dashboard Prompt?

    How can we display the list of Report Names in Dashboard Prompt?

    Hi,
    No its not possible to display list of reports in dashboard prompts.
    Can do this using SQl results in prompt(we write query checking out report names manualy),but its not easy thing if you are having many report names to be displayed.
    Assign points and close your threads if answered.
    Refer : http://forums.oracle.com/forums/ann.jspa?annID=939
    Regards,
    Srikanth

  • How to move the pages and reports from one dashboard to another

    hi all
    can please any one tel me hw to copy the reports along with pages from one dashboard to another
    Thanks

    Hi,
    Go to Administrator->Manage Presentation Catalg->Click on Group folder under which the dashboard and reports are present
    1)Create one folder and copy the reports which are present in the dashboard pages you want(reports will be under some specific folder,open and copy one after the other to the newly created folder).Do this if you want other set of same reports for new dashboard that you are creating
    2)Click on _portal and create a new folder(new dashboard)
    3)Click on dashboad that is to be copied
    4)copy the pages one after the other into new dashboard folder
    If you are not keeping new set of reports then no need to point reports in pages,if reports are placed under new folder then go to each page and pull those reports from newly created folder.
    Regards,
    Srikanth

  • Directing to  a report in a dashboard

    Hi All,
    Is there any way we can direct users to a particular report in a dashboard when they login into presentation services?

    There must be more to this than you are saying. You can have a default dashboard open by changing the settings in My Account. You can also force this dashboard to display by configuring the path although if a user makes a change in My Account to a different dashboard (assuming there is one), that will override the default path.
    Put the desired report on the main page and the user will always see the desired report upon logging in. But this seems too easy, so please be more specific.
    David

  • Firing off a report from a dashboard.

    Hello everyone- my first post! I hope you guys can help me...
    As far as I know, you cannot export a table into an excel spreadsheet when that table is in a dashboard.
    So I created a link in the dashboard soi that when you click on the account name it fires off a report that looks the same as the one in the dashboard.
    I thought this would create a report that would allow the table to be exported but instead, the report appeared in the dashboard and there is no option to export to excel.
    So does anyone know either...
    Is there a way to download tables in dashboards to an excel spreadsheet?
    OR...
    Is there a way to fire off a report from a dashboard so that it can be exported to a spreadsheet?

    You certainly can download data into tabular format from a Dashboard.
    In the Dashboard Designer, choose the Properties button located on the embedded report that you want download-able. From the resulting menu, choose "Report Links".
    This will give you the option for Refresh, Printer Friendly, and Download. You can choose to display any of these.
    When enabled, the Download link works just as in Reports, offering to download the report in Excel, csv, etc.

  • Refreshing on a particular report in a dashboard

    Hi Team,
    Here I am with a question.
    I have a dashboard which consists 4 reports whose values are drill through from one of the report. Say if I click year in 1st report, its quarters will be displayed in the 2nd report. Now, my issue is when click a report the entire dashboard is getting refreshed.
    My Client's requirement is:
    When I click Year in 1st report only the 2nd report should be displayed, Instead of the entire dashboard. Can we do this? if so, please help me out. its very urgent .
    Thanks In Advance
    Please mark as answer if it is helpful. Thank You

    Hi Sunil,
    In SSRS, drillthrough report is a report that a user opens by clicking a link within another report.
    In our report design, if we add action “Go to report”, when we click the corresponding item we will jump into another report. If we have parameter in the drillthrough report, we can pass parameter values to the drillthrough report to display the specific
    data.
    In your case, you have mentioned above, it should display 2nd report rather than the entire dashboard. Did the 2nd report is a part of the dashboard? Could you please post the screenshot about your dashboard structure? It is benefit for us to do further
    analysis.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Report Not Appearing Dashboard

    Hi,
    I have added a report to the dashboard.
    Report has Title,Table and Filter View.
    I have page prompts for that report.
    The report is appearing properly when it meets the prompt condition.
    When there is no data matching the prompt condition.It should show no results and filter view. But nothing is coming on the dashboard.*
    I can able to see dashboard links but nothing else is coming.
    I am not getting any error or warning.
    Is there any solution for this?
    Thanks,
    Satheesh

    Hi,
    In Compound Layout we have the option ->Other Views -> No Results View click on that and Edit the No Result view and Type what you want in Text portion.
    Thanks,
    Balaa...

Maybe you are looking for

  • LJ 3030 Refuses to print more than one copy after Windows 7 is installed

    I've had quite a few problems getting my LJ 3030 to print correctly after having installed Windows 7. I believe this is the very last problem and I'm unable to resolve it. Regardless of the number of copies I enter in any program MS Word/Excel, Eudor

  • JDeveloper 11.1.2.3, ADF Faces: need declarative component idea for table

    Some background: I'm trying to create a reusable toolbar for standard af:table behavior, see screen shot http://wesfang.files.wordpress.com/2013/05/dc.jpg I got the idea from the from using documentation Frank has published in the past 1. http://www.

  • Content rollup using search

    is it possible to rollup same list from different subsites  using search. If so, could you please help me with a link. tnx

  • Got request timed out when ping network load balancing (NLB) cluster ip

    I want to set up NLB on windows 2008 R2 64 bit   Server1 : private ip 192.168.1.100 ; public ip 172.1.1.1 Server2 : private ip 192.168.1.101 ; public ip 172.1.1.2 private ip 100/101 can be communicated with each other, but cannot reach from other ser

  • Are Preferences saved as a file

    Hi - I will be moving CS3 to a new computer in the next couple of weeks. Having already needed to reset preferences a couple of times, I am not looking forward to having to build all the prefs in PS and Bridge from scratch again. Are the preferences