Determing the Discoverer Report Statistics

Hi,
Is there any way we can determine the following information for the Discoverer Reports:
Report Name
Worksheet name also if available
Date the report/sheet was run
User that ran the report
It will be very helpful if I get the query for the same.
Thanks in advance.
Regards,
Shruti

Hi shruti,
good morning.
Seems your new to discoverer.Anyways good your into nice tool and you wil enjoy it.
Is there any way we can determine the following information for the Discoverer Reports:Go to the workbook sheet/edit title you will find a button on the right hand side insert,drop down it and select them into your title area and you will get what you asked.
It will be very helpful if I get the query for the same.Here goes the query
SELECT
QPP.QS_DOC_NAME WORKBOOK_NAME,
QS_DOC_OWNER WORKBOOK_OWNER,
MAX(QPP.QS_CREATED_DATE) CREATED_DATE,
QPP.QS_CREATED_BY OWNER
FROM
EUL5_QPP_STATS QPP,
EUL5_DOCUMENTS DOCS
WHERE
DOCS.DOC_NAME = QPP.QS_DOC_NAME
GROUP BY
QPP.QS_CREATED_BY,
QPP.QS_DOC_NAME
ORDER BY 1,2,3;
hey shruti,can u give your introand where your working?
Hope this helps you.
Best Wishes,
Kranthi
Edited by: Kranthi.K on Jun 17, 2009 10:27 PM

Similar Messages

  • Regarding Issue when Exporting the Output of the Discoverer Report to Excel

    Hi,
    Can Any of you guys help me out in this issue. I am exporting the Discoverer Report Output to Excel sheet, I am able to export but while I am opening the excel sheet I am getting an error saying "UNABLE TO READ FILE".
    Please help me out in this Issue, it is so urgent.
    Thanks in Advance..
    Raja.

    Hi,
    Is there any way to export the output of scheduled Discoverer Reports to a particular server using Discoverer plus.Only by openning and exporting each report manually.
    is there any way to get the output name in a particular syntax. I want to concatenate date in the output name.Only by entering the filename when you do the export.
    The best way to do this is to use Discoverer Desktop and a third party scheduler. Then you can export all your reports automatically and define the filename used in the output. Search this forum for more information on third party schedulers.
    Rod West

  • How to migrate the discoverer reports using the PPM tool

    Hi,
    Did Any One Migrate the Discoverer Reports Using The PPM (Kintana Tool) From One Oracle Instance To The Other?
    Please Help Me If Any One Knows?
    Thanks,
    Ankit

    Hi User,
    Create a new shared folder.
    Provide access to all the users.
    Now, ask the user who created the report in 'My Folders' to save the report in this new shared folder.
    And, Delete those reports in 'My Folders'.
    Now, as the report is saved in New shared folder you can access - this one.
    Else--- Ask the user who created the report in my folder to make sure that it is available to all users. (Permissions - Permission should need to be provided for Administrator group)
    Thank you.

  • Only the Admin can view the data in the Discoverer Reports

    Hello,
    Discoverer Version Info:
    OracleBI Discoverer 10g (10.1.2.3)
    Oracle Business Intelligence Discoverer Plus 10g (10.1.2.55.26)
    Discoverer Model - 10.1.2.55.26
    Discoverer Server - 10.1.2.55.26
    End User Layer - 5.1.1.0.0.0
    End User Layer Library - 10.1.2.55.26
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    Everything was working fine until we applied some database patches.
    Users cannot see any data in the discoverer reports. Only the Admin can see data. Even the LOVs do not populate any values for the regular users.
    Can someone please advise as to what is happening?
    Thanks.
    Thanks.

    Hi Akshaj,
    It would certainly be hard for me to replicate (I am on 10g), but perhaps you could identify the patches that were applied and this would help people discern the problem.
    I would narrow down this problem to one business area. Next, identify what users or responsibilities have been granted access using the Discoverer admin tool. Has anything changed?
    Confirm which users have been granted access. Has this changed because of the patch?
    I would look at the session sql to see if there is some change after the patch (something like this):
    select
    from
    v$sql
    where
    parsing_schema_name = 'APPS'
    and module in ('Disco10, DISCOADMIN:Discoverer_login_responsibility','dis51ws@apps_server_url (TNS V1-V3)')
    order by first_load_time desc;
    Hopefully you have a test or development environment which has not received this patch and you can juxtapose the authentication behavior.
    Patrick
    Edited by: Patrick Bacon on Oct 3, 2011 12:55 PM

  • How to find the EUL for the discoverer report in apps

    Hi gurus,
    I am new to oracle discoverer reports.
    I am getting this below error in one of the discoverer report running in Ebiz application.
    "OracleBI Discoverer Viewer was unable to find the necessary data for displaying the results of this event. Please correct any errors and try again.
    - -1 "
    I have found the workbook name from the form function navigation.
    How to connect this workbook through discoverer administrator, Also if you have idea on this above error please advice?
    Regards
    Ram

    Hi Michael,
    HRMS appliocation
    database 10.2.0.4
    windows XP
    ebs 11.5.10.2
    One of our user using disooverer 4i desktop and administration edition on old windows 2000 machine and connecting to schema.
    We are decommision old windows 2000 machine.
    I have installed disooverer 4i desktop and administration edition on new windows XP VM box and trying to connect to same schema which was used with old
    desktop and asking me to create EUL. What is theat I should be doing to use new one same as old one?
    Old box is still there.
    Thanks.

  • Unable to run the Discoverer Report from Apps

    Hi,
    Can anyone guide me how to run Discoverer Report from Apps.

    Hi,
    Take a look in metalink Note:278095.1
    Beside that define the ICX profiles correctly.

  • Error while running the Discoverer report from the command line.

    Hi All,
    I've to run a discoverer report from command line and export the results in xls/html on to my local machine. This report I've to run it as batch and scheduled it.
    I have a parameterized worksheet and this has to be run from command line specifying the parameter value I wanted to run the report for. I do not get any results. Here is the command line I am using.
    dis51usr /connect user/password@database /opendb "TIMS-PCJ status Report" /sheet "TIMS observation status report (based on performed date)" /parameter "Test Number" '40351' /parameter "From Date" '05-MAY-2008' /parameter "To Date" '06-MAY-2008' /export HTML "C:\DISCOVERER_REPORT_SCHEDULING\DIS_OUTPUT\PCJStOutputinHTML123"
    I even added the TO_DATE conversion for the parameters and also gave the format of the date as 'DD_MON_YYYY'.
    Discoverer Desktop opened up, logged in and gets terminated saying 'Oracle Discoverer Desktop has encountered a problem and need to close. We are sorry for the inconvenience.'
    Please anyone reply me.
    Regards & Thanks,
    P. Gayathri Devi

    Hi Gayathri,
    Try changing your parameter names to be a single word. (Change "Test Number" to Test_Number).
    Does the report run fine when run through Desktop for the same parameter values? Which version of Discoverer are you using?
    Thanks.

  • Which table keeps the Discoverer Report list?

    Hi,
    I'm new to Discoverer, actually I haven't started to use yet.
    I would like to know is it possible to retrieve a list of reports created in Discoverer so that I can add them to the standard reports that I developed using Oracle Report builder in my application. If possible, which table can I get the report list?
    My second question, is it possible to run a Discoverer report directly if I have the report link? Or everytime I run I must enter the schema username and password?
    Please advise.
    Thank you.

    Hi
    With regards to question 1, I don't believe this is possible any more. The older versions were rather flexible in that approach but sadly, no more.
    With regards to question 2, using a VPD you can authenticate to your heart's content using any custom defined table you wish. This is just an out of the box idea, and I don't know whether it will work, but here goes.
    The table that stores public connections is this one: orasso.wwsso_psex_user_info$
    I am wondering what would happen if we put a restriction on SELECT from that table to not allow selection if the SSO user was not of a certain class or did not have a certain privilege.
    Would anyone else care to comment here?
    By the way, inside SQL, this code SYS_CONTEXT('USERENV', 'CLIENT_IDENTIFIER') will return the SSO user.
    For more info on public connections, look here: http://download-west.oracle.com/docs/html/B13918_03/conns.htm#i1016752
    Best wishes
    Michael

  • Tracking The Discoverer Report Session and Users

    Hi
    Is there a standard process or a query which helps us to monitor the list of Discoverer reports running (or scheduled) and the users who are running it,
    Please let me know
    thanks for the time
    Regards
    Ramesh Kumar S

    Can anyone provide some lite on this
    Regards
    Ramesh Kumar S

  • Viewing the discoverer reports through portal

    How can i view oracle discoverer reports through portal .Suppose
    i have portal page where i want to create few links on clicking
    of which these reports are renderer on the portal.
    What configuration is required for doing this ? i mean to enable
    the discoverer view what steps are required and what url is
    given .
    Any suggestion will be of great help.
    Neeti

    Hi All,
    We are also having similiar type of error in our portal. 
    com.sap.engine.services.prtbridge##com.sap.engine.services.prtbridge
    #######SAPEngine_System_Thread[impl:5]_13##0#0#Error#1#/System/Server#Plain###
    The cluster server element 125898350 is not added in the EP cluster context,
       because prtbridge on 125898350 is stopped  or not yet started
    (maybe the server is starting or shuting down).
    We have implemented the FPN using RRA.
    This error comes only for few users when they navigate in Portal. After clearing the cache, it works for all. Kindly help us to resolve this issue.
    Regards,
    Venkatesh

  • How to order the Discoverer reports through MENU function sequence

    I created 20 Discoverer reports functions in the MENU form, there is a sequence column,
    but when the 20 Discoverer reports displayed on OSO, they are not ordered by the sequence number, looks like just randomly listed. How can I make the 20 Discoverer Reports ordered by the sequence number when displayed on OSO?

    Hi ram,
    There are steps to register in oracle applications so there wont be any login poped up.Below is the link in that viewer and plus acces with e-business suite
    http://ascbi.com/thirdparty_documents.htm_
    hope it helps you,award points.
    By,
    KK

  • Can i Customize the Discoverer Reports

    Hello,
    I mean to say that like we make a report in Report Builder and can write text on the report.
    So can we write any thing on the report in discoverer?
    Regards
    Mustafa Ali Qizilbash

    Hi
    You cannot do this in any of the current production versions. However, in the next release, codenamed Drake, this feature is available in the Plus (web) version.
    My sources tell me that the release of Drake, which is really, 10g release 2, is imminent and we should expect to see the software being available on OTN sometime during the month of January.
    Hope this helps
    Regards
    Michael

  • Discoverer  report does not sum up the column

    Hi All,
    I am running the discoverer report from discoverer desktop and was
    trying to use the sum function to sum the total amount of the report.
    The sum function does not work and it only display Cell
    Sum: (blank) with no actual data.
    When i checked the report details some columns are calculated based on the columns which i want to sum up.
    Any ideas please share with me
    Thanks in advance.

    b) What is the difference between sum and cell sum? Well, I certainly won't claim to be a Discoverer guru. From what little I have seen, the practical result is not any difference really between the two. SUM of a calculated row is adding up the calculation to the total. Whereas cell sum is like adding up the individual values behind the calculation you see. The distinction makes more sense when you have SUM DISTINCT and CELL SUM DISTINCT being involved. Then you will see a difference in the calculated total. But for SUM and CELL SUM itself, I have not seen any difference between the two, but I am still pretty new to Discoverer.
    e) Aggregate field from a folder. Well, this may be one where you have to play around with your own data to understand. Let me try to give you a simple example. Let's say you have a sales table with 100 rows. You have sales data for 5 cities, and each city has 20 rows of sales history. If you pick Sales Dollars Detail and City Name for your workbook and run, you will get 100 rows in your result (complete detail listing). So that is what happens with no aggregation. Now, instead of doing Sales Dollars Detail, you pick Sales Dollars Sum (the same thing as saying SUM(Sales Dollars) in an SQL statement). Run the workbook. You will now get 5 rows of data, instead of 100 rows of data. You will get one row for each city. If you look at the SQL that Discoverer generates, you will see that it has now done a GROUP BY in the SQL statement. Notice I have not said anything about DISTINCT (just trying to keep things simple).
    Now, lets say you do a workbook for City, Part Number, and Sales Dollars Sum. Run the workbook. You get a summarized result (say maybe 10 rows of summary data this time). If you look at the Discoverer SQL, the GROUP BY is now by city and part number, automatically doing that because you picked the SUM version of sales dollars.
    Now lets say you add Sales Units Detail to the workbook. Discoverer will give you a warning message that you are have both an aggregate and a non-aggregate and that you may end up with unpredictable results. Run the workbook. You will be back to 100 rows, because you specified sales units in detail.
    Most of the time I do not want to see detail rows in a workbook. So most of the time I am picking the SUM aggregate for an amount item.
    Hope this explains things a bit. Sounds like maybe you need to take the Discoverer Create Queries and Reports class. Would help you understand these things better. Good luck.
    John Dickey

  • 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. 

  • How to fix the Timing issue in Discoverer reports

    Hi,
    While running the discoverer report in Discoverer plus is taking more than 1 hour to complete( Gen.time + Extract to excel)
    where as the same report completes quickly in discoverer desktop.
    how to fix the timing issue in discoverer plus 
    Thanks
    Srinivas

    Timo Hahn wrote:
    There is a problem with autoHeightRows and columnStretching used together in 11gR1.
    Have you tried without columnStretching?
    Or have you tried if it works in 11gr2?
    TimoHi Timo, Thank you very much for taking time to respond to my question.. :)
    Back to my question...
    I tried removing the columnStretching although my requirement really requires this but no effect really happens even if I remove this.
    Based on my investigation on the generated HTML, I notice the following items:
    1. A table is being wrapped in a div that is being set at a fixed height.
    2. On first load, if your autoheight rows is set to 6, the framework is setting a height of 96px to the div. This height would almost cut the last row of the table.
    3. If you try to refresh the page or try to re-PPR the component, the framework resets it to 102px which causes the last row to be fully displayed.
    My only concern is that IE is perfectly displaying this while Chrome and FF are having problem.
    Based on my understanding, the framework is messing up the height only on first load. Not sure but this is how I see it. I am really not confident also on my findings
    and I would most likely hear other's comment.
    Thanks.

Maybe you are looking for

  • Which Driver for MS SQL-Server 2000

    Hello, i need to access a MS SQL-Server 2000 and want to ask which driver you think is the best one for this problem. I am not a big fan of using beta-Software, and i do not need the newest state-of-the-art features. Right now i also do not need Conn

  • Reading files from different directories and exceuting them

    D:\>cd PROC_PKG_FUNC mkdir FUNCTIONS mkdir PACKAGES mkdir PACKAGES_BODY mkdir PROCEDURES mkdir TYPES mkdir TYPES_BODY SQL> create directory FUNCTIONS as 'D:\PROC_PKG_FUNC\FUNCTIONS'; Directory created. SQL> create directory PACKAGES as 'D:\PROC_PKG_F

  • I downloaded iOS 6 for my iPhone 4, but the option  for Panorama pictures isn't available.

    Is panorama picture in iOS 6 available for iPhone 4 How do I use it , in the option menu it doesnot exisst

  • DB Group updates not appearing in OBIEE

    In the BI Server, we have an authorization block that returns the user's groups from a database. If we add or change memberships in the database table those user changes don't appear unless I checkout and check in or update the row count for that gro

  • Insert in table with  unique index

    Hi I Create a table save a factor for to calculate date, but other 2 columns are key table CREATE TABLE TMP_FATOR   SETID      VARCHAR2(5 BYTE)                   NOT NULL,   COMPANYID  VARCHAR2(15 BYTE)                  NOT NULL,   FATOR      NUMBER