|
POST
|
Hello! I'm trying to follow this tutorial on Author and share a local scene in ArcGIS Pro ( link to tutorial - https://pro.arcgis.com/en/pro-app/latest/get-started/author-and-share-a-local-scene.htm). I'm trying to symbolize a tree point layer as the trainer does in the video but my 3d tree symbols come out looking like white hollow cylinders (image below). What could I do to display the proper 3d tree symbology? Thanks.
... View more
07-01-2022
11:16 AM
|
0
|
4
|
2466
|
|
POST
|
Hello, I'm creating a survey that includes a geopoint questions using Survey123 Connect. The survey will be accessed using the web browser. I noticed that the geopoint question contains inputs for lat long, but am wondering if its possible to change that input to use DDM (Decimal Degrees Minutes)? Any help is appreciated. Thanks.
... View more
06-28-2022
07:58 AM
|
0
|
1
|
679
|
|
POST
|
Hello, I'm trying to use Arcade to return the field aliases of fields that have a value of "1" in the data. I have a table of fish species and I would like to return the field alias in the popup anytime there is a value of "1" found in the species record (image of table below). I currently have an Arcade expression that returns all of the field aliases if a "1" is found in the data, but I would like to specify the fields to return. Expression I have so far that returns all: var features = FeatureSetByName($map, 'Ocean Prime Fishing Grounds', ['*'], false); var aDict = Schema(features); var aArray = aDict["fields"]; var output; for (var i in $feature){ if ($feature[i] == 1) { for(var j in aArray) { var dict = aArray[j]; if (dict['name'] == i){ output += dict['alias'] + TextFormatting.NewLine; } } } } return output; Here are the specific fields I would like to return: 'SUMMFLOUND', 'SEABASSTAU', 'CODPOLLOCK', 'BLUEFISH', 'WEAKFISH', 'STRIPEDBAS', 'TUNA', 'SHARKS', 'BILLFISH', 'BONITOALBA', 'SCUP', 'RED_HAKE', 'LOBSTER' Example of the data table: The data I'm using is shared publicly - https://njdep.maps.arcgis.com/home/item.html?id=df7de8c132a749d680ae415b30322fc8 Any help is appreciated. Thanks.
... View more
06-24-2022
06:22 AM
|
1
|
4
|
1840
|
|
POST
|
@IsmaelChivite This worked perfectly, thanks for the help. Is it possible to have DDM text input fields which feed into the map to plot a point?
... View more
06-23-2022
11:05 AM
|
0
|
0
|
1020
|
|
POST
|
Hello! I'm trying to pull coordinates from a geopoint question within a survey. I'm able to pull X/Y coordinates into separate fields using the pulldata function. For this project though we need the coordinates in Decimal Degrees Minutes as the output of the pulldata function. Is there a way to specify DDM when using the pulldata function as well as have the coordinates split into two fields? Image of the current pulldata function. "Location_Error" is the name of the geopoint field. Thanks.
... View more
06-23-2022
06:34 AM
|
0
|
2
|
1048
|
|
POST
|
Hello, Is it possible to transfer items (Storymaps, WebApps, Dashboards, etc) from a user in one AGO organization to a user in another? Any help is appreciated. Thanks.
... View more
05-12-2022
06:18 AM
|
1
|
2
|
592
|
|
POST
|
@IsmaelChivite , Thanks for the info. I guess I'll stick with Connect for this project.
... View more
03-22-2022
08:53 AM
|
0
|
0
|
4235
|
|
POST
|
Hello, Is it possible to create a unique ID field within the Survey123 web designer? Any information on how to set it up would be appreciated. Thanks.
... View more
03-22-2022
08:39 AM
|
1
|
4
|
4251
|
|
POST
|
Hello, I'm have a project that requires me to have the year in an integer field. Is it possible to pull the year from a date question in the Survey123 web designer? Any help is appreciated. Thanks.
... View more
02-09-2022
06:07 AM
|
1
|
1
|
558
|
|
POST
|
Hello! I'm using a calculation to pull text from a text input field into a note field within a survey built using Survey123 Connect. Is there any way to format the note field to increase and bold the text size? Any help is appreciated. Thanks,
... View more
02-01-2022
07:21 AM
|
0
|
2
|
1925
|
|
POST
|
Hello! Is there any way to edit a URL to open up a Web AppBuilder with a different basemap? Currently I have a public facing application that contains a share widget. Within the share widget I can create URL's to remember layer visibility, zoom into a specific location, or filter specific layers. I'm wondering if there is a way to change the basemap using the URL? Any help is appreciated. Thanks!
... View more
11-01-2021
01:06 PM
|
0
|
1
|
1008
|
|
POST
|
Hello! I'm trying to use a category selector within my Operations Dashboard to only filter and display Null values within my dashboard map. I'm playing with the filter within the category selector and setting my specific field to "Is Null" and the action to filter the map, but it doesn't filter out the non Null values. Is there something I may be missing within the category selector settings? Any help is appreciated. Thanks.
... View more
10-26-2021
02:39 PM
|
1
|
3
|
3046
|
|
POST
|
Thanks @DougBrowning , The pulldata worked perfectly!
... View more
09-14-2021
08:37 AM
|
1
|
0
|
1540
|
|
POST
|
Hello! I'm creating a survey for field inspections. I would like to have the user select from a drop down (select_one) of inspection sites and then have the next field auto populate with information related to that site. I understand how to do this using a choice_filter if that field is another select_one, but my goal is to have the next field as text just in case the user has to edit the entry. Is this possible within survey123 connect? any help is appreciated. Thanks.
... View more
09-14-2021
06:06 AM
|
1
|
2
|
1572
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-22-2022 08:39 AM | |
| 1 | 07-16-2024 07:23 AM | |
| 1 | 12-20-2022 11:18 AM | |
| 1 | 06-24-2022 06:22 AM | |
| 1 | 10-26-2021 02:39 PM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|