|
POST
|
What I trying to do is use the esri/widgets/print in 4.10 with the a esri/tasks/support/PrintTemplate so I can use the layoutOption and CustomTextElements. new esri.widgets.print({ view: view, templateOptions: { title: "Buncombe County, NC", author: "Buncombe County", copyright: "Buncombe County", legendEnabled: false, layoutOptions: { customTextElements: [{ "info": "1234" } ] } }, // specify your own print service printServiceUrl: "https://--/arcgis/rest/services/ExportWebMap_VT/GPServer/Export%20Web%20Map" }),
... View more
05-21-2019
01:01 PM
|
0
|
3
|
1397
|
|
POST
|
Is it possible to use customTextElements with the esri/widgets/Print ? Thanks Vicki
... View more
05-16-2019
11:18 AM
|
0
|
5
|
1519
|
|
POST
|
Update : I figured out that if a type in the search criteria in the search widget I get all the results but if I select it from the suggestion dropdown I only get one. Vicki
... View more
03-14-2019
12:43 PM
|
0
|
0
|
691
|
|
POST
|
Hi I have a search widget that is searching owners name in a property featurelayer. I know that there are suppose to be multiple results but it is only returning one. I have set autoSelect: false, but it's still only returning one results. There is the code var searchParcel = new Search({ view: view, includeDefaultSources: false, allPlaceholder: "Find Parcel", minSuggestCharacters: 4, popEnabled: true, popupOpenOnSelect: true, autoSelect: false, sources: [ { featureLayer: new FeatureLayer({ url: "https://xxxxx/MapServer/1", outFields: ["*"] }), searchFields: ["owner"], displayField: "owner", exactMatch: false, outFields: ["*"], name: "Owner S", maxSuggestions: 20, suggestionsEnabled: true, minSuggestCharacters: 3 }, Thanks Vicki
... View more
03-14-2019
07:20 AM
|
0
|
1
|
780
|
|
POST
|
I am having the same issue. I enabled editing tracking for the dataset but it's still not working. Do I need to enable editing tracking somewhere else??
... View more
01-31-2019
11:51 AM
|
0
|
1
|
5178
|
|
POST
|
I have a python script that works fine in 10.4 but in 10.5.1 I am getting an error that dataset does not exist. ERROR 000732: Input Features: Dataset does not exist or is not supported
... View more
06-07-2018
12:54 PM
|
0
|
0
|
527
|
|
POST
|
I was wondering if anybody is having problems using select(max) in ArcServer 10.5. I have a 10.2 rest service that is querying a layer with this where clause "ElectionDate in (SELECT max(ElectionDate) FROM PollingPlaceHistory)" and it works fine. But the 10.5 service using the same data will not work.
... View more
05-07-2018
01:26 PM
|
0
|
0
|
6181
|
|
POST
|
Hi Did you ever find a solution to this, I am having the same issue. The SDE file in the v101 folder is altered and instead of using a SQL Server it's an Application Server Connection.
... View more
03-22-2018
12:04 PM
|
0
|
0
|
1131
|
|
POST
|
I am trying to get the max(date) from a feature service using the rest api. The where clause I am using is SellDate =(select max(SellDate) from Buncombe_County_Property_Sales_Data) But I keep getting 'where' parameter is invalid. https://services6.arcgis.com/VLA0ImJ33zhtGEaP/ArcGIS/rest/services/Buncombe_County_Property_Sales_Data/FeatureServer/0/q… Thanks Vicki
... View more
01-01-2018
08:50 AM
|
0
|
2
|
3983
|
|
POST
|
Hi I am trying to use the http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/NAServer/Service Area service but I want to be able to use distance instead of drive time. This service does not seem to offer that option. Does anybody know of another free Network Service that might offer that option or I am missing something that will allow me to use the ESRI service with distance instead of time. Thanks Vicki
... View more
01-23-2014
04:41 AM
|
0
|
1
|
798
|
|
POST
|
I have a site with a geoprocessing task. When I use it in Windows8 the task runs fine, but for some reason the job status never goes from executing to complete even though I can see that the task has successfully finished running on the sever. So the user never see that the task is complete and cannot get the results. It works fine in other operating systems and browsers. Vicki
... View more
12-18-2012
09:25 AM
|
0
|
0
|
748
|
|
POST
|
Hi I have an ArcReader custom application (version 10) that was developed in .net. The program has been working fine accept on one machine that I installed it on. The application opens but the associated map project or .pmf will not load. The map will load if I use a button to navigate to it but it will not load when you first open the application. Any Ideas ?? Thanks Vicki
... View more
07-09-2012
10:10 AM
|
0
|
0
|
629
|
|
POST
|
Hi I am trying to query on a feature class that is joined to a table. The query works but it does not return any fields. The only field I can access is the display field for the layer. I have the query set to return all the fields myQuery.OutFields = ["*"]; Vicki
... View more
10-11-2011
06:56 AM
|
0
|
1
|
704
|
|
POST
|
Hi I am trying to use the same code, but I am running into two problems 1) the esri street service is mis-aligned 2) I can not get the map to be smaller in the print page Thanks Vicki
... View more
09-28-2010
08:26 AM
|
0
|
0
|
2063
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-27-2016 12:19 PM |
| Online Status |
Offline
|
| Date Last Visited |
08-07-2025
11:43 AM
|