Report not comming properly

Hi all,
reports version : 6i
I am trying to run a receipt based report , passing a range of receipt number in parameter form
i need to get the report of the given range of receipt number
I give the first receipt number('RV00001/2008') in the list in From receipt no parameter and
the last receipt number ('RV00229/2010') in the To receipt number parameter . The details of some receipts number are not coming .
but when i tried a particular receipt number in among it (ie from parameter value and to parameter value is same for example :-'RV00451/2008')
am getting all values expected in the report.
then i tried with lesser range of receipt no , RV00300/2008 to RV00500/2008 , am getting values for the receipt 'RV00451/2008'
Why the details of some records are not coming when giving the full range?
Any suggestion ?

What do you call a range? It is easy when using numbers (receiptno between 100 and 200), but very tricky when using an alphabetical range:
with receipts as (
  select 'RV00451/2008' rcpt
  from dual
select *
from receipts
where rcpt between 'RV00001/2008' and 'RV00229/2010'
no rows selected.
with receipts as (
  select 'RV00451/2008' rcpt
  from dual
select *
from receipts
where rcpt between 'RV00300/2008' and 'RV00500/2008'
RCPT       
RV00451/2008
1 row selected.Edited by: InoL on May 31, 2010 2:44 PM

Similar Messages

  • MDK Configuration screen is not comming properly in preferences of NWDS

    Hi All,
    MDK Configuration screen is not comming properly in preferences of NWDS, i am using NWDS 7.0.9.

    Hi,
    First try using the latest version 7.0.20
    You will develop mobile application for what? WebDynpro Online? PDA's? Coud you tell me more about the landscape?
    Regards,
    David Faustini

  • Automatic page updates causing problems with your screen reader? this kind of message come when i access yahoo mail.yahoo mail page not come properly.

    Automatic page updates causing problems with your screen reader? this kind of message come when i access yahoo mail.yahoo mail page not come properly.i can't chat,compose mail nothing accessing.

    Try Refresh Blocker: https://addons.mozilla.org/firefox/addon/992

  • Crystal reports not rendering properly and toolbar is also not visible in firefox 21.0

    my application works fine in chrome and internet explorer when it comes to crystal reports but Firefox is not rendering them properly. they are disturbed and toolbar is also not visible. i am using visual studio 2008 for development and the crystal reports that come with it. it works fine on local system but have issues when deployed on online server. all my clients are facing the same problem. they have to use alternate browser for printing reports. But i would be happy if Firefox renders them correctly. Anyone can help?

    i made this change in my code using Visual studio 2005 VB
    rpt.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response,
    False, "Title you want")
    it make me a PDF and i dont need the cristal report bar to print it
    i hope you help you

  • Crystal report not rendering properly on Mozilla ?

    Hi,
    We are using VS2008,CR2008 on server 2012. In Chrome & IE CR working properly.
    But when I am using Mozilla with updated version not rendering properly.

    This is an old version of this issue that might give some insight:
    *[http://stackoverflow.com/questions/19768144/crystal-report-v10-5-toolbar-not-visible-on-firefox-but-visible-on-ie-and-chrome]
    also (but I am not sure what version you are using): " CR 10.5 is one of the versions that was not updated to support IIS7." from [http://www.experts-exchange.com/Database/Reporting/Crystal_Reports/Q_28350929.html]
    It might be ideal to ask a developer in stackoverflow.com or file a bug with webcompat.com for expert investigation for crystal reports. I am sorry I could not be more helpful.

  • Long Report not Downloaded properly

    Hi Experts,
    Some reports are very long which is not dowloading in Excel 2003. So, i have installed Office 2007 in my laptop. Now while exporting the big reports like, for eg; Posting Document download in Excel the values are not downloaded properly. The decimals are not coming, instead colun ( : ) is coming. Which in turn doesnot gives proper total.
    Please help.
    Thanks,
    Dev.

    Dev,
            I think it may be your Excel configuration.  Try to download into clipboard (the last option in the list), then paste in excel.
    Santiago.

  • The border of a table in a BI Report not renderd properly with Firefox3.6.x

    Hi,
    I am using an RTF template that has a table to show up the data pulled using sql query. I am using BI Publisher Release 10.1.3.4
    It is observed that the table bordering is not rendered properly when the same page is revisited by means of any button click like "view button" in BIPublisher. However, the place/position where the bordering is not rendered properly aries with each try.
    Clicking browser refresh btn or F5 renders everything fine.
    This issue is occuring only in 3.6.x version of Firefox. Tested with 3.5.x and saw that this issue is not occuring. It works fine on IE7 also.
    I believe the way the BI-publisher represents the html of the RTF template might have a gap w.r.t compatiblity with Firefox 3.6.x versions. We use BI-Publisher along with out product and we certified firefox 3.6.x as one of the supported browser for our product. Can anyone let me know if there is anyway we can resolve this with the 3.6.x version of firefox?
    Thanks in Advance,
    -Vijay-
    Edited by: nagavijay on Jan 19, 2011 11:07 PM

    Hey Paul,
    you did not "trying to narrow the scope down to our specific needs".
    but you got the result exactly of what you wanted.
    I sent your rtf and output , after adjusting the table you had in your template.
    check out that.
    I do not know, what do you mean by "inconsistent results "
    Be more specific or do you have that inconsistent results output with you ?
    send me that if you find :).
    Thanks.

  • Repeat Output not comming properly

    hi
    when i issue output and see the print prevew every thing is comming properly in the layout.
    but when i click on button Repeat output button and if i issue the output again some of the data is missing in the layout can any one tell me what can be the reason
    thanks

    Hi Ram ,
    You check the refresh statement and clear statement in the code.... may be that u have used one of these and ur contents get deleted when again its executing.....
    Thanks & Regards
    Ashu Singh.

  • RDL reports(2008).File name after using Export to Excel is not comming properly in mozilla firefox.

    I am using Export to Excel functionality in rdl report.
    File name should be "Profitabilty By Buyer". It is working as expected in IE and chrome.
    But in mozilla firefox the file name appears as "Profitabilty".
    So the issue is it doesnt consider anything after space and user requirement is such that I cant put underscore("_") also instead of space.
    Kindly suggest the proper solution.

    Hi Mukesh,
    Reporting Services, we use a Web browser to view the report that deploy to Report Service. However, not all report functionally is supported by all browsers. Such as, the print button is not supported in Mozilla Firefox. It works only in Internet Explorer
    due to it uses ActiveX for the print button.
    I have tested it on my local environment, (SQL Server Reporting Services 2008, Firefox 28.0), we cannot reproduce this issue. So the issue can be the custom setting of your browser. Since SSRS reports are not about targeting NON-IE browsers, so in your scenario,
    we recommend you use IE to view report on Report Manager.
    And you said that you cannot put underscore ("_") also instead of space. However we can do this which you can see on the screenshot below.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Crystal report not comming on the CR Viewer

    Post Author: ssr1
    CA Forum: Crystal Reports
    Hi,
    We actually did the report import using the wizard, not sure what went wrong.. but post which all the reports are throwing error
    "There was an error retrieving data from the server: File frs://Input/a_056/003/000/824/~ce150c43a5b57562a6.rpt not found on File Repository Server."
    The .rpt file names would change for every report though....
    I am very badly stuck with this problem... Need help.

    Also, see [this|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10d5fa88-2013-2c10-c9a5-f11963607d4e] article.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • XML Publishers Report not Working Properly

    I have developed the Report in XML Publisher EBS R12 as follwing:
    1. Successfully Built RTF
    2. Successfully register Data Definition
    3. Successfully register Template in Apps and setting default output RTF
    4. Successfully attach Template With Concurrent Programm with XML output option and Save and Print check box set to Yes
    But when i run report in Apps it does not pick the Template and showing the output in XML tags and showing log as following
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_ORG_ID='116'
    P_INVOICE_NO='STM-HT/3509/2012'
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    AMERICAN_AMERICA.US7ASCII
    Enter Password:
    Report Builder: Release 10.1.2.3.0 - Production on Tue Oct 30 10:39:17 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Output file size:
    4260
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 11842999 on node PRODAPPS at 30-OCT-2012 10:39:18.
    Post-processing of request 11842999 failed at 30-OCT-2012 10:39:18 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    ------------- 2) PRINT   -------------
    Not printing the output of this request because post-processing failed.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 30-OCT-2012 10:39:18
    It working Manually properly i.e Manual load XML data in RTF and generating output correct as i wants.
    Thanks in Advance
    Regards
    Sami Ullah

    I found the following errors in OOP log file. Please guide me.
    [10/31/12 11:55:40 AM] [2284847:RT11474553] Output file was found but is zero sized - Deleted
    [10/31/12 11:55:40 AM] [UNEXPECTED] [2284847:RT11474553] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:611)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:239)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5936)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:302)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'ref' used but not declared.
         at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
         at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
         ... 17 more
    [10/31/12 11:55:40 AM] [2284847:RT11474553] Completed post-processing actions for request 11474553.

  • Reports not displaying properly on server

    <p>I have created several crystal reports using Visual Studio 2005.  They work fine on my local IIS on Windows XP.  However, when I move them to my server none of the report buttons, drop downs, etc. display correctly, they just display a red X.  Any suggestions on what I am doing wrong?</p><p> thanks - e</p>

    You may need to manually create the crystalreportviewers115 folder for your new website. The installer creates this folder automatically only under the default web site.
    The problem is that the WebForm viewer uses an absolute URL in form /crystalreportviewers115/images/toolbar/first.gif and /crystalreportviewers115 doesnâu20AC(tm)t exist under any other web site but the default one.
    See if that helps
    Rob Horne
    Rob's blog - http://diamond.businessobjects.com/blog/10</p>

  • Statspack report not coming properly

    version 10.2.0.4
    Edited by: user12052260 on May 22, 2010 10:14 PM

    sorry for the format
    Hi All,
    version 10.2.0.4
    os hp-ux 11.11
    i have created new perfstat user and trying to generate report with spreport.sql but am not getting full report like below
    18:16:00 SQL> @$ORACLE_HOME/rdbms/admin/spreport.sql
    Current Instance
    ~~~~~~~~~~~~~~~~
       DB Id    DB Name      Inst Num Instance
    1418078253 WGMUGPRO            1 wgmugpro
    Elapsed: 00:00:00.01
    Instances in this Statspack schema
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       DB Id    Inst Num DB Name      Instance     Host
    1418078253        1 WGMUGPRO     wgmugpro     snstr04
    Using 1418078253 for database Id
    Using          1 for instance number
    Specify the number of days of snapshots to choose from
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Entering the number of days (n) will result in the most recent
    (n) days of snapshots being listed.  Pressing <return> without
    specifying a number lists all completed snapshots.
    Listing all Completed Snapshots
                                                           Snap
    Instance     DB Name        Snap Id   Snap Started    Level Comment
    wgmugpro     WGMUGPRO             1 22 May 2010 15:47     5
                                      2 22 May 2010 15:48     5
                                      3 22 May 2010 15:50     5
                                      4 22 May 2010 16:20     5
                                      5 22 May 2010 16:25     5
                                      6 22 May 2010 18:10     5
                                      7 22 May 2010 18:11     5
                                      8 22 May 2010 18:15     5
    Specify the Begin and End Snapshot Ids
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Enter value for begin_snap: 7
    Begin Snapshot Id specified: 7
    Enter value for end_snap: 8
    End   Snapshot Id specified: 8then output is coming as below
    STATSPACK report for
    Database                            DB Id
    Instance                         Inst Num
    Startup Time                     Release
    RAC
    ~~~~~~~~                         -----------
                                      1418078253 wgmugpro            1
    22-May-10 18:00 10.2.0.4.0  NO
    Host  Name:   snstr04          Num CPUs:    2
    Phys Memory (MB):    4,058
    ~~~~
    Snapshot       Snap Id     Snap Time      Sessions Curs/Sess Comment
    ~~~~~~~~    ---------- ------------------ -------- --------- -------------------
    Begin Snap:          6 22-May-10 18:10:07       21       2.8
      End Snap:          7 22-May-10 18:11:01       21       2.7
       Elapsed:                0.90 (mins)
    Cache Sizes                       Begin        End
    ~~~~~~~~~~~                  ---------- ----------
                   Buffer Cache:       720M             Std Block Size:         8K
               Shared Pool Size:       224M
         Log Buffer:                    14,139K
    Load Profile                            Per Second       Per Transaction
    ~~~~~~~~~~~~                       ---------------       ---------------
                      Redo size:              9,926.22            536,016.00
                  Logical reads:                 87.11              4,704.00
                  Block changes:                 16.28                879.00
                 Physical reads:                  5.52                298.00
                Physical writes:                  0.09                  5.00
                     User calls:                  0.61                 33.00
                         Parses:                 16.30                880.00
                    Hard parses:                  2.13                115.00
                          Sorts:                 11.57                625.00
                         Logons:                  0.02                  1.00
                       Executes:                 25.24              1,363.00
                   Transactions:                  0.02
      % Blocks changed per Read:   18.69    Recursive Call %:                99.81
    Rollback per transaction %:    0.00       Rows per Sort:                33.03
    Instance Efficiency Percentages
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Buffer Nowait %:  100.00       Redo NoWait %:  100.00
                Buffer  Hit   %:   93.66    In-memory Sort %:  100.00
                Library Hit   %:   75.91        Soft Parse %:   86.93
             Execute to Parse %:   35.44         Latch Hit %:  100.00
    Parse CPU to Parse Elapsd %:   77.78     % Non-Parse CPU:   72.00what may be the reason.
    Thanks in advance..

  • Credit/debit values in report not displaying properly

    HI friends,
                    In one of my report i need to get credit and debit and credit/debit values for the key due date>365 days. I have given the restriction on net due date as <key due date-365.But all the customers in the range above 365 days are not displaying. Only credit values are being displayed that too some are missing.but the inprovider has data more than the report.I need to get all the data into report.Any suggestions

    HI,
    please apply local filter if you have applied global filter and check if it works or not.
    I hope you are aware about local and global filters at query level.
    Regards,
    AL

  • SSRS Reporting not working Properly.

    On testing server i had crested a pwa and ssrs report.After that i had take the backup of the testing server database and mount the pwa by using the same database on different server and again deploy the ssrs reports by giving the path in new server.But
    some of the project data are visible in dashboard.But the projects are already deleted.How to remove that data from ssrs so that they will not be visible.Please help as soon as possible

    Check your connection string is it pointing to the new Production server? Secondly, are you reading directly form the DB or an OLAP Cube? May happen in case of OLAP Cubes as they are built on analysis server in a timely manner. 
    Regards, Syed Faizan ur Rehman, CBPM®,PRINCE2®, MCTS

Maybe you are looking for

  • Cancel the Excise Invoice.

    Hi, I created the Billing document and Excise Invoice. When i went to the Document flow in the Billing Document I found the Accounting document of the Excise Invoice and its status is Cleared. After that I Cancelled the Excise Invoice. And again I ch

  • HT5554 I am getting searching for sim card even though sim card is inside

    I am getting message searching for network even though sim card is inside

  • Vendor not coming in RFQ from PR

    Hi, I created PR, and i checked source determination and i got fixed vendor in PR from source list... Now while creating RFQ wrt above PR, i am getting entire details along with vendor...Now after clicking adopt + details, i can see all details of PR

  • Payments Terms.

    Hi Gurus, i have some clarification in Payment terms, 1. 10 %  on Advance on PO.Balance on Delivery. 2.20%    on Advance on PO and Balance on Delivery. Where we can trigger and while doing APP how we can do . THA

  • CcBPM for Order To Cash

    Hi All: Here is the [ccBPM Flow|http://img16.imageshack.us/img16/7172/ccbpm.jpg] that I created for Order to Cash. This is just for demo purpose. Your suggestions are welcome. Regards, Farooq