Unexpected output in discoverer viewer

Hey Friends,
I am facing a strange problem. I have developed a drill down report with percentage. Now when i run report on user edition it shows correct output but when i run it on viewer it gives an unexpected output. Please suggest me how can i solve this issue. Is there any settings relted to the viewer which can solve this problem...
Also please note when i remove the prcentage from the report it gives accurate data on the viewer also.
Percentage is added from the Tools --> Percentages option.
Percentage is calculated using "Grand total for each column" option.
Thankls in advance,
Ankur

is this discussion helps?
Re: grand totals are not displaying...

Similar Messages

  • Discoverer viewer -- export to pdf doesn't retain page settings.

    Hi,
    The report output in discoverer viewer is much different from that of plus. I am concerned abt the report headers. In discoverer plus, the headers are left, center and right aligned.
    But in viewer, every thing is aligned center. How can I get the report o/p (same as that of plus) in viewer??
    Thanks
    Message was edited by:
    boyz

    Hi there
    did you fix it in Viewer?
    I am also getting the same issue, I have made my page setting in Discoverer Plus , when I go use Discoverer Viewer use the Printable page to get the PDF file, the layout does not shows the same page settings what I did in Discoverer Plus.
    Thanks
    ASIM

  • Generate discoverer viewer output directly to excel

    hi all
    i am using discoverer viewer 10g and i am able to export the sheet to an excel pivot table and its work fine .
    but can i make the output directly go to an excel and not show the sheet to the user ?
    i am running the sheet using a parameter form with a post method and its login and open the worksheet directly
    but is there a parameter indicate that the sheet run as batch to a file ?
    thanks

    I just installed a 10.1.2 to look at this...look at the export URLs.
    /discoverer/app/exportdata?event=refreshExportUI&source=exportType
    &stateStr=eNqFktFPqzAUxv%24ZQjSLuxS3qQ88oMPEuIkZd7vxiZS2y9hKQdq1sL
    %2FeAyO5e1Ff%24nE%24fv04pwXZg9pp5PgTZlKmQB1%2Fti2c23lTCHj8FCotHB97
    4MRHXR31eEPEkTt3ke8l6%24WAnADBgDwVFbP9u1AS0apc9cXGH69lrge4%24RX%24
    4KQe4Hb4%24PfwU3mUugZuRkoL5JYIxS%2F6%24nl3ZLi8bMz%2FP%24icaNJj72Xe
    MfdwPA8X6G9tFUXJct03Vn9eNMaYMrwGA%2FfHDktzuMGFGIGr8lKeLB57dnRoG2ZG
    GTlZKKg6WX9q26aiIwOA3bfNnhkIn1gGy5A9EbS%2FQojV2Y%2FBOmubLFdCd0J3ZZ
    fahw7mvke6eNP9FRh7%24NzurisRlcg1VAfKMJfKQ0C3KcGej0iFugm3MB2oOIs6i6
    RnZZ2NeFMJ5KoqcGXJeDB1eXcTAdhEMldponlwha%2FwNX64duuy1IHn2kwHPqrqnK
    Hn5SJNwuX7Ikr%2FxavXxzh%24TdO%2Fq%2FAteY5Xy2iexi%24LJAJN4o%2FHKHxL
    N%24FiHSUY%2F7mdzhDVbYVMzi2vvwDeIPNZ&exportType=1
    It looks like they changed the URL parameters, but it should still work. The key parameters are:
    event=refreshExportUI
    source=exportType
    exportType=1
    View the source on the export page and get the correct export type for xls and you should be able to export your excel.
    Matt

  • URGENT!! Drill Down Error with Character Set non-ascii on Discoverer Viewer

    Hi,
    We have an error in a Drill down. It comes up when the Discoverer Viewer tries to process data that contains special character (non-ascii) in a query's filter. The same report that does not perform well with special characters, does perform well if the data don’t contains special characters, so it seems to be an issue processing non-ascii chars in this Discoverer Viewer instance.
    Ex. FIELD_NAME = 'öÜæäé (This filter is contained in a query that this getting an error msg="We're sorry, the server encountered an unexpected condition" ).
    It might be possible that there are some problems with the Discoverer charset ?
    We will appreciate any suggestion about this respect.
    Regrads,
    Seba.

    Sure,
    This is the hole sql command that get an error in a drill down action process
    SELECT NVL (sf_dw_people_skills.major_name, 'No Major'),
    sf_dw_people_skills.minor_name, sf_dw_people_skills.skill_name,
    sf_dw_people_skills.skill_level,
    sf_dw_people_all_rel_v.supervisor_name,
    sf_dw_people_all_rel_v.person_name, sf_dw_people_all_rel_v.LOCATION,
    sf_dw_people_all_rel_v.supervisor_dir_name, COUNT (1)
    FROM olnreport2.sf_dw_people_all_rel sf_dw_people_all_rel,
    olnreport2.sf_dw_people_skills sf_dw_people_skills,
    olnreport2.sf_dw_people_all_rel_v sf_dw_people_all_rel_v,
    olnreport2.sf_dw_competences_rel sf_dw_competences_rel
    WHERE ( (sf_dw_people_all_rel.person_id = sf_dw_people_skills.person_id
    AND (sf_dw_people_all_rel_v.person_id =
    sf_dw_people_skills.person_id
    AND (sf_dw_competences_rel.skill_id = sf_dw_people_skills.skill_id
    AND (sf_dw_people_all_rel_v.supervisor_id =
    sf_dw_people_all_rel.supervisor_id
    AND (sf_dw_people_all_rel_v.supervisor_name = 'Kunz, Jürgen Mr') /*When I replace the charset 'ü' by u, it´s work ok*/
    AND (sf_dw_people_skills.minor_name = 'HRMS')
    AND (sf_dw_people_skills.skill_name = 'HR Intelligence')
    AND ( sf_dw_competences_rel.competence_type = :"competence_type"
    AND sf_dw_competences_rel.competence_id IN ((:"competence_id"))
    AND (sf_dw_people_all_rel.supervisor_id IN ((:"Manager")))
    AND ((( :"resource_manager" <> -1
    AND olnreport2.do_val_person_job_prod
    ('RESOURCE_MANAGER_VIEW',
    sf_dw_people_skills.person_id,
    sf_dw_people_skills.job_code,
    sf_dw_people_skills.product_code,
    :"resource_manager"
    ) = 'Y'
    OR :"resource_manager" = -1
    GROUP BY NVL (sf_dw_people_skills.major_name, 'No Major'),
    sf_dw_people_skills.minor_name,
    sf_dw_people_skills.skill_name,
    sf_dw_people_skills.skill_level,
    sf_dw_people_all_rel_v.supervisor_name,
    sf_dw_people_all_rel_v.person_name,
    sf_dw_people_all_rel_v.LOCATION,
    sf_dw_people_all_rel_v.supervisor_dir_name;
    Regards,
    Seba.

  • Discoverer report - Output from Discoverer plus is not the same as Discoverer desktop

    As a part of Upgrade project we are migrating the discoverer reports from 11i (11.5.10.2) to R12 (12.1.3) .After migrating to R12, for a custom discoverer report the output given by discoverer desktop is correct (24 rows for a scenario). But the report output from Discoverer plus does not show the credit transactions (2 rows). The output from Discoverer plus shows only 22 rows (24 - 2), which is incorrect. The query is the same in Discoverer desktop and Discoverer plus.
    Please let me know why these transactions that are appearing when the report is run from discoverer desktop are not appearing in discoverer plus. Is there any setup in discoverer plus for this?
    Regards,
    Brajesh

    Pretty hard to answer a question like this.  Best bet would be to copy the existing discoverer plus book and start removing conditions, fields, etc until those two rows from desktop show up and see if you can work it out. 

  • I cant see the graph in discoverer viewer whith was created in the desktop

    Hi,
         I need your help!! I have a problem to see a graph in Discoverer viewer. I will detail you the steps that I follow;
    It was a difficult calculate report to results by Discoverer so, I create a view in the data base which show 3 field, Periodo(number) which is a union whit other field from other folder, State(varchar), Requirement(number).
    From the discoverer desktop y have a crosstab worksheets and a graph, there I can see it without problem, but in the Discoverer viewer I can see the graph.
    I tried to set the worksheets options in “show options” to show me the graphs too, but this options didn’t appeared there. Somebody know what I should have to do to see it?
    On the other hand I changed the “show null values show” option since null to empty, and when I wanted to save the change this error appeared;
    “Oracle BI Discoverer don’t had to found the necessary values to show the events…”
    Thanks for your help!
    Regards
    Dora

    Hi Dora,
    The graphs that you create using Discoverer Plus will show nicely in Viewer. Everything you develop in Pluys works in Viewer. They are companion products.
    You must realize that Discoverer Plus/Viewer and Desktop are two seperate product sets and they use different techniques for graph creation. There are other differencies between the two that suggests that you need to develop all reports using Discoverer Plus in stead of Discoverer Desktop.
    I have experienced workbook created in Plus being destroyed when opened and saved using Desktop. So for a long time I have simply forgotten all about Desktop. If your company is relying on both Viewer and Dersktop I suggest that the time has come to change strategy and technique.
    If you need sparring please mail to [email protected]
    Good Luck!
    Cheers
    Niels Jessen

  • Discoverer Viewer/Plus does not work with Custom EUL owned by APPS user

    I am facing a unique issue with one of my customers. They have a custom EUL named XX_EUL_US and this does not allow connecting through discoverer viewer or discoverer plus.
    I have worked with custom EULS before at other customers and this was never the case. I am being told that this issue is happening as the EUL owner is APPS instead of some other user. Is this the case? Can discoverer viewer not be used with EULs owned by apps user?
    Please not that the Default EUL in ICX profiles is set to this EUL and no other EUL profiles are set.
    Appreciate any thoughts on this.

    Hi,
    I am not sure what you mean when you say you have a "custom EUL named XX_EUL_US". The EUL table should be created in a schema named XX_EUL_US. This will then be the EUL owner. You will then need to connect to Discoverer Administrator as the EUL owner and grant privileges to Apps users and/or responsibilities.
    The user should then be able to connect to Discoverer Plus/View using their apps username, responsibility and password.
    To be able to connect directly from an apps menu you need to have the ICX parameters set correctly. The ICX: Discoverer Default End User Layer Schema Prefix should be set to XX_EUL (without the _US). The ICX: Discoverer End User Layer Language Override should be set to US or not set at all.
    Rod West

  • Report Layout difference in Discoverer Desktop and Discoverer Viewer

    Hi,
    A report was developed in Discoverer Desktop. It is having some 10 columns as data points. The summarized columns for those 10 columns are required. But only 3 columns should be displayed in Detailed Data Points. So we shrinked(brought together) all the unwanted columns keeping 3 datapoints displayed. Now it is working fine in the discovere Desktop. But when we open the same report in the Discoverer Viewer, all the 10 columns are displayed in the Detailed Data Points as well.
    Thanks in Advance
    Regards
    Rakesh

    hi Michael,
    good morning..hope u had a good sleep.
    as per your last thought y'day, even though i create a function for the sum of season values n select those columns into the report, those will not be shown as summarized columns on right hand side of the report. they will be shown as datapoints for every month in that selected season.
    i think the only possible solution for like this report is to hide those unwanted columns. for this we have hidden checkbox option in tools->sort while developing. but this option is available only for tabular reports.
    if u come up with any fresh solution for the fresh day...i am glad.
    Thanks,
    _Rakesh.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Discoverer viewer displaying all the reports instead of one report

    Hi Team,
    I have created one menu and attached 4 reports to that.after that that menu is attached to the main menu.This menu is attached to the one xyz responsibility.
    Now i am facing the problem is : After logging to the responsibility,i clicked on individual report ,but it is not displaying only one report.It is showing all the reports in the discoverer viewer.
    Can you please help me in this issue..

    Please post the details of the application release, database version and OS.
    I have created one menu and attached 4 reports to that.after that that menu is attached to the main menu.This menu is attached to the one xyz responsibility.
    Now i am facing the problem is : After logging to the responsibility,i clicked on individual report ,but it is not displaying only one report.It is showing all the reports in the discoverer viewer.Please review these docs and verify that you have completed all the steps.
    How to Create a Link to a Discoverer Workbook in Apps R12 [ID 471303.1]
    How to Create a Link to a Discoverer Workbook in Apps11i [ID 278095.1]
    Thanks,
    Hussein

  • Discoverer Viewer Report with Page Items Slow Performance

    I created a report in Discoverer User that has page items and parameters and runs fine (under 3 minutes) in Discoverer User, but when I try and run it in Discoverer Viewer it takes a long time. It took over 70 minutes before manually terminating it. I made a copy of the report and removed the page items and tried to run it again in Discoverer Viewer and now the report runs in under 3 minutes. Any idea why a report with page items would run in Discoverer user fine, but not discoverer viewer?
    I am using Oracle Business Intelligence Plus 10g (10.1.2.55.26)

    As long as you can access the middle-tier server where Discoverer Viewer is running, you should be able to run and view Discoverer worksheets.
    While it is difficult to even start guessing what the problem might be, if the machine you installed Discoverer on has DHCP addressing, you will run into problems.
    Thanks
    Abhinav
    Oracle Business Intelligence Product Management
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN : http://www.oracle.com/technology/products/bi/
    Discoverer : http://www.oracle.com/technology/products/discoverer/
    BI Software : http://www.oracle.com/technology/software/products/ias/devuse.html
    Documentation: http://www.oracle.com/technology/documentation/appserver1012.html
    BI Samples : http://www.oracle.com/technology/products/bi/samples/
    Blog : http://oraclebi.blogspot.com/

  • No data found in the discoverer Viewer from Apps responsabiltiy

    Hi
    We have built a new responsibility for the discoverer reports, that is we directly access the discoverer viewer from the separate responsibility,all the report that shared with the users can be viewed from this responsibility,
    but when the user tries to run the report it is saying no data found.but for example if the user is trying to run the hrms report from this discoverer reasonability he get no data found but if we attach the function to the HRMS manager menu and try to access the report from the HRMS manager responsabilty we are able to get the data.
    We did the same setup in dev and test.in dev it is working very fine but in test we are not able to see the records in the report if we try to access.
    Please advice
    thanks
    Regards
    Ramesh Kumar S

    Hi,
    I'm not 100% familiar with HR security, but sounds like profile option setup related to security - perhaps Business Group or Initialization SQL Statement - Oracle / Custom? Check the profile options set for the HRMS Manager responsibility and setup the same for your new responsibility.
    PS. Similar sort of thing exists in General Ledger related to security. See:
    GL security issue in discoverer..
    Regards,
    Gareth

  • Report not working in Discoverer Viewer

    Hi,
    I'm using Discoverer 10.1.2.1 in conjunction with E-business Suite 12.1.3.
    I have a report that runs fine in Desktop or Plus, but when run in viewer (either from the application or from the stand-alone viewer link) it ends with the following error after running for approx 4 minutes:
    The application encountered an invalid state.
    OracleBI Discoverer Viewer was unable to find the necessary data for displaying the results of this event. Please correct any errors and try again.
    I recreated the report from scratch, using the same underlying data, and adding exactly the same items, conditions and sorting. The same responsibilities have been given access, and I verified that the SQL produced in both reports is exactly the same.
    However my new report works! From what I can see the only difference is the name and workbook identifier.
    Does anyone have any idea what could be causing my error? I have searched for the error on this forum and others but haven't found the answer.
    Thanks
    Hazel

    Hi Hazel
    This has come up before and I found this thread that I was involved in several years ago: https://forums.oracle.com/message/3682002
    Here's another one, this time relating to static IP addresses: https://forums.oracle.com/message/1199457
    There's also a document on Oracle Support: The application encountered invalid state.Oracle BI Discoverer Viewer was unable to find the necessary data for displaying the results of this event" (Doc ID 884965.1)
    Also, were you using Portal? I've seen instances where Viewer was unable to run a report that was linked via Portal because the report had changed since it was placed on the Portal.
    Best wishes
    Michael

  • Workbook works fine in discoverer plus but shows error in discoverer viewer

    Hi,
    I have some issues with the parameter of a report.
    one of the parameters is
    mgr_id (eg: 1,2,3) -- from database table.
    manager names are not available in the database but they are known to users like
    1 - david
    2 - alan chris
    3 - peter
    so the requirement is
    (i) the input parameter wud be entered as 1 or 2 or 3 or null ( or in multiple combination or all).
    But the report shud have parameters in the header of the report.
    for eg: if the input parameter is mgr_id = '1' then the report shud have manager name: 'david' in the header.
    if the input is mgr_id = '1',' 2', '3' then on the report header, it shud display as manager name: 'david','alan chris','peter'
    (ii) the default value of mgr_id shud be 'ALL'. if the user enters mgr_id as 'ALL' then it shud take all the values of mgr_id and pull all the values of mgr_id (like 1,2,3)
    and the report header shud display as department name: 'ALL'
    i have developed a custom query where i used,
    select dept_id, decode(mgr.mgr_id,'1','david','2','alan chris','3','peter') as mgr_name, ..... etc.
    in discoverer admin,
    I have created LOVs (item classes) for mgr_name.
    after that going to properties of mgr_name, i have selected mgr_id as indexed item.
    and in the report i have created parameter dept based on mgr_name and selected the option -- allow to select both indexes and values.
    and in the default value i mentioned 'ALL'.
    after that i changed the condition as
    ((mgr_name = :manager name) OR (mgr_name LIKE DECODE(:manager name,'ALL','%')))
    and in the header, i used &department name --- then it displays correctly.
    but the problem is ---
    the report works fine in plus. the problem is only when parameter value is 'ALL'
    when i run the report from discoverer viewer for the very first time (after logging in), the report works fine with correct data.
    but when i run the same report second time with parameter value 'ALL', it gives an error ---
    Invalid value "''" for parameter "department name"
    i dont understand, why it works for first time and doesn't afterwards. If i logout and login again, it works fine in viewer.
    am i doing anything wrong in conditions or declaring the parameters?
    I came to know that, the very first time, when we enter 'ALL' it is taking '%' but when we run for the second time, it is taking NULL. since NULL isn't there in mgr_id or mgr_name, it is throwing that error.
    How do i fix this error?
    Thanks

    Hi Puppethead,
    I have tried with your suggestions.
    the following condition -- did not work
    ( (mgr_name = :manager name)
    OR (mgr_name LIKE DECODE(:manager name, 'ALL', '%', NULL)))
    but for the other condition ---
    ( (mgr_name = :manager name)
    OR (mgr_name LIKE DECODE(nvl(:manager name, 'ALL'), 'ALL', '%', NULL)))
    is wrong because, :manager name cud be null, when it is null, it takes 'ALL' i.e. '%' which shud not be the case.
    if the user enters null, it has to display records with null only but with the above condition it takes '%'
    The main issue which i dont understand is, the report works fine for the first time. for the second time, the report takes null values . why is it taking null values for the second time.
    Thanks

  • Timeouts for Discoverer Viewer and SSO

    We've enabled SSO for Discoverer Viewer 9.0.4. We set the Viewer timeout in the web.xml file to 120 minutes. We set the SSO Global user Inactivity Timeout to 240 minutes. Viewer sessions don't timeout at 120 minutes. Does the GUIT timeout override the Viewer timeout?
    --- Steve

    Hi
    As far as I know, the Viewer sessions don't time out using the Discoverer settings. These only affect Discoverer Plus. The SSO timeouts will apply though. Out of interest can you tell in which folder was the web.xml you modified?
    By the way, 240 sounds an awful long time to allow an SSO connection to stay active.
    Best wishes
    Michael

  • Error of access denied opening a workbook in discoverer viewer 10.1.2

    When I open a workbook in discoverere viewer in the html page shows this message:
    OracleBI Discoverer Viewer no ha encontrado los datos necesarios para mostrar los resultados de este evento. Corrija los errores y vuelva a intentarlo.
    - access denied (java.lang.RuntimePermission oracle.discoverer.connections)
    However data seems correct, but I don't know how to delete this message.
    Thanks,
    Carlos

    Hi Carlos,
    Metalink has some information regarding what sounds like a solution to your problem under Doc Id : 265228.1. Have a read and let us know if this is for you and whether you get it working in a development environment.
    Symptoms
    Discoverer 10g (9.0.4) Plus and Viewer throws 'page cannot be displayed'
    Other symptoms
    A.) Discoverer Plus shows a file download dialog with virus warning "Some files can harm your computer. If the file information below looks suspicious, or you do not fully trust the source,do not open or save the file."
    Opening or cancelling will again throw "page cannot be displayed"
    B.) Plus throws a blank page and Viewer throws 500 internal server error
    Cause
    Installation failure on configuring discoverer in OC4J_BI_Forms may caused the problem.
    Using pre-production / beta code (M16b shiphome) will cause the problem.
    Fix
    1.) Edit the file $ORACLE_HOME(midtier)/j2ee/OC4J_BI_Forms/config/java2.policy
    2.) Add the below lines at the end of the file
    ================================
    grant codebase "file:${oracle.home}/discoverer/lib/discoverer5.jar" {
    permission java.lang.RuntimePermission "oracle.discoverer.connections";
    grant codebase "file:${oracle.home}/j2ee/home/-" {
    permission java.lang.RuntimePermission "oracle.discoverer.connections";
    grant codebase "file:${oracle.home}/portal/jlib/pdkjava.jar" {
    permission java.lang.RuntimePermission "oracle.discoverer.connections";
    grant codebase "file:${oracle.home}/portal/jlib/ptlshare.jar" {
    permission java.lang.RuntimePermission "oracle.discoverer.connections";
    ===========================
    3.) Restart OPMN.
    4.) Invoke Discoverer Plus or Viewer.
    Let us know how you get on.
    Lance

Maybe you are looking for

  • Gateway Problem with Plumtree 5.02 on Windows XP

    We have installed Plumtree Portal 5.02 on Windows XP and are facing the Following issue with gatewayed url's. Entering HandleGatewayRequest: GET http://d101927:80/portal/server.pt/gateway/PTARGS_11_0_0_0_0_43 Could not parse the gateway URL [http://d

  • Verizon Access Manager 7.0.8 and 10.6.3 results in fatal error -43

    I am trying to get a Verizon modem (UW190) working with my Macbook Pro and 10.6.3. Using 7.0.8 of VZAccess Manager. The modem is detected properly but when you try to activate vzaccess will immediately return a fatal error -43. If you try to connect

  • Date selection in query : logic needed!

    Hi, we have one calendar day depending on which the query result is displayed! Now the requirement is such that when user enters one date the query has to generate the result for the multiple date ranges including the one which he has entered. exampl

  • Async RFC - File - EOIO

    I have the following XI Scenario: Async RFC (R/3) -> XML File (Filesystem) I want to achieve a QoS of EOIO. I know that the RFC Adapter doesn't support this but I would like to see if there is another way of achieving this: Assumptions: - XI is SP16

  • Premiere Pro CC update failed

    I have been having some difficulty updating Premiere Pro CC on a windows 8.1 64x computer. I get the following error: Adobe Premiere Pro CC October 2013 (7.1) Update There was an error installing this update. Please quit and try again later. Error Co