IQA

Hi Guys,

Does anyone know how I can increase the number of rows returned per page in IQA??

The standard output is 10 rows per page, I would like to increase this to say 25 or 30.

Regards

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

rows per page

http://docs.imis.com/15.1/

 

  1. On the application server where your iMIS15 applicaiton is running, open the Web.config file. (The default location is C:\Program Files\ASI\iMIS15\net\Web.config.)
  2. Scroll down to the <SystemParams> section and locate the following line:
    <add key="PagedResults.MaxRecords" value="500" />
  3. Change the value from 500 to your desired number of maximum rows returned by queries.
  4. Save the Web.config file.

 

 

 

Dave Johnson SQL Server and iMIS Consultant Melbourne Australia

  Sorry that is max results

 

Sorry that is max results returned per query  - to update rows per page  iMIS 15 now has that dynamically available on the  results page

 

Dave Johnson SQL Server and iMIS Consultant Melbourne Australia