|
POST
|
George, Do the coordinates in your excel spreadsheet share the same projection as your application, and do you have the x and y values the correct way round? Regards Anthony
... View more
02-13-2013
07:16 AM
|
0
|
0
|
1189
|
|
POST
|
Marc, Yes, sorry this is an old tag that has been left in from when I amended the original coordinate widget, it will have no effect on the widget now. If you want to display geo instead of web Mercator and you have the ability to amend the source code follow the steps above Sorry for the error Regards Anthony
... View more
02-13-2013
07:13 AM
|
0
|
0
|
3391
|
|
POST
|
Larry, There are examples in the help, here: http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Calculate_Field_examples/005s0000002m000000/ Or if you want to know more about vbscript a good place is w3schools: http://www.w3schools.com/vbscript/vbscript_examples.asp Regards Anthony
... View more
02-13-2013
05:59 AM
|
0
|
0
|
4021
|
|
POST
|
Larry, no you don't need brackets around the 2 & 4 lines as all you are doing is assigning a value to a variable in this case called lessthan9. In the bottom box your telling your field lessthan9 to be equal to the variable lessthan9 from the code block above. Hope that make sense Regards Anthony
... View more
02-13-2013
05:44 AM
|
0
|
0
|
4021
|
|
POST
|
Larry, Are your resptime and lessthan9 fields set as integer values or string. If they are string put speech marks around your 9, 1 and 0 values Regards Anthony
... View more
02-13-2013
05:00 AM
|
0
|
0
|
4021
|
|
POST
|
larry, Try something like this in your field calculator: Tick the Show Codeblock Code: If [TimeField] <= 9 Then Newfield = 1 Else Newfield = 0 End If And below: Fieldname = Newfield Regards Anthony
... View more
02-13-2013
04:05 AM
|
0
|
0
|
4021
|
|
POST
|
George, If your are using server 10.1 the geometry service is already created under the utilities folder, see: http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000004n5000000 If you are using an earlier version of server you have to create it yourself, which is simple, see: http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//009300000027000000 Regards Anthony
... View more
02-12-2013
12:02 PM
|
0
|
0
|
1328
|
|
POST
|
Sorry my mistake you have linked your feature class to a table in arcmap. Have you tried removing the linked table and see if it works Regards Anthony
... View more
02-08-2013
07:47 AM
|
0
|
0
|
1738
|
|
POST
|
Gerald, From what I can see you have fields coming from different tables in your fields area but you do not have any relates set up. Your fields need to come from the same layer. Regards Anthony
... View more
02-08-2013
07:35 AM
|
0
|
0
|
1758
|
|
POST
|
Gerald, Your expression value: <value prompt="Example: 091N C 00900">Parcels.GISLINK = '[value]'</value> is searching against a numeric field so you do not need the speech marks: <value prompt="Example: 091N C 00900">Parcels.GISLINK = [value]</value> Regards Anthony P.S. If it works I will also be in Palm Springs for a beer 😮
... View more
02-08-2013
06:07 AM
|
0
|
0
|
1758
|
|
POST
|
Kelly, You can do this in ArcMap using an expression in the calculate field similar to : left([fieldname],instr([fieldname]," ")-1) the instr function gives the position of a text string within another , and the left function extracts a string from another one Regards Anthony
... View more
02-07-2013
11:12 AM
|
0
|
0
|
1500
|
|
POST
|
Have you looked at this widget for inspiration: http://www.arcgis.com/home/item.html?id=d533bad75bac41e6904b4ddbc6b22cd2 Regards Anthony
... View more
02-06-2013
01:52 PM
|
0
|
0
|
1522
|
|
POST
|
Yes, <search visible="false"> <geocoding> <locator>http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer</locator> </geocoding> </search> Regards Anthony
... View more
02-05-2013
12:05 PM
|
0
|
0
|
879
|
|
POST
|
James, In the config for the header controller widget (widgets/HeaderController/HeaderControllerWidget.xml) put the tag <search visible="false"/> See: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Header_Controller_widget_tags/01m30000000n000000/ Regards Anthony
... View more
02-05-2013
11:20 AM
|
0
|
0
|
879
|
|
POST
|
Daniel, You will need to modify the createQueryResults function. In the for each (var graphic:Graphic in featureSet.features) statement do something similar to what you did in the live layer widget on your post here: http://forums.arcgis.com/threads/23561-QueryWidget?highlight=result+symbol then remove the symbology being added under the switch (featureSet.geometryType). Regards Anthony
... View more
02-04-2013
11:16 PM
|
0
|
0
|
1052
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-01-2016 01:57 PM | |
| 1 | 02-04-2013 01:05 AM | |
| 1 | 04-11-2013 09:53 PM | |
| 1 | 04-03-2013 09:42 AM | |
| 1 | 07-25-2014 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|