Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Team,
i have a following straight table, and i use rowno(total) to get the row number
| Employee | rowno(TOTAL) |
| AAA | 1 |
| BBB | 2 |
| CCC | 3 |
| DDD | 4 |
| EEE | 5 |
My question, how do i display certain row? For example, I want to display row 2 to 4. Means showing 3 rows only.
or show row 1 to 4 only
thank you
Hi jagan,
While waiting for you just now. i apply the pagination and it works. But the only problem now is the name is not sorted.... you may take a look on my latest file..
Anyway, just tried with you latest script. The error found 'temp:' after this line
SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';
PFA file. It is working for me.
Regards,
Jagan.
I have applied the script.
Please refer the attached file. Dont reload. I have more records. U can see the employee name actually is not sorted.
PFA file for solution.
may k know what is pfa?
Please find attached.
ok. thanks.
As mentioned i have few pages in straight table. Anyway for me to make the page change after 20 seconds? means i will keep goes to next page every 20 seconds. And back to page 1 if last page detector.
Hi,
You mean that the page should change automatically after every 20 seconds?
Regards,
Jagan.