Select to view content in your preferred language

Combo-box limitation (1000 records) for AGIS JSAPI ver. 3.0 (& probably 3.2 also)

976
4
Jump to solution
12-06-2012 02:16 AM
SunilPalkar
Deactivated User
Hello All,

I am displaying almost 9000 records by four type (A,B,C & D) in which I am displaying records using combo-box.

Each record is classified by "ctype" ( A or B or C or D) so I am putting this in combo so that If I select type A then all records of type A will be display..

Combo-box  displaying and sorting only 1000 records and its not sorting remaining 8000 records so I think it should be bug or Enhancement settings by ESRI

For more details Please check this link :  http://gis.stackexchange.com/questions/43320/how-to-display-unique-records-in-combo-box-in-arcgis-ja...

Any help/clarification by senior members will be great...thanks in advance : )
0 Kudos
1 Solution

Accepted Solutions
JohnGravois
Deactivated User
heres a link to the ArcGIS Server 10.1 help which explains how to set the "Maximum number of records returned by the server:"

View solution in original post

0 Kudos
4 Replies
derekswingley1
Deactivated User
It sounds like you're populating your ComboBox with the result from a query task.

The 1,000 record limit is configurable, but 1,000 records was chosen to avoid accidentally returning thousands and thousands of records to a client which is likely to slow down any application.

More info in the server help:

By default, ArcGIS Server map services limit the number of records returned by a query to 1,000 records. You can raise this limit in the Service Properties dialog box. The limit is important to remember when configuring the task because if you click the Get Sample Values button, only the first 1,000 records will be scanned for unique values.
0 Kudos
SunilPalkar
Deactivated User
@swingley thanks for your reply..

Now how to configure/change the limit OR is there any alternative for this (any different tool) ??

thanks a lot for your reply..You are hero!!!

It sounds like you're populating your ComboBox with the result from a query task.

The 1,000 record limit is configurable, but 1,000 records was chosen to avoid accidentally returning thousands and thousands of records to a client which is likely to slow down any application.

More info in the server help:
0 Kudos
JohnGravois
Deactivated User
heres a link to the ArcGIS Server 10.1 help which explains how to set the "Maximum number of records returned by the server:"
0 Kudos
SunilPalkar
Deactivated User
@jgravois...thanks for your reply..It working successfully : )


heres a link to the ArcGIS Server 10.1 help which explains how to set the "Maximum number of records returned by the server:"
0 Kudos