P-table of Lazy load when we sort it always goes offset page 1, when i was on page 3 or 4 - lazy-evaluation

When iam any other page 2 or 3, if i click on Sort of lazy , its shows data of 2 or 3 only but why always the page shows first page offset 0.
In lazy mode it always show ,which ever page i was there , should not navigate to offset page 1

Related

oracle apex Breadcrumbs set item value

I have breadcrumb on page n°3 described as below:
Home >> Page 1 >> Page 2 >> Page 3
I have P03_ID_CLIENT item in Page 3 and P02_ID_CLIENT in the Page 2
My question is: When I click on Page 2 in the Breadcrumb, How can I affect the value of P03_ID_CLIENT item to P02_ID_CLIENT in the Page 2
I tried with Branches but it seems that I had to trigger an action to set the value of the item in the target page
I think the mention of breadcrumbs is superfluous. Are you requiring a Computation on Before Regions to set P03_ID_CLIENT to the value stored in P0_ID_CLIENT?

Using special fields in a parameter

I am trying to figure out if it is possible to use a special field in a parameter. I am working on a set of reports that will be printed and mailed out. The print shop wants to be able to separate them into all 1 page reports, all 2 page reports, all 3 page reports and so on. I have set up the Page N of M to reset page number after and new page after the appropriate footer. So is it possible to use Page N of M in a parameter so you can select all the 1 page reports or all the 2 page reports and so on?

Doctrine Paging

I have used pagination of doctrine.I have implement it successfully,But my problem is when the user click on the last page.In the pager after last page anchor tag,there are two empty anchor tag and if user click on first page,there are two anchor tag.I want when user click on last page,there should be no anchor tag after last page anchor tag and if user click on first,there should be no anchor tag before first page anchor tag.
example: this is my paging structure
<< , < , 1 , 2 , 3 , > , >>
anchor tag no: 1 2 3 4 5 6 7
If user click on the 1 no anchor tag,then there should be no first, previous anchor tags(anchor tag no. 1, 2).
And If user click on the 3 no anchor tag,then there should be no last,next anchor tags(anchor tag no. 6, 7).
Thanks
You should manually check whether the user landed on the last/first page and then update you anchor tags accordingly (i.e. disable them).

How to setup the Hyperlink from one page to another page in Oracle APEX

I am new to Oracle APEX. My requirement is to setup a Hyperlink from one page to another page.
Currently I am displaying 4 columns in the report of Page 1. The report is like below,
Survey Response Count_of_Cities City_Name
AB Y 2 LONDON,CHICAGO
AB N 3 DELHI,MUMBAI,CHENNAI
AC Y 1 LONDON
AC N 4 TOKYO,HONGKONG,BANGALORE,HYDERABAD
But the revised requirement is I need to show the City_name in another page i.e. Page 2 when the user clicks on value of the Count_of_Cities. i.e. If the user clicks on 3, In page 2 the values should be appear like below
DELHI
MUMBAI
CHENNAI
If I click on the 4, the values in the page should be like below,
TOKYO
HONGKONG
BANGALORE
HYDERABAD
Currently in Page 1 I am hiding the City_Name and created a Hyperlink on Count_of_Cities. When clicked on Count_of_Cities it is navigating to Page 2. But the values for City_Name are not showing properly.
Please sugegst how I can show the City_Name values in page 2?
Please let me know if you require any additional information.
Edited by: 980540 on Jan 9, 2013 2:02 AM
If I understand correctly, you have a report on page one, and you wish to use a column link on Count_Of_Cities to move to page two and save the state of City_Name to be used on page 2.
How are you currently attempting to transfer the value to page 2?
1)Create a hidden item on page 2 named P2_CITY_NAME or similar.
2)On page 1, open the "Report Columns" branch under the report and double click on the column Count_Of_Cities (or double click on the report, click the report attributes tab, and then the pencil/edit icon next to the Count_Of_Cities.
3)Scroll to the Column Link area, and set
Target=Page in this Application
Page=2
Item1=P2_CITY_NAME
Value=#Count_Of_Cities#
If this doesn't work, tell me what URL is being pointed to when you hover your mouse over the column link in Count_Of_Cities.

Tombstoning with MVVM and more than one page

Where can I find informatin about tombstononig with more that one page?
I`ve 2 pages every one with his own viewmodel, from page 1 nagite to page 2, If in this page ocurs tombstonig How can save and restore page1´s viewmodel?
Thanks
Save the state of page 1 in OnNavigatedFrom if the phone tombstones or navigates to page 2
Restore the state of page 1 in OnNavigatedTo.
Delete the state of page 1 if the user navigates backwards at page 1.

Resources