Split table

Hey everybody,

I have generated a embedded view on a webpage. this embedded view have

tags in it, so that it will be displayed as a table.

Now when you have for example 200 rows in this table, it’s not so nice to put all the rows directly on the webpage.

My question is of somebody knows how to display only 10 rows on the web and when you click on next; the next 10 rows will be visible in the table.

Must I work with

or what

thanks

Subject: split table

Hi,

try to use this argument count=10 in URL

ex : …openview&count=10

Subject: split table

Try to use the Embedded View’s property [Web Access → Display: “Using view’s display property” and set the no. of lines you wish to display …

HTH