Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How I can make a pagination in a reflow report?

Rodrigo LeivaOct 5 2016 — edited Oct 7 2016

hi!

(i'm new in APEX and I don't speak much english, I will use google traductor)

I'm making a mobile application in which according to 2 input data, shows a reflow report of 10 rows. But I want the "siguiente" button performs the action of displaying the following 10 rows.

attached images for better understanding:

app1.png

app2.png

the query the report is as follows:

select seq_ntvn_cdg, mtin_cdg, mtin_dsc, dnvn_cnt, ntvn_total

from vtfc.det\_nota\_venta

where :P4\_CLIENTE=empr\_cdg

    and :P4\_VENDEDOR=vndr\_cdg

order by seq\_ntvn\_cdg DESC

OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY

thank you very much in advance!!!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 4 2016
Added on Oct 5 2016
5 comments
991 views