POST
|
I am trying to calculate the time elapsed between two date fields in a layer hosted on ArcGIS Online using Arcade. I attempted to do this directly in ArcGIS Online, but it requires me to disable the offline map synchronization option, which is very useful for Field Maps users in the field. Is there any way to perform this calculation directly from the dashboard without disabling map synchronization?
... View more
09-19-2024
10:12 AM
|
0
|
0
|
246
|
POST
|
I am working with a Notebook in ArcGIS Online and need some help with concatenating several fields into a new column. I am trying to use the CONCAT function to merge four fields (A, B, C, D) into a new field called "concatenation".
... View more
05-18-2024
09:36 AM
|
0
|
0
|
483
|
POST
|
Even though I only need the departure and arrival records as references, I want Network Analysis to automatically handle the rest of the values as null?
... View more
04-12-2024
01:41 PM
|
0
|
0
|
1327
|
POST
|
When loading the stops, in my layer, I have a field defined where one record has a value of 1 representing my starting point, and another record with the total number of records representing the end
... View more
04-12-2024
12:10 PM
|
0
|
0
|
1348
|
POST
|
The stop that I defined as the last one is placed as the third to last or in the middle instead of being the last
... View more
04-12-2024
11:37 AM
|
0
|
0
|
1359
|
POST
|
"I need to solve a route, but I need it to follow both the first and last stop I set. When I run the tool, it only follows the instruction of the departure but not of the last stop. Can you help me with this issue?"
... View more
04-12-2024
10:55 AM
|
0
|
9
|
1417
|
POST
|
I have a form that has many answers questions from various options. but when I graph it on the operation panel it appears grouped I need it to look like this how can I graph separately in the operation panel
... View more
06-15-2020
11:46 AM
|
0
|
0
|
272
|
POST
|
I need to load some customer records into a form. I need to upload my clients' information in a survey form 123. so that my people in the field validate the information and also ask some extra questions.
... View more
06-08-2020
11:05 AM
|
0
|
1
|
595
|
POST
|
I am automating a process with model builder. I was looking in the toolbox for a tool that allows me to change the order of my fields. But, I did not find anything so i'm looking for the option to do it with a script using arcpy. could you help me with information about how to do it
... View more
05-31-2020
03:43 PM
|
0
|
2
|
3624
|
POST
|
Executing (Calculate Field): CalculateField "C:\Users\Shp_salida\001.shp" Phone func( !Telefono_C! ) PYTHON_9.3 "def func(input):\n if len(input) == 8:\n result = input\n else:\n result = 0\n return result\n" Start Time: Thu May 21 15:59:34 2020 ERROR 000539: Error running expression: func( 5 ) Traceback (most recent call last): File "<expression>", line 1, in <module> File "<string>", line 2, in func TypeError: object of type 'int' has no len() Failed to execute (Calculate Field). Failed at Thu May 21 15:59:34 2020 (Elapsed Time: 0.01 seconds) Failed to execute (Model72). Failed at Thu May 21 15:59:34 2020 (Elapsed Time: 1.34 seconds)
... View more
05-21-2020
03:02 PM
|
0
|
2
|
1574
|
POST
|
I have a problem: the script works perfectly, add it as precess in modelbuilder it works for me when I have modelbuilder open, but when I run it from the sale of parameters it doesn't work returns this error
... View more
05-21-2020
02:47 PM
|
0
|
4
|
1574
|
POST
|
In your illustration, have you updated the Length field already, or is that to be part of the script? R//I currently have the length field updated My first thought is to use an update cursor with arcpy or do you want to keep this at the field calculator level? R// I would like to keep it from the field calculator
... View more
05-21-2020
11:35 AM
|
0
|
0
|
1574
|
POST
|
I have a field where they stored phone numbers, called "Sent Phone" in my country the phone numbers have 8 characters I made a field called "Length" ,to find out how many characters the field has "Sent Phone" then I made a field called "New Phone" to classify only numbers that have 8 characters I need to make a script that pastes the numbers that have 8 catechists in "New Phone" and if it doesn't have 8, put 0 ID Sent Phone Length New Phone 1 3 1 0 2 22 2 0 3 213 3 0 4 1 1 0 5 33445678 8 33445678 6 11 2 0 7 2 1 0 8 12569826 8 12569826 9 12560912 8 12560912 10 34235677 8 34235677 sorry for my bad English
... View more
05-21-2020
11:14 AM
|
0
|
10
|
1951
|
POST
|
I try to create a script, which generates a correlative number (ID) the start number can vary, will not start from 1 or 0 it can be any number start and the number of rows can also change done this example but it didn't work rec=0 def autoIncrement(): global rec pStart = 11 #adjust start value, if req'd pInterval = 5 #adjust interval value, if req'd if (rec == 0): rec = pStart else: rec = rec + pInterval return rec expression autoIncrement(ID) expected result------------ ID 11 12 13 14 15 (sorry my bad English)Thank
... View more
05-18-2020
03:55 PM
|
0
|
4
|
813
|
Online Status |
Offline
|
Date Last Visited |
09-19-2024
04:28 PM
|