No (Record Offset)

The No parameter sets the navigation record list offset.

Parameter No
Name Record Offset
Java setter method ENEQuery.setNavERecsOffset()
.NET setter property ENEQuery.NavERecsOffset
Type int
Description

The offset defines the starting index for a navigation object’s record list. If the No parameter is 20, the list of items returned in a navigation object’s record list will begin with item 21. (Offset is a zero-based index.)

This parameter allows users to page through a long result set, either directly or step by step. If an offset is greater than the number of items in a navigation object’s record list, then the record list returned will be empty.

Object Navigation
Dependency N

Example

/controller.php?N=132831+154283&No=20