Portal report - If rows returned are 1 greater than max,last row not shown

We are experiencing what appears to be a bug with reports developed from a locally built Provider in Portal...
If my "maximum rows to return" is set to 20, and my search returns 21 rows/results, the "next" button to navigate to the last row does not appear. Therefore, the last row is not returned to the user....
We have been able to duplicate this with any number... For example, if we set the "max rows to be returned" to 59, and our results come back with 60 rows, neither the "next" button or last row are returned...
Bug by chance?
Thanks in advance for any help offered....
~Chris

Hi Varsha,
Please pay attention when you are requesting motnly period for
start date : 1st July 2008
end date : 1st july 2008
After saving the period is changed to
Start Date : 7/1/2008
End Date  : 7/31/2008
When you are requesting weekly period for the same interval, after sving the dates are changed again, according
you settings of first day of the week. It it is Monday it could be as following
Start Date : 6/30/2008
End Date  : 7/6/2008
So you are asking data for not quite the same period.
Do you have data for monthly period in that interval?
Regards,
Victoria Gur

Similar Messages

  • Return delivery qty greater than previously GR-posted qty

    Dear Team,
    We have created GRN with reference to inbound delivery and this is posted to quality stock.
    When we try to cancel this GRN document, system is giving the error "Return delivery qty greater than previously GR-posted qty xxxxxxx (IBD No) VLA 319"
    How to cancel this GRN.
    Thanks & Regards,
    R.Saravanan

    You can find information on the implementation of this error message (VLA319) in OSS note 1050944.
    As for the error your're facing maybe can be solved via the implementation of OSS note 1342935.
    Edited by: Csaba Szommer on Nov 2, 2010 8:49 AM

  • User_id should be one greater than the last

    i want to insert a new row and make the user_id one greater than the last user_id. anyone any ideas

    user8652681 wrote:
    ive wrote the code and it updates the row i want once, is there anyway i can change this so it adds a message into REPORT for evey instance of where last_login is < '05-MAY-09'
    insert into REPORT (message_id)
         select max(message_id) + 1 from REPORT
         where exists
              select
                   null
              from
                   users u
              where
                   last_login < '05-MAY-09'
    )For that sort of thing you'll want a sequence.
    SQL> select max(empno) from emp;
    MAX(EMPNO)
          7934
    SQL> create sequence empno_seq start with 7935 nocache;
    Sequence created.
    SQL> create table emp2 as select * from emp;
    Table created.
    SQL> insert into emp2
      2  select empno_seq.nextval, ename, job, mgr, hiredate, sal*2, 0, deptno
      3  from emp;
    14 rows created.
    SQL> select * from emp2;
         EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM     DEPTNO
          7369 SMITH      CLERK           7902 17-DEC-80        800                    20
          7499 ALLEN      SALESMAN        7698 20-FEB-81       1600        300         30
          7521 WARD       SALESMAN        7698 22-FEB-81       1250        500         30
          7566 JONES      MANAGER         7839 02-APR-81       2975                    20
          7654 MARTIN     SALESMAN        7698 28-SEP-81       1250       1400         30
          7698 BLAKE      MANAGER         7839 01-MAY-81       2850                    30
          7782 CLARK      MANAGER         7839 09-JUN-81       2450                    10
          7788 SCOTT      ANALYST         7566 19-APR-87       3000                    20
          7839 KING       PRESIDENT            17-NOV-81       5000                    10
          7844 TURNER     SALESMAN        7698 08-SEP-81       1500          0         30
          7876 ADAMS      CLERK           7788 23-MAY-87       1100                    20
          7900 JAMES      CLERK           7698 03-DEC-81        950                    30
          7902 FORD       ANALYST         7566 03-DEC-81       3000                    20
          7934 MILLER     CLERK           7782 23-JAN-82       1300                    10
          7935 SMITH      CLERK           7902 17-DEC-80       1600          0         20
          7936 ALLEN      SALESMAN        7698 20-FEB-81       3200          0         30
          7937 WARD       SALESMAN        7698 22-FEB-81       2500          0         30
          7938 JONES      MANAGER         7839 02-APR-81       5950          0         20
          7939 MARTIN     SALESMAN        7698 28-SEP-81       2500          0         30
          7940 BLAKE      MANAGER         7839 01-MAY-81       5700          0         30
          7941 CLARK      MANAGER         7839 09-JUN-81       4900          0         10
          7942 SCOTT      ANALYST         7566 19-APR-87       6000          0         20
          7943 KING       PRESIDENT            17-NOV-81      10000          0         10
          7944 TURNER     SALESMAN        7698 08-SEP-81       3000          0         30
          7945 ADAMS      CLERK           7788 23-MAY-87       2200          0         20
          7946 JAMES      CLERK           7698 03-DEC-81       1900          0         30
          7947 FORD       ANALYST         7566 03-DEC-81       6000          0         20
          7948 MILLER     CLERK           7782 23-JAN-82       2600          0         10
    28 rows selected.
    SQL>

  • Java always returns 15 minutes greater than the current time.

    Hi,
    I am using Microsoft Windows Server 2003R2,Standard X64 edition with Service Pack 2 and jdk1.6.0-03.
    Java always returns time 15 minutes greater than the current system time.
    eg:
    SimpleDateFormat simpleDateFormat=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
    System.out.println("Now time: "+simpleDateFormat.format(new Date()));
    System.out.println("Now time: "+new Date());The output of the program is :
    Now time: 2008-12-22 18:47:04
    Now time: Mon Dec 22 18:47:04 NPT 2008
    When my actual system time is 6:32 PM or (18:32)
    I have checked the current time with other programming languages like python and it always returns the actual date and time.
    Note: To my observation java is always utilizing a time which is 15 minutes greater than the current time even for its log.
    Thanks,
    Rajeswari (Msys)

    I think a more practical time machine would be one that actually travels back in time rather than forward (by 15 minutes). Sounds like it needs some more work.
    Anyway, I suggest changing the system time on your computer to some other value (say, 2 hours ahead), then running the program again. If its off by 2 hours and 15 minutes, its getting the time from your computer. However, if its still off by only 15 minutes (from your wristwatch's time), then its getting the time form somehere other than the computer clock.

  • How can a function returning character length greater than 4000 be selected in SQL

    Hi,
    I want to know if there is a way to write a select query on a function call which returns a varchar of more than 4000 characters.
    CREATE OR REPLACE FUNCTION FUNC1
    RETURN VARCHAR2
    IS
    str VARCHAR2(32767);
    BEGIN
         str := <some string greater than 4000 char>;
          RETURN str;
    END;
    SELECT FUNC1 from dual; ---- This gives an PL/SQL numeric or value error. Character string buffer too small.
    Is there any way to resolve this?
    Thanks

    32767 is not default. The default is still 4000 for VARCHAR2. You need to set the initialization parameter MAX_STRING_SIZE= EXTENDED for 32767.
    Text from Oracle documentation
    Extended Data Types
    Beginning with Oracle Database 12c, you can specify a maximum size of 32767 bytes for the VARCHAR2, NVARCHAR2, and RAW data types. You can control whether your database supports this new maximum size by setting the initialization parameter MAX_STRING_SIZE as follows:
    If MAX_STRING_SIZE = STANDARD, then the size limits for releases prior to Oracle Database 12c apply: 4000 bytes for the VARCHAR2 and NVARCHAR2 data types, and 2000 bytes for the RAW data type. This is the default.
    If MAX_STRING_SIZE = EXTENDED, then the size limit is 32767 bytes for the VARCHAR2, NVARCHAR2, and RAW data types.

  • Greater than or equal symbol not working

    Hi,
    I cannot get the "greater than or equal to" symbol to display properly. I can get the less than or equal symbol to display by typing Ctrl+q #, and then formatting it as Symbol font.
    According to the Character_Sets.pdf FrameMaker Online reference, the greaterequal symbol is Ctrl+q 3, but when I format it as Symbol, FrameMaker displays a box (which looks to me to be a non-printing character).
    Any suggestions on how I get a "greater than or equal to" symbol to display?
    Thanks,
    John B.
    FrameMaker 8 (8.0 p277)
    Windows XP SP 3

    Error7103 wrote:
    > I cannot get the "greater than or equal to" symbol to display properly.
    Try this...
    Click in margin.
    Format > Characters > Designer...
    Character Tag: [ Symbol ]
    Family: [ Symbol ]
    all else As Is or blank
    Commands: New Format...
    [*] Store in Catalog
    Click in Body Flow A.
    Special > Variable...
    [Create Variable]
    Name: [ char.symbol.greaterequal ]
    Definition: [ <Symbol>\xb3 ]
    [Add]
    [Done]
    [Insert]
    Advantages:
    Avoid frequent arcane typing: you only need to look up the special character entry sequence once per document (if that - we keep these var defs in a separate catalog for ease of application).
    Isolates special char encodings for dealing with eventual replacement by native Unicode glyphs and/or ports to platforms lacking legacy Symbol overlay font
    Isolates special char renderings for possible changes to font with native >= glyph
    Assures text inserted adjacent to symbol will be in native paragraph font, and not Symbol.
    Prevents spell checker from needlessly complaining.
    Is portable between FM platforms and releases, although \xb3 does appear as Š (cap s caron above) in Windows dialogs.
    Disadvantages:
    If you apply a Default ¶ Font to the para, the variable is no longer in Symbol font (but this is always the case for variables that use alternate fonts). You have to re-select the var (which may be hard to even see), and re-insert it.
    If you highlight the entire para, or just the text containing the var, and apply a new PgfTag, the variable likewise gets de-fonted. It has ever been thus.
    You have to search by Variable, and not by special character.
    So what do we suppose made this topic so popular that it's got over 1000 Views so far?
    I tried these instructions with great anticipation, but alas, it did not work for me.
    Maybe it works differently on FrameMaker 9. I even tried making a PDF to see if it just rendered differently on the screen, since you mentioned the display in Windows dialog boxes (even though I was just in the main flow).
    See the screenshot below for my results.

  • Default blank rows not shown

    Hi there,
    I created some master detail forms. When i'm pressing the add rows button the form navigates to the last row, the total rows number in the pagination box increases with 1, but no blank row is shown. Anybody any idea why?
    Apex 3.0.1
    Kind regards,
    Martin Schaap

    I have some new information, maybe this triggers someone.
    In order to detect the problem, I dropped the master detail form and started all over again. After initial creation of te master detail form the 'Add row' button just worked fine. It also did after some replacement of the fields and adding lookups and formatting.
    At last I added an 'search'-field and changed the query to support this search-field.
    I entered a search criterium and pressed the 'Add rows' button. It still worked fine. After removing the search criterium all rows where displayed again, but the 'Add rows' button didn't work anymore. Assuming that perhaps something still remains in a buffer or whatever I expanded the query by adding 'or :PX_SEARCH IS NULL', but from this point nothing did help. Even after removing the search-field and restoring the query, the 'Add rows' button still didn't work. It goes to the last record(set) but no default blank line is shown anymore.

  • Why are inserted rows not shown in order?

    Hi y'all,
    I'm doing some experimenting. I've set up a table with 3 columns: decimal digit, binary digit, and the difference in length between the former two. Then I wrote a small anonymous PL/SQL block with a single FOR loop. It takes in cycles every integer between 1 and 10000, and computes its binary value, the length difference, and then inserts the three (dec_num, bin_num, diff) into the table. However, the records are not in order! The first row after the run is number 1298! The number 1 is computed in the row number 303.
    When I change the code to only compute the numbers from 1 to 1000, everything is okay, but when I increase the upper border back to 10000, this weird ordering takes place. I understand there's some optimization and paralelism going on. But how do I steer it? It's really bothersome... TIA.
    code snippet:
    for dec_num in 1..10000 LOOP
    bin_num := dec2bin(dec_num);
    diff := length(bin_num) - length(to_char(dec_num));
    insert into correlation values (dec_num, bin_num, diff);
    end loop;

    Hello, thanks for the prompt answers, I don't request returning the rows in order, but would welcome having them inserted in order, in the first place! :) Of course, when I use ORDER BY to view the results, all is well. Is it really the only way?
    Edited by: user5539369 on Nov 12, 2009 12:57 PM

  • How to reset Firefox Health Report uptime stats which are too larger than what it should be

    I'm on the latest Firefox beta channel and up to date to the date.
    In about:healthreport page, I'm seeing a wrong count of time under "time open": http://i.imgur.com/XdlB17q.png
    This is almost 4 years that I can't keep firefox open in this month (I'm sure I didn't waste 4 years of my life on the web either).
    Is there any way to reset this count ? Seems like a really useful feature but not working fine for me.
    Thanks in advance!

    I have no idea how Firefox works out the date used in FHR . No doubt Tyler will comment later.
    I would hazard a guess that it may look at the date of creation/modification of the files possibly the date of modification of the profile folder. Whatever it is doing it may be doing it wrong. (I don't think Tyler has filed a bug yet. He probably works Monday to Friday
    I guess it would do no harm to look at your file dates. See if any look wrong and as if they may explain the unexpected time period.

  • Package body greater than 2160 bytes does not compile in Object Browser

    Hi there,
    I initially created a package in Apex 2.1.0.0.39 using the Object Browser and it compiled OK. The message in the box above the source code says "PL/SQL code successfully compiled (17:51:08)". I then added more code and eventually when I clicked the "Compile" button" the message to say successfull compilation or any error message was not displayed. The box above the source code remains blank. After much trial and error I found that by adding just one more letter to the end of a comment that it would not compile, but by removing the letter then it would compile most of the time. I downloaded the package and found that the size of the download .PLB file was 2160 bytes. Editing the PLB file using a text editor to increase the size and executing it in SQL*PLUS does work.
    Is this a fundamental limit on the size of packages that can be compiled using the Object Browser, or is there an Apex configuration parameter that can be modified to allow larger packages? If this is a limit then why isn't an informational message displayed? Or is this in fact an installation issue or an issues with Apex Object Browser?
    Further information:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    I installed this version back at the beginning of the year for training purposes and have not made any conifiguration changes that I am aware of, or installed any further upgrades/software since.
    All help gratefully received by this "definitely a nubie".
    Regards.
    John.

    John,
    If you are using, as you said, Application Express version 2.1.0.0.39, be aware that this is a very old (and not a supported) version. If you have trouble with the latest version (currently 3.2), feel free to report them here.
    Scott

  • Identical names in subsequent rows not shown in ALV list

    hi,
    I am new to ABAP,
    i have developed a ALV Program to show the joiners and leavers of a Company,
    here everything works fine, except one thing,
    i have 10 number of colums, 1. PERNR 2.First Name 3.LAst Name 4. DOB ....
    in the Second column(First Name), if the names are similar, like 1.shane Lee  and 2.shane warne, the second persons first name is not getting displyed (that files is blank) but the last name , DOB and all works fine,
    i have used this code "rp_provide_from_last p0002".
    what are all the possibilities to correct this.
    Thanks
    B
    Moderator message: please use meaningful subject lines when posting, corrected for you this time.
    Edited by: Thomas Zloch on Nov 18, 2010 8:50 AM

    By debugging after rp_provide statement you can ensure name is retrieved properly. If name in second line is not coming, please check whether you have used sort on this field in ALV.

  • Why are my projects from FCPX 10.0 not shown in 10.1?

    Hello,
    I recently updated my Final Cut Pro X to version 10.1 (I have a 27" iMac Late 2012) and now, all my projects I had before are still existing in the folder "Aktualisierte Projecte" (in German, I don't know what's its name is in English, maybe "updated projects"), but if I click on the button with the same name in Final Cut Pro, nothing is shown.
    Here's what I see in FCPX:
    But here is the data in the Finder:
    How can I make them visible for FCP again?
    Thank you!

    I can't see the folder structure in the second image. The folder structure to update the projects needs to be:
    Drive/Final Cut Projects/Project Folder Name
    If the projects are inside a folder in Final Cut Projects take them out of there.

  • Why are the songs in my ipod touch not shown in my itunes

    Recetly I updated the itunes in my computer and after that the updated version of the itunes does not show the content of my ipod touch, which i had snced eaqrlier. How will you help me to have in my itunes the entire music that is there in my ipod touch

    Hello savarinathan
    Enable Manually manage music and videos, then drag and drop the music to your iPod touch to get synced over.
    Managing content manually on iPhone, iPad, and iPod
    http://support.apple.com/kb/HT1535
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • Buttons on portal reports in 9.0.2

    Is it possible to have radio buttons or checkboxes in SQL based portal reports? If so, are you able to execute code when they are selected?

    Hi,
    You cannot do this with portal reports. You can use dynamic pages to do this. Here is a similar code which input types like text, hidden and buttons. The submit procedure is also available for the code to be executed when submitting.
         <HTML>
         <HEAD>
         <TITLE>Example</TITLE>
         </HEAD>
         <BODY>
         <FORM action="<schema name>.submit_form" method="post">
         <H2>Example of A Dynamic Page</H2>
         <ORACLE>
         begin
         for c1 in (select * from scott.emp )
         loop
         htp.p(c1.empno);
         htp.p(c1.ename);
         htp.p(c1.deptno);
         htp.p(c1.hiredate);
         htp.p(c1.sal);
         htp.p('<input type="hidden" name="p_empno" value='||c1.empno||'>');
         htp.p('<input type="text" name="p_comm">');
         htp.p('<br>');
         end loop;
         htp.p('<input type="submit" name="p_action">');
         end;
         </ORACLE>
         </BODY>
         </FORM>
         </HTML>
         Code for the procedure submit_form
         create or replace procedure submit_form
         p_empno IN wwv_utl_api_types.vc_arr,
         p_comm IN wwv_utl_api_types.vc_arr,
         p_action IN VARCHAR2)
         as
         begin
         for i in 1..p_empno.count loop
         htp.p(p_empno(i));
         update scott.emp
         set comm = p_comm(i)
         where empno = p_empno(i);
         commit;
         end loop;
         exception
         when others then
         null;
         end;
         grant execute on submit_form to public;
    Thanks,
    Sharmila

  • [10g] Way to find least value greater than a value?

    I have a simple (I think) question ...
    Part 1:
    Is there a way to determine the least value, among a set of values, that is greater than 0?
    A couple of examples:
    Set of values:
    {0,1,2,3}
    Return value:
    1
    Set of values:
    {0,5,10,20,100}
    Return value:
    5
    Set of values:
    {1,4,9,11}
    Return value:
    1Part 2:
    Same thing, but greater than some given value, not necessary 0.
    Set of values:
    {0,1,2,3}
    Parameter value:
    2
    Return value:
    3
    Set of values:
    {0,5,10,20,100}
    Parameter value:
    2
    Return value:
    5
    Set of values:
    {1,4,9,11}
    Parameter value:
    2
    Return value:
    4In particular, I'm looking for an efficient way of doing this. I believe I can do it with a set of CASE statements, but it gets really complex the more values you are comparing.
    My first thought was to use the LEAST function, but that doesn't allow me a way to use a parameter.
    Any suggestions?

    -- this section has been edited
    And that's basically where I was heading. I was hoping there was a less complex way to do it... somehow replacing any zeros with an impossibly large number, without using case statements (something equivalent to the NVL function, but to replace any value with another), so that they'd never be less than anything, and then I could just use the LEAST function. The only way I can think of to do that though, would be to convert the numbers to strings, use REPLACE, and then convert them back to numbers, which doesn't seem less complex than the CASE statements, and most likely is worse performance-wise.
    For example:
    SELECT     ord_nbr
    ,     seq_nbr
    ,     time_spent /
         CASE     WHEN     comp_qty     <= plan_qty
              AND     comp_qty     <> 0
              THEN     comp_qty
              WHEN     comp_qty     > plan_qty
              THEN     LEAST     ( TO_NUMBER(REPLACE(TO_CHAR(ord_qty-scrap_qty),'0','999999999'))
                        , TO_NUMBER(REPLACE(TO_CHAR(plan_qty),'0','999999999'))
                        , TO_NUMBER(REPLACE(TO_CHAR(comp_qty),'0','999999999'))
              ELSE 1
         END     AS unit_time
    FROM     ord_detail
    ;-- end of section edited (I posted before I had fully gone through the solution provided)
    I checked the data, and though, theoretically all values could be zero, there are no instances where that happens. I think that, in the case all values were 0, I'd just want to use 1 instead.
    Side note on the "big" problem behind this question....
    My ultimate problem, (and if I end up needing help with that, I'll start a new post for it) is that the quantity data in our system has a fair amount of junk in it...values that can't be true. With this solution, I would assume that in any case where the quantity complete at a given step of a process is less than or equal to the quantity planned to be complete at that step, the value is good, which is not necessarily a correct assumption. Then, only in cases where something can't be true, like when quantity complete > the quantity planned, are when I would intervene with this solution to make a "best guess" at the correct value. There a few things related to this that I have to determine before I can figure out my next step.
    We have another database (so we can keep things straight, I'll call the database I've been querying up til now DB1, and this other one, DB2) that has much more reliable quantity data and step data (sometimes it has steps that aren't in DB1) but its structure is complex, I'm rather unfamiliar with it, and it does not have time spent data. Additionally, some products have all their information in DB1, and none in DB2.
    So my options are to:
    1) ...try to learn the structure of the other database, find the data I need, and query both databases together, using this thread's solution to resolve any questionable data that does not exist in both systems, and skipping any steps that occur in DB2, but not DB1 (since they won't have any time data, which is ultimately what I'm after)
    2) ...try to come up with a method to pre-"scrub" my data in DB1, based on some logical assumptions and looking at all steps in an order, so that I can then just query the scrubbed data...
    3) ...use the solution from this thread, and assume that the bad data isn't enough to significantly impact my calculations...
    What I wouldn't give for a single system with all good data!
    Edited by: user11033437 on Nov 19, 2010 4:21 PM

Maybe you are looking for

  • Developer 6.0 WebForms display problems

    Well, looking at all the submissions here regarding fonts, etc., I don't think I'm alone here. I am trying to migrate a Forms 4.5 application to Forms 6.0 so that I can use WebForms to run it over the Web. I'm using Developer 6.0 with Patch 5A applie

  • Problem with nested table in PropertySheet

    Hi Guys , I have a table and bind it to my ObjectListDataProvider Inside my table i have list of checkbox so user can tick which column they want to delete. it works well . But as soon i create a property sheet and put this table under PropertySheet.

  • Help! my nano won't turn on!

    i tried using my nano the other night, and it wouldnt turn on, which was strange because it was turned off, so ive been looking up how to fix it, and it says to restart it, but it wont do that, and its not the hold thing, im not sure what the problem

  • Paragon NTFS 11 not recognising Boot Camp partition or NTFS external hard drives!

    Hi guys, So i had Paragon NTFS activated and working fine back when i was on Lion. Aftering upgrading to OS X mavericks, it was still working fine and recognising my boot camp drive, and any other NTFS capable ex.hard drive. My Paragon NTFS version b

  • Need profile option for determining DateTime format in Oracle Forms

    Hello All, I also have requirement where I need to read the date format in which Oracle Forms displays date values. As per updates to [this thread|https://forums.oracle.com/forums/thread.jspa?messageID=10285119] , I just need to read the profile opti