|
POST
|
Hello, I'm creating a survey using Survey123 Connect. The survey will be used in browser and will not have a geopoint section. By default the points are placed at 0,0 coordinates. Is it possible to set another default location for these points, say in the middle of my state for example? Thanks!
... View more
08-04-2020
08:46 AM
|
1
|
5
|
2084
|
|
POST
|
Egge-Jan Pollé Each record contains a different number of items. some records contain a single item and another may contain 5. For example in the image below, the first record contains a single item and the second contains 6 items separated by semicolons. When I use the count function it only returns 1 item in the array because it seems to be looking at a record with only 1 item. Thanks.
... View more
07-27-2020
07:44 AM
|
0
|
0
|
2353
|
|
POST
|
Hello! I am trying to split data using the Split function and pull out specific portions of the array. Once my data is split and I try to pull out a specific section, I receive an error stating "Execution Error:Runtime Error: Out of Bounds." The code below works and pulls out the first section of data. var txt = $feature["C1_BASIS"]; var arr = Split(txt, ";"); return arr[0] However this block of code returns the out of bounds error when I try and pull out the next section of data. var txt = $feature["C1_BASIS"]; var arr = Split(txt, ";"); return arr[1] How can I return the individual sections of my split? Thanks!
... View more
07-27-2020
06:06 AM
|
0
|
2
|
2450
|
|
POST
|
Hello! I'm setting up a custom popup using HTML tags that will allow my data to be displayed in table format (see image below). Once I hit save on the map and refresh, the HTML formatting seems to not work and the HTML text is displayed within the popup itself. Am I configuring my HTML incorrectly? How can I get my HTML to stick and display my custom popup. This is the popup window with the working HTML configured. This is the popup window after saving and refreshing the browser page. Thanks!
... View more
07-21-2020
08:17 AM
|
0
|
1
|
923
|
|
POST
|
Hello, I currently have a data collection process set up using Survey123 to collect forest fire incidents/locations. Survey123 collects locations of the fires, attribute information and also fills out a related table with further information. My goal is to share this information publicly in an Operations Dashboard but only show the main layers attributes and hide the geometry (fire locations) and related table. Because this layer will be shared publicly, not showing a map or making the symbology invisible wont work because it will still be possible for users to find the original layer. Is it possible to create a specific layer view to hide the geometry and only be left with the attribute table info that can be used in a dashboard? Thanks.
... View more
05-06-2020
07:45 AM
|
0
|
2
|
1622
|
|
POST
|
Hello! I am custom configuring the popup in my webmap using HTML to contain a table. The table rows are thin and are left justified. When I view the popup within my dashboard, the popups are slightly different. The rows are wider and right justified. Webmap Popup: Operations Dashboard Popup: When inspecting the elements of one of the cells through chrome (f12), I can turn off the text-align:right and the width:33% and it looks perfect. How can I edit my HTML to respect those selections and look like the webmap popup? Thanks
... View more
04-24-2020
06:50 AM
|
0
|
0
|
807
|
|
POST
|
Hello, I am creating a survey that has a date field which contains a full date (month/day/year) as well as a year field. Is it possible to pull the year out of the Date type field using the Pulldata calculation? or is there another way to format a second Date type field to only show the year? Thanks.
... View more
03-13-2020
05:59 AM
|
1
|
2
|
3682
|
|
POST
|
Hello, I am configuring a popup with information pulled from a related table using the FeatureSetByRelationshipName function. My goal is to show multiple related fields side by side as shown in the attribute table. I set up a table within the HTML popup configuration but am having trouble getting the information to align properly and be placed within its own row. Do I need to be using an array to separate the data into rows or can this be done within the HTML? Attribute table example: Common Name - Osprey Species Name - Pandion Haliaetus Feature Label - Foraging Current popup configuration: The expressions to pull each field of data is the same: var fs = FeatureSetByRelationshipName($feature,"Coastal Species" , ['COMNAME'], false); var result = ""; var cnt = Count(fs); if (cnt > 0) { // start loop through related records for (var f in fs) { // for each f (=feature) in related features, add attendee to the result result += TextFormatting.NewLine + f.COMNAME; } } else { // overwrite result with text to indicate that there are no attendees result = "No data"; } return result; Xander Bakker Thanks!
... View more
03-02-2020
10:57 AM
|
0
|
1
|
783
|
|
POST
|
Hello, I am trying to create a custom popup using Arcade expressions that shows upcoming park events. I have an expression that allows a field containing URL's to be displayed in the popup if it is not null (Image 1). This works just fine within my popup but I cannot figure out how to change the visible text from showing the URL link to link text (example 2). In my popup, I would like the link URL to have the text "Click Here for More Info or to Sign up" like the first URL link. Does this need to be done within the Arcade expression? Image 1 Image 2 {expression/expr15} is the Arcade expression that I would like to display the link text If I change the Link Text here, it displays the text even if the field does not contain a URL.
... View more
02-21-2020
07:12 AM
|
0
|
2
|
1941
|
|
POST
|
Is it possible to extract a single field from the related table to show within the popup along with the layer attributes? Would you have an example on how to gather a related feature and field to display within the popup?
... View more
02-20-2020
11:15 AM
|
0
|
0
|
21961
|
|
POST
|
Hi Xander Bakker, I would like to show the fields for the layer as well as all of the fields for the related table within the popup.
... View more
02-20-2020
11:01 AM
|
0
|
2
|
21961
|
|
POST
|
Hello, I am trying to display related table information in my popups within my webmap. I have a layer and its associated related table within my layer list. I set up the Arcade function (FeatureSetByRelationshipName) within the custom attribute expression following the documentation online. When testing the function it seems to work as it should but when I click the popup within the map I get no information. How can I display my feature layer and related table information within the popup? Thanks!
... View more
02-20-2020
10:45 AM
|
0
|
5
|
22915
|
|
POST
|
I created a Shortlist Story Map which is found within the Configurable Apps section of ArcGIS Online. I am trying to embed that Shortlist Story Map into my Hub initiative page as an application but when searching for it, it doesn't show as an option. Is anything created this way unavailable to be embedded within the the initiative page? I have embedded Web-AppBuilder apps this way previously. Thanks.
... View more
02-05-2020
06:19 AM
|
0
|
2
|
821
|
|
POST
|
I am creating a new Hub Initiative for my organization. Per the documentation it states that every site and initiative has a core team. After creating my initiative I see a Content and Followers group but no Core Team group. Where is the Core Team group found? Thanks.
... View more
01-27-2020
07:38 AM
|
0
|
1
|
1198
|
| 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 |
2 weeks ago
|