Displaying previous page without running it's report region sql?

Hi, I just created a button which is PREVIOUS and redirects to the previous URL. However I was hoping I could just display the previous pages report results again without re-running the report sql.
The PREVIOUS button seems to re-run the sql ... is there any way of just caching the previous pages sql results and then they are instantly displayed from the next page by pressing the PREVIOUS button?
Thanks

Scott, this command works great. If you dont submit the current page it is fine. Is there a way to branch back to the previous page disregarding the current pages submissions as if you submit the current page then the command will only branch back to the same page but before it was submitted?
Thanks

Similar Messages

  • Page item field placement in report region

    I have a report region that has item fields in it. Additionally I have a page item field that I can only display above left of the report region. Question: how can I move the page item to middle area above region and how do I associate it's value with one of the report item fields for use in PL/SQL block updates from that page?

    I have a report region that has item fields in it. Additionally I have a page item field that I can only display above left of the report region. Question: how can I move the page item to middle area above region and how do I associate it's value with one of the report item fields for use in PL/SQL block updates from that page?

  • Restricting the pl/sql error in report region(sql report)

    Hi,
    Is there any way to hiding pl/sql error in report region when we use generic column names*(Use Generic Column Names (parse query at runtime only)*
    ). and type is sql query else displaying alternative error message on that particular report region
    I am using apex 4.1 and 11g database
    Thanks
    Sagar.

    What kind of pl/sql error you are talking about?

  • How to display a keyfig without showing UOM in report

    Hi
    Our users donot want to see Unit of measure along with keyfigure in reports, how do we do this? If it is quantity, in FI area, it gives for something like 1000.000 HS0 or HS 2 etc... How can we change the property on key figure not to display this Unit of measure? Any help would be appreciated. Another question I have is how to delete certain query views from centralized location.
    Thanks
    Pandiri

    Hi
    I have the same question. I have a key figure with Quantity type and UOM PC. I want to display quantity number without the units PC.
    I think NODIM() function applies it to all key figures right? How do i apply it to only one key figure. the rest of the key figures I want units to be displayed.
    Thanks

  • I have no way to return to previous page without going completely out of firefox - can you help with this?

    I start with the home page of a site. Then go to one of the other pages on the same site. I find no way to return to the home page without going completely out of firefox and having to start all over again. In other words the "back" arrow is gray and does not work to get me back to the original home page. Can you help with this?

    Try double clicking on the Back arrow. If you click on it and hold it pressed, it should give you a drop down list of the previous pages. You can also achieve that by right click on the Back arrow. But if you do a single, quick click on it, it should take you back.

  • How to return to previous pages without going back one at a time

    I do a lot of work on ebay and have to return to previous searches or pages and I used to be able to have a button that would show all the previous pages and I could go down the list and click on it. The only option I have now is to go into history and it only shows recent pages and it's for ALL the tabs open. I want just the tab for ebay previous pages. For instance if I go to ebay sold and relist an item it takes me through the prompts and if I want to return to ebay sold I want a drop down showing that option. I no longer see one. This normally wouldn't be too much of an issue except that the ebay sold is on ebay.com and relist is on ebay.ca so I like to go back to the previous page instead of going to bookmarks, ebay, my ebay, sold etc to get there again. Too much work!!! thanks, Iris

    Try this script that Yvan Koenig has written. Help text is both in english and french
    https://www.box.com/s/00qnssoyeq2xvc22ra4k/1/129506087/5871856782/1

  • I cannot select a previous page without scrolling through all of them

    The latest version 4 does not seem to have an option to select a previous page from a drop down list, alongside the forward/back buttons top left of page

    You can get the drop down list by either right-clicking on the back/forward buttons, or holding down the left button until the list appears.

  • Safari flips to previous page without intervention

    I'll be typing along and suddenly I'm looking at the previous page.  Trying to go back is an iffy thing as in some websites, if you leave the page, it dumps your typed entry.  Just lost about ten minute worth of work.  Not a happy camper.
    How do we get Safari to stop this, or is it weird behaviour from the mouse?

    Nope, just typing.  My Magic Mouse definitely has had a bad spell hexed upon it, since it is prone to losing it's Bluetooth connection for no reason, plus it will begin to move a page sometimes if I just go near it. 
    Vibration?
    I don't want to turn off the swipe for that turns it off for both track pad and mouse.  I wish I could turn off the mouse swipe only, as I find that irritating.
    The page zips across very quickly, almost as if I hit a key combination by mistake.  Is there a swipe hotkey?

  • Problem in how to stop displaying previous page after Logout

    <%
    // I invalidate all my session when i logout and comes on Login.jsp page but if i go back still it open
    previous pages
    How i can stop these
    i am adding these line in avery jsp page
    1)
    response.setHeader("pragma","no-cache");
    response.setHeader("Cache-Control","no-cache");
    response.setHeader("Cache-Control","no-store");
    response.addDateHeader("Expires", 0);
    response.setDateHeader("max-age", 0);
    response.setIntHeader ("Expires", -1); //prevents caching at the proxy server
    response.addHeader("cache-Control", "private"); //IE5.x only;
    %>
    2) and in Logout.jsp
    response.sendRedirect("Login.jsp");
    session.invalidate();
    session.removeAttribute("viv");
    still on reaching login page i can move to previous page by clicking back button

    Hi sreenathreddy.
    I am doing exactly what you are talking about.
    On load of each jsp page, I check to see if I am still in session. If i am not, i redirect the user to the login page saying his session has expired.. This works perfectly fine in the sense that after I log out, if I directly type in the url or click on any other link from history, it redirects you to the login page.
    But my problem sitll remained that after logging out, if i clicked the back button, it would still take me to the previous page even though none of the links on that page would work.
    So i added all the response.SetHeaders that are mentioned in this discussion.
    Now the scenario is such that, when i press the back button after logging out, it tells me that the page has expired and i have to resubmit the form.
    There are two problems with this
    1. at this point , if i refresh my page, it still gets the details from the server and even though i am invalidating the session and all the user details, and checking to see if the session is invalidated,it still somehow manages to get all the details(i dont know where that info is stored)
    2. even if the person has not logged out. ie in the middle of a perfectly valid session and clicks on the back button, he is warned that the session has expired.
    please do reply
    thanks
    ritesh

  • Apex 4.2 Report region sql query with "apex_item.text" renders wrongly

    In APEX 4.2 page i have created region "Report data".
    Type="SQl Query".
    "User Interface"-->"Template"="Reports Region".
    "Region Source"="select apex_item.text(1, '111') as c1 from dual".
    Actually the select query is little bit more complex, but generally simplified it is such, that it uses function "select apex_item.text" to construct HTML textfield.
    If i run in Sql Developer query
    select apex_item.text(1, '111') as c1 from dual;Then result is:
    <input type="text" name="f01" size="20" maxlength="2000" value="111"  />But in APEX 4.2 the report is rendered so:
    <td  headers="c1">&lt ;input type=&quot ;text&quot ; name=&quot;f01&quot; size=&quot;20&quot; maxlength=&quot;2000&quot; value=&quot;111&quot;  /&gt ;</td>(for this forum to display correctly i had to put extra spaces between" &gt" and ";" and so on)
    And APEX 4.2 shows ugly html inside report cell/slot for me, displaying characters/symbols ">". The reason is that APEX HTML page source does not have symbol ">" but has " &gt ;" .
    In APEX 3 i have similar query working well, without such anomaly.
    What attribute should i change in APEX 4.2 region to display my query result as needed?
    I need that function "apex_item.text", i cannot remove it.
    Edited by: CharlesRoos on 13.02.2013 15:28
    Edited by: CharlesRoos on 13.02.2013 15:29
    Edited by: CharlesRoos on 13.02.2013 15:29

    CharlesRoos wrote:
    In APEX 4.2 page i have created region "Report data".
    Type="SQl Query".
    "User Interface"-->"Template"="Reports Region".
    "Region Source"="select apex_item.text(1, '111') as c1 from dual".
    Actually the select query is little bit more complex, but generally simplified it is such, that it uses function "select apex_item.text" to construct HTML textfield.
    If i run in Sql Developer query
    select apex_item.text(1, '111') as c1 from dual;Then result is:
    <input type="text" name="f01" size="20" maxlength="2000" value="111"  />But in APEX 4.2 the report is rendered so:
    <td  headers="c1">&lt ;input type=&quot ;text&quot ; name="f01" size="20" maxlength="2000" value="111"  /&gt ;</td>(for this forum to display correctly i had to put extra spaces between" &gt" and ";" and so on)
    And APEX 4.2 shows ugly html inside report cell/slot for me, displaying characters/symbols ">". The reason is that APEX HTML page source does not have symbol ">" but has " &gt ;" .
    In APEX 3 i have similar query working well, without such anomaly.
    What attribute should i change in APEX 4.2 region to display my query result as needed?Ensure that the Display As Column Attribute for the C1 column is Standard Report Column.

  • Report Region SQL Source

    Hello all...
    Im new to Application Express so my problems are quite fundamental. I am trying to create a filter system on a report region that alters the SQL depending which field is selected and what criteria is entered. How do I refer to the SQL? I sthere a system name for the region source sql or or can I refer to a column name in the SQL by useing a variable?
    i.e. ... WHERE <varColName> = <varSearchCriteria>
    Many Thanks,
    Richie

    I am trying to do the same thing, and I am not finding the answer either in the howtos or your demos (which are great). I tried to follow the instructions below, but I don't have a "Query Definition" tab, I have a Report Definition tab and it does not contain a Join Conditions page.
    Add a Condition
    To add a condition to the DEMO_ORDER_ITEMS report:
    1. Under Regions, select Order Items as shown in Figure 4-6.
    Figure 4-6 Order Items
    Description of Figure 4-6 follows
    Description of "Figure 4-6 Order Items"
    2. Click the Query Definition tab.
    3. Click Modify Join Conditions.
    4. On the Modify Join Conditions page:
    1. For the first Column, select DEMO_ORDER_ITEMS.ORDER_ID. Note that you may need to click Search to view available columns.
    2. In the second Column field, replace the existing text with the following condition:
    :P2_ORDER_ID
    5. Click Apply Changes.
    Here is the Source of my Report - I am getting this error: "Invalid PL/SQL expression condition: ORA-06502: PL/SQL: numeric or value error"
    select
    "IDENTIFIER",
    "APPLICATIONIDENTIFIER",
    "QUESTIONNUMBER",
    "ANSWERTEXT1",
    "ANSWERTEXT2",
    "ANSWERTEXT3"
    from "#OWNER#"."COMPANYPERSONNEL"
    WHERE "APPLICATIONIDENTIFIER" = :F101_APPLICATIONIDENTIFIER
    AND "QUESTIONNUMBER" = 1
    Appreciate any help. Thanks.
    Note: I tried TO_NUMBER(:F101_APPLICATIONIDENTIFIER) - same result
    Data Type for APPLICATIONIDENTIFIER = NUMBER(10)
    Data Type for QUESTIONNUMBER = NUMBER(2)

  • How to replace a table name with an item value in report region SQL query?

    I've got a SQL query in a report region that goes like this:
    SELECT :P30_HIDDEN FROM v_dms_dataset
    GROUP BY :P30_HIDDEN
    P30_HIDDEN is populated from a textfield input. Why doesn't this work, and is there a way to achieve what I'm trying to do here? I really need the ability to dynamically generate SQL queries in this way.

    Ben - you could either:
    1. case when :P30_HIDDEN = 'COL1' then col1 else ... end
    in order to determine which column to select (only really useful if you have a small number of predetermined columns to select from), or
    2. generate the SQL dynamically.
    Set the report region to SQL Query (PL/SQL function body returning SQL query), then have something like:
    declare
    l_sql VARCHAR2(4000);
    begin
    l_sql := 'SELECT ' || :P30_HIDDEN || ' FROM v_dms_dataset
    GROUP BY ' || :P30_HIDDEN;
    return l_sql;
    exception
    etc.
    end;
    John.

  • Firefox does not display "Server not found" for unexist. sites, rather Firefox display previous page or blank page.

    Firefox displaying regular site (address), something like: http://www.monitor.hr/, and everything is fine. Next, I write something that do not exist (site do not exist, or it is temporary out of function, etc). So, in Firefox address bar I will write something as: http://www.news-bar.hr (at this very moment, I know this site is under DOS attack, and site is not available). But my Firefox is still presenting "last correct site" ie www.montior.hr. This behaviour is wrong. Instead "last correct site", Firefox must display message "Server not found", or something simmilar.
    Same behaviour exist if I start from "blank-page". I write some "wrong address" into address bar, and after some time, page is still blank, again there is no "server not found" info.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • SMARTFORM only displays first page when running

    Hi there
    I have created a 3 page Smartform.  When testing it, the output only displays the first page.  I have specified the next pages on every page as follows:
    Page 1 next page -> Page 2 (main window defined on this page)
    Page 2 next page -> Page 3 (no main window defined on this page)
    Page 3 next page -> Blank (no main window defined on this page)
    Kind Regards
    Gustav Coleske

    hi,
    just do like this,
    on first page main window,
    right click,
    create,
    flow logic,
    select command field and enble the chcck box there and provide the input 'page2',
    do like this for third page in page2 then it works.
    reward points if useful,
    regards,
    seshu.

  • I reset firefox but it still brings up previous pages without them being bookmarked or saved when I quit

    I reset my browser and I am still having address bar suggestions pop up without them being saved or bookmarked.
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6

    To revert to Google as your preferred search engine, please do the following.<br><br>
    * In the location bar, type '''about:config''' and hit Enter.<br><br>
    * In the filter at the top, type: '''keyword.URL'''<br><br>
    * Double click it and remove whatever's in there and replace it with http://www.google.com/search?q=<br>
    The URL to add in "keyword.URL" becomes a link in this post, so right click it and choose "Copy Link Location" to copy it to the Windows clipboard. Then hit CTRL+V to paste it. Saves you having to type the whole thing.
    '''To reset your home page, do the following'''.<br><br>
    * Go to the site you want to set as your homepage.<br><br>
    * Click the orange Firefox button and go to '''Options '''| '''Options '''| '''General'''.<br><br>
    * Make sure it says "''Show My Homepage''" in the first dropdown menu.<br><br>
    * Click the button called "'''Use Current Pages'''" to set the homepage to the one you have on the screen.<br>

Maybe you are looking for

  • Ipod NOT restoring properly or being recognized in itunes!!!

    so yesterday i was trying to (manually)update my ipod and then it somehow got messed up so i decided to just restore it. but when i went to restore it, after it 'restored' it normally says on the ipod to plug it into a wall outlet for the frim wire s

  • Having Display Issues in Explorer

    I have a page that renders just fine in Explorer when I have the page w/ the file ext. .hmtl, but when I turn the page into a .cfm page then the whole page displays incorrectly. Here are the 2 examples: HTML Page: http://carolinasparking.org/template

  • Erasing drive

    I am giving my macbook pro to my son and need to erase my password and authorization information. Can I do this without wiping the drive clean?

  • Dragon Dictate w. Aperture?

    Anyone using Dragon Dictate with Aperture? I have several tens of thousands of images to keyword, and nothing I've tried (carefully built keyword hierarchy, custom key assignments, custom button assignments on a 17-button mouse (Naga Razer)) has gott

  • Pls. give access to App Builder APIs!

    Dev. guys, a request. In a future version, can you pls. give us access (or at least publish how tos) to the App. Bldr. APIs ? We would like to extend the forms & reports functionality(just look at the questions raised by others). This is more so when