Np (Records per Aggregated Record)

The Np parameter sets the maximum number of records to be returned in each aggregated record.

Parameter Np
Name Records per Aggregated Record
Java setter method ENEQuery.setNavERecsPerAggrERec()
.NET setter property ENEQuery.NavERecsPerAggrERec
Type 0, 1, or 2
Description Specifies the number of records to be returned with an aggregated record:
  • A value of 0 means that no records are returned with each aggregated record.
  • A value of 1 means that a single representative record is returned with each aggregate record.
  • A value of 2 means that all records are returned with each aggregated record.
To improve performance, use 0 or 1.
Object Navigation
Dependency N, Nu

Example

/controller.php?N=0&Nu=ssn&Np=0