POST
|
it means you have an integer field that is way to long. Create a table and use the .csv to fill in the attribute names. Change the integer field to a string with a length of 255. Make sure none of the field has a length of 8000. All need to be 255 or less then load it using Load Data
... View more
05-13-2024
10:48 AM
|
0
|
1
|
908
|
POST
|
I would like to be able to specify the fill colors for features using Arcade Scripting For example I use this script to change color for labels var name = $feature.NAME var scada = $feature.SCADA var nopen = IIF($feature.NORMALP == 0, " ' ", "") var ascheme = iif($feature.ASCHEME >"","<CLR green = '255'>" + $feature.ASCHEME + "</CLR>","") if(scada == 0){return name + nopen + ascheme;} if(scada == 5){return name + "<CLR green = '255'>" + " * " + "</CLR>"+ nopen + ascheme;} I would like to use a similar procedure to specify the fill and outline color for symbols In labels we can use things like BDG
... View more
05-13-2024
09:26 AM
|
0
|
0
|
264
|
POST
|
Looking at the abstract submissions I am wondering how long the presentations are slotted for
... View more
04-22-2024
10:41 AM
|
0
|
0
|
301
|
POST
|
The various business partners who work with RTK either want to sell you an RTK or perform the service for you. My honest opinion at this time is to look elsewhere than Vivax-MetroTech Apparently there is a solution using an Android device. However, all of our Field Crews are issued iPhones.
... View more
03-06-2024
06:19 AM
|
0
|
0
|
559
|
POST
|
No we did not. The only apparent option with this company is go link their server to ArcGIS online and then bring the feature service into our Portal. However, we cannot edit only view the data. A bigger issue for us is that with their set up we CANNOT add attributes in the Field. We have been round and around and have gotten various ESRI reps involved.
... View more
03-06-2024
06:15 AM
|
0
|
0
|
559
|
POST
|
is your table being pulled in from a feature service?
... View more
03-04-2024
12:11 PM
|
0
|
1
|
5760
|
POST
|
Can you set visibility scales such that not all things are visible. Also can you remove some labels. For example flying cloud airport area, street labels are repeated quite often.
... View more
03-04-2024
11:10 AM
|
0
|
1
|
608
|
POST
|
How can you do the join if you don't know where the table is In the destination table select Data Design > Fields > make sure Read only is not checked.
... View more
03-04-2024
11:03 AM
|
0
|
3
|
5774
|
POST
|
Vivax Metrotech only allows for the display of your data in an ArcGIS Online account. We want to be able to collect the points, make minor edits in the field and have the results go back to our Enterprise portal. You can bring that data into Portal via a feature service, but you cannot edit, only display.
... View more
02-07-2024
11:39 AM
|
0
|
0
|
637
|
POST
|
We have an RTK locator that we purchase from Metrotech. We are looking for applications that we can use with our locator that will enable our field crews to collect GPS locations in the field that will automatically go back to our enterprise portal.
... View more
02-07-2024
07:52 AM
|
0
|
5
|
721
|
IDEA
|
You may need to sort them in the Pro or ArcMap project from which the service was created. one way you can do it is to run Domain to Table. Sort your values and do Table to Domain
... View more
11-14-2023
12:51 PM
|
0
|
0
|
522
|
POST
|
Very likely either a hardware issue, data source issue, data quality issue, date size issue, or a combination of them all. Why do you want kudos for this? Why do you want a kudo? I am on the most current release
... View more
11-07-2023
05:43 AM
|
0
|
1
|
2224
|
POST
|
Open a ticket and report your bug. I successfully reported a bug several years ago that was taken to task.
... View more
11-07-2023
05:40 AM
|
0
|
0
|
477
|
POST
|
thanks do you have an example that I could add to the script
... View more
10-30-2023
09:22 AM
|
0
|
0
|
456
|
POST
|
I would like to find out how to download selected attachments. I have used the script below and followed instructions to create a script in Pro and download the attachments to a specific folder. What I would like to do is add an SQL query so I can specify the attachments I want to download. I set up the script tool to use SQL query and specified the name of the column However the query has no values. Below is the script I used from the help docs import arcpy from arcpy import da import os inTable = arcpy.GetParameterAsText(0) fileLocation = arcpy.GetParameterAsText(1) with da.SearchCursor(inTable, ['DATA', 'ATT_NAME', 'ATTACHMENTID']) as cursor: for item in cursor: attachment = item[0] filenum = "ATT" + str(item[2]) + "_" filename = filenum + str(item[1]) open(fileLocation + os.sep + filename, 'wb').write(attachment.tobytes()) del item del filenum del filename del attachment and
... View more
10-30-2023
08:36 AM
|
0
|
2
|
516
|
Title | Kudos | Posted |
---|---|---|
1 | 05-18-2018 11:55 AM | |
1 | 06-11-2020 08:33 AM | |
1 | 10-04-2019 08:14 AM | |
1 | 03-02-2022 08:54 AM | |
1 | 10-25-2019 07:53 AM |
Online Status |
Offline
|
Date Last Visited |
01-27-2025
09:14 PM
|