Discoverer report showing wrong output

Hi all
We have made a discoverer report called Generic Employee list which is having 37202 records. But in the front end it is showing only 7001 records.
I have checked that query in toad there i am getting 37202 records and i checked in discoverer desktop there it shows 37202 but when iam exporting it to Excel or CSV file it has only 10054 records.
Its urgent. Kindly advise on the same.
Thanks & Regards
Nakshathra

Hi Nakshathra,
Go to Tools --> Options --> Query Governer, uncheck the Limit Retrived data Query, some times it will set to default 10000 records else manually you can set the limitation.
I hope this helps you.
Cheers,
Naga Suresh. C

Similar Messages

  • "Invoice History Report "show wrong balance for supplier invoice with USD

    Invoice History Report show wrong balance for supplier invoice with USD Currency
    After I run this report i see in the last of this report there is difference between the supplier total
    USD (Currency ) and the open Balance USD , it is decreased the open balance
    for supplier with 2300 USD with out any reasons
    bellow is some data copy of the report
    ======================================================
    Supplier Site Total: SAR 34,700.00
    Supplier Site Total: USD 39,000.00
    Supplier Total: SAR 34,700.00
    Supplier Total: USD 39,000.00
    Open Balance: SAR 34,700.00
    Open Balance: USD 36,700.00
    *** End of Report ***
    ==============================================
    please advise me from where can this differenc ( 39000 - 36,700=2300 )COMMING
    or it is bug in this report , becuase i compare this report with other report in account payable like
    -supplier open balance letter
    -invoice register report
    -invoice aging report
    all this report give me the amount for supplier USD =39000
    BUT AGIN FROM WHERE THE SYSTEM DECREASED THE AMOUNT TO 36,700
    thanks

    Can you try running Create Accounting For payments just before you run the Invoice History Report and re-check .
    Thanks

  • Discoverer Report showing Null VS Show SQL query showing results !!!

    I created a simple Cross Tab Discoverer report from a custom SQL which has a calculation for balances. The output is giving all null values even though there are balances. The output doesn't seem right. So I copied the query from Tools-->Show SQL and ran the query in the TOAD where I'm showing balances for the report. I don't understand why it is not showing in the discoverer. Please help.
    Thanks
    Edited by: PA1B on Jan 27, 2010 11:40 AM

    Sorry for late reply.
    Below is the Show SQL query. I don't think the query is application dependent. C_1 is my calculation.
    SELECT o279709.SEGMENT3 as E279727,
    o279709.SEGMENT4 as E279728,
    CASE WHEN o279709.CURRENCY_CODE = 'USD' AND o279709.TRANSLATED_FLAG <> 'Y' THEN SUM(o279709.ENDING_BAL) ELSE 0 END as C_1,
    GROUPING_ID(o279709.CURRENCY_CODE,o279709.SEGMENT3,o279709.SEGMENT4,o279709.TRANSLATED_FLAG) as GID
    FROM ( --Foriegn Entity USD Balances
    SELECT                B.SEGMENT1,
                                       B.SEGMENT2,     
                                       B.SEGMENT3,
                                  (select distinct substr(cat.COMPILED_VALUE_ATTRIBUTES,5,1) from apps.fnd_flex_values cat
                   where FLEX_VALUE_SET_ID = (select bat.FLEX_VALUE_SET_ID from apps.fnd_id_flex_structures_vl aat, apps.fnd_id_flex_segments_vl bat
                                                                                                                       where bat.id_flex_code = 'GL#' and
                                                                                                                            bat.id_flex_code = aat.id_flex_code and
                                                                                                                            aat.APPLICATION_ID = bat.APPLICATION_ID and
                                                                                                                            aat.APPLICATION_ID = 101 and
                                                                                                                            bat.SEGMENT_NAME = 'Prime Account' and
                                                                                                                            aat.id_flex_num = bat.id_flex_num
                                                                                                                            and bat.id_flex_num in (select distinct chart_of_accounts_id from apps.gl_code_combinations gat
                                                                                                                                                                              where gat.code_combination_id = A.code_combination_id))
                                       and cat.flex_value = b.segment3) ACCT_TYPE ,
                                       B.SEGMENT4,
                                       B.SEGMENT5,
                                       B.SEGMENT6,
                                       B.SEGMENT7,
                                       B.SEGMENT8,
                                       B.SEGMENT9,
                                       B.SEGMENT10,
                                       B.SEGMENT11,
                                       B.SEGMENT12,
                                       B.SEGMENT13,
                                       C.NAME,
    A.SET_OF_BOOKS_ID,
                                       A.CURRENCY_CODE,A.TRANSLATED_FLAG,
                                  SUM(NVL(A.BEGIN_BALANCE_DR,0) - NVL(A.BEGIN_BALANCE_CR,0)) BEG_BAL,
                                  SUM(NVL(A.PERIOD_NET_DR,0)) DEBITS,
    SUM( NVL(A.PERIOD_NET_CR,0)) CREDITS ,
    A.PERIOD_NAME,
                                  SUM(NVL(A.BEGIN_BALANCE_DR,0) - NVL(A.BEGIN_BALANCE_CR,0))+ SUM(NVL(A.PERIOD_NET_DR,0) - NVL(A.PERIOD_NET_CR,0)) ENDING_BAL
    FROM                     APPS.GL_BALANCES A ,
                                       APPS.GL_CODE_COMBINATIONS B,
                                       APPS.GL_SETS_OF_BOOKS     C
    WHERE                     A.CODE_COMBINATION_ID = B.CODE_COMBINATION_ID
    --AND                           A.PERIOD_NAME = 'SEP-09'
    AND                          C.SET_OF_BOOKS_ID = A.SET_OF_BOOKS_ID
    --AND                           A.TRANSLATED_FLAG <> 'Y'
    --AND                           B.SEGMENT1 = '83101'
    --AND                           B.SEGMENT3 = '14602'
    --AND                           A.SET_OF_BOOKS_ID = 77
    --AND                           A.CURRENCY_CODE = 'USD'
    GROUP BY           A.CODE_COMBINATION_ID,
                                  B.SEGMENT1,
                                       B.SEGMENT2,     
                                       B.SEGMENT3,
                                       B.SEGMENT4,
                                       B.SEGMENT5,
                                       B.SEGMENT6,
                                       B.SEGMENT7,
                                       B.SEGMENT8,
                                       B.SEGMENT9,
                                       B.SEGMENT10,
                                       B.SEGMENT11,
                                       B.SEGMENT12,
                                       B.SEGMENT13,          
                                       A.CURRENCY_CODE,
                                       A.TRANSLATED_FLAG,
                                       C.NAME,A.PERIOD_NAME,
    A.SET_OF_BOOKS_ID
    ) o279709
    WHERE (o279709.PERIOD_NAME = 'DEC-09')
    AND (o279709.SET_OF_BOOKS_ID <> 72)
    AND (o279709.SEGMENT12 = '000')
    AND (o279709.SEGMENT3 IN ('10101','10301','10502','12001'))
    AND (o279709.SEGMENT1 IN ('82901','82902','82903','83001','83003','83201'))
    GROUP BY GROUPING SETS(( o279709.CURRENCY_CODE,o279709.SEGMENT3,o279709.SEGMENT4,o279709.TRANSLATED_FLAG ),( o279709.SEGMENT3,o279709.SEGMENT4 ),( o279709.SEGMENT3 ))
    HAVING (GROUP_ID()=0)
    ORDER BY GID DESC;
    Thanks,
    PA1
    Edited by: PA1B on Jan 29, 2010 12:50 PM

  • Discoverer reports shows 'NULL' in columns where is no data

    Hi All,
    Discoverer report is showing NULL in columns where is no data.
    please advise ASAP.
    E-biz: 12.0.6
    Database: 11.2.0.2
    Discoverer: 10.1.2.55.26
    Thanks in advance.
    Regards
    Kumar

    In Discoverer BI DEsktop By default, it uses “NULL” text, but we can show Zero or blank then that report is executed as text report.
    how can we set it as for all reports as default blank or zero.Have you reviewed the docs referenced above?
    Please see these docs.
    Discoverer 10.1.2/11g Worksheets Do Not Display Expected Null Format Setting After Modifying Tools Options [ID 311841.1]
    Workbooks Show Wrong Null Format in Viewer/Plus After New Install or Upgrade from 4i to 10.1.2 [ID 352194.1]
    Thanks,
    Hussein

  • Discoverer Report showing invalid characters in the report data

    Hi,
    Can you please help me. I have designed a discoverer report in discoverer desktop 4i, when it is running the data showing some invalid characters in the data like below.
    kara¿ah     L¿MAK HOLD¿NG A.¿
    I have executed the same query in sql plus at that time the data shows correctly. Please let me know, is there any settings required.
    Best Regards,
    Umamaheshwar.

    Hi Umamaheshwar
    This could be a registry setting. Let me give you some background. In the Windows registy, every Oracle Home has a setting called NLS_LANG. This is the variable that controls, among other things, the numeric characters and the language used. The variable is made up of 3 parts. These are:
    language_territory.characterset
    Notice how there is an underscore character between the first two variables and a period between the last two. This is very important and must not be changed.
    So, for example, most American settings look like this: AMERICAN_AMERICA.WE8MSWIN1252
    The second variable, the territory, controls the default date, monetary, and numeric formats and must correspond to the name of a country. So if I wanted to use the Greek settings for numeric formatting, editing the NLS_LANG for Discoverer Desktop to this setting will do the trick:
    AMERICAN_GREECE.WE8MSWIN1252
    Can you please check your settings? Here's a workflow:
    a) Open up your registry by running Regedit
    b) Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE
    c) Look for the Oracle Home corresponding to where Discoverer Desktop is installed. It's probably called KEY_ORANT
    d) Clicking on the Oracle Home will display all of the variables
    e) Take a look at the variable called NLS_LANG - if it is correct Exit the registry
    f) If its not correct please right-click on it and from the pop-up select Modify
    f) Change the variable to the right setting
    g) Click the OK button to save your change
    h) Exit the registry
    Best wishes
    Michael

  • Oracle Discoverer report shows drilldown icon in Web version

    Hi ,
    I am trying to create a new CROSS TAB Discoverer report. I made all my development done using the Discoverer desktop edition and is fine. When I saved in the database and showed the same report the User, in the Web Version, the report shows ' >' icon in all the cross tab headings and when the cursor is moved there, it gives an option to Drill down.
    We have 3 fields which are selected but not shown in the report. It shows the drill down to those 3 fields.
    My questions is:
    1. I should not allow users to drill down. It should not show that option.
    How to disable that option in the Web Version.
    Any help in this regard is highly appreciated.
    Thanks & Regards,
    Kiran Kesari

    Yogini is correct, but the solution provided will remove drill capability for all users under all circumstances. This is a "shortcoming" of Disco. If you set up a hierarchy for the users to use for drilling, the users must have the drill out privilege. This has the additional effect of adding the "Drill to related..." feature to most (and I believe all) columns.

  • Report showing wrong data

    Hi Gurus,
    When we are generating report in the answers in one column it is showing wrong data from where i have to start for this issue.
    Thanks,
    Rafi

    Pull that column alone,run report, compare the results with your manual query, and also compare the physical query.
    if all are good then try to add other column from any other dim and then do the same as above
    repeat till you know the cause.
    Pls mark if helps

  • Snapshot report showing wrong instance on grid control!!!

    Hi
    On one of the cluster environments, Even though I run snapshot report on instance 2, report shows instance 1. This i happening on one set of cluster environment. Other cluster instances are working fine.
    Let me know if you have seen such behavior and fix...
    Thanks,

    It does not matter how many instances you have running in a RAC cluster ... you have one and only one database.
    Define your use of the term "snapshot." We have no idea to what you are referring.

  • Discoverer report showing null instead blank

    hi,
    I am running report from discoverer and it is showing null instead blank, do I need to check some thing in pref.txt file in oracle 9i
    regards
    kumar

    hi,
    I am running report from discoverer and it is showing null instead blank, do I need to check some thing in pref.txt file in oracle 9i
    regards
    kumar

  • Sales Analysis Report - Monthly report shows blank output

    Hi,
    When i run the Sales Analysis Report - Customer (Annual) report for a data set it shows the correct data - large number of invoices
    However, there is no output available (blank output) when i use the the Monthly version of the same report using the same parameters. Even when i am taking the widest possible range of data sets ( large date range; no properties; All customers) i am not getting any output.  I am using Individual display.
    Please help out.
    Regards.
    Edited by: Manish Chaturvedi on Jul 14, 2009 11:56 AM

    hello
    In sales analysis report have u given posting date for a particular month if not give and select client /customer in group and run the report u will get exactly if not then u do have any postings for a particular month and definr due date that means posting period also
    regards
    jenny

  • F.19 report showing wrong values (GR/IR)

    Hello,
    At my company, they run the MR11 to check for GR/IR variances and then clear these variances using the F.13 transaction. However, when the F.19 transaction is run to analyze the GR/IR clearing account, there are some old PO's belonging to year 2005/2006 that still show up in the report. When these PO's are checked, there is no GR/IR variance.
    Could someone please explain the reason for this and if there is any way to remove these entries from the F.19 report?
    Thanks in advance,
    Rugmani.

    Hi,
    This is the wrong forum for this
    Rgds,
    Richard

  • Report Painter report showing wrong values

    Hi,
    We have a report painter report Y_DN3_47000280 which is Inventory by Plant. We have a plant which is sold out and is not working anymore under the company. But the report is still showing postings and values in tune of 183000...Can you please advise what is wrong and what setting is missing?
    Thanks,
    Prithwi.

    Hi Dianne,
    Thanks for the details. We checked MBEW table. There's a mismatch of the values between MBEW and Y_DN3_47000280 report. MBEW contains $109.6 and the Y_DN3_47000280 report contains $180333.00 for the plant.
    Can you pls tell from where these values are populating. The plant has been closed 3 months back.
    Thanks,
    Prithwi.

  • Scheduling of Discoverer Reports and emailing output to multiple recipients

    Hi,
    Is is possible using Oracle Discoverer Server (Plus and Viewer) version 10.1.2 to schedule workbooks and then have the output of the scheduled workbooks emailed to multiple email recipients at the time the scheduled report completes?
    Kind regards,
    Leigh.

    hi,
    Within the discoverer tool there is no functional sulotion to email scheduled reports.
    This issue came up several times in the past to this forum,
    the solution is to use a third party tool that once the scheuled run is completed the third party tool will collect the output file and mail it.
    the workaround is described in MOS [ID 373812.1] How to Schedule Reports to Run at a Specific Time and Automatically E-mail The Output
    Tamir

  • Two same reports showing different output ??

    Hi
    Irregularity in two reports
    I developed a vendor liabilities aging report with lfa1-lifnr not maindatory,
    lfb1-bukrs obligatory , bsik-budat obligatory & report is working fine with
    total & all months total are displayed . I want to display por org.
    I added a new field LFM1-ekorg (Pur. Org ),
    ( no other table except lfm1 has ekorg field, link is using lifnr )
    after that report is showing less lifnr and also month amount and total is varying.
    I fetched lifnr, ekorg from lfm1 the for all entirs in bsik with lifnr equality & then
    lifnr from lfa1.
    I checked a database tables.
    Why so ?? Please

    Hi,
    Well am not sure if i understood your question properly. May be its something to do with order of selection from the tables. If so try like this
    select lifnr ekorg
    from lfm1
    into it_lfm1
    where ekorg = p_ekorg.
    select *
    from bisk
    into corresponding fields of it_bisk
    for all entries in it_lfm1
    where lifnr = it_lfm1-ekorg
    bukrs in s_bukrs
    budat in s_budat.
    By this way you can use purchase organisation also in the report.
    Regards,
    Vik

  • Why OWB Execution status report showing wrong status  ?

    Hi,
    I created a process flow. It executed successfuly.
    In that process flow I used 4 mappings. and the data is updated in 4 tables. In all the tables data updated successfully.
    But the execution status is showing that , in one table the records inserted are 0.
    I verified in the Runtime Assistant. There it shows correctly.
    Why it is showing like that?
    Any suggestions are welcome.
    Thanks and regards
    Gowtham Sen.

    I've seen this often here. Check the log files on the OWB server and you may see that control center service was force restarted. I have an SR opened with Oracle on this.
    The symptoms I've seen are:
    1. The mapping reports success
    2. Some or all of the levels of the mapping show "*" for the statistics
    3. The mapping completion time shows the mapping start time.

Maybe you are looking for

  • Final Cut Studio install problems

    Well I was thrilled to get Final Cut Studio 2, but cannot get the thing installed. Looking to do a 100% uninstall so I can start fresh I have the following disks: 1. Final Cut Studio 2. DVD Studio 3. Livetype1 4. Livetype2 5. Motion On my first insta

  • Hide Data points (2nd child) & Center Legends

    Chart Type - Column Combination Dual Axis 2 measures (line) in one axis and another KF (bar) is in the other axis. I could hide Data points for one of the line measure using the below CSS code; g.v-m-main g.v-m-plot g.v-axis1 g.v-marker:nth-child(1).

  • HT3819 Where do I see the home sharing on my iPad?

    Where do I see the home sharing on my iPad?

  • Older xcode for older machine?

    trying to install something that wants xcode 3.2.6 but can't find it. the only links i find take me to a loop of putting in my id and password but never to a downloads page. is 3.2.6 available anywhere anymore? thanks, BabaG

  • Newest Itunes does not sync podcasts back from  ipod, plays=o so podcasts never deleted

    Windows 8, ipod shuffle, newly downloaded itunes. I have specified delete after played. If I look at the podcasts on the shuffle, it correctly says the number of plays.  But if I look at the podcast list via computer, it says, for instance "two unpla