|
POST
|
Hi. The only problem I see with this survey is in row 205. After removing property('email') everything works as expected in the web app with the choice filter in row 5. We stopped supporting property('email') a while ago. You ca use pulldata("@property",'email') instead. I used the latest version of Survey123 to test this.
... View more
05-06-2022
08:29 AM
|
0
|
0
|
1127
|
|
POST
|
What about using a dynamic list? They allow you to populate a list using the results of an attribute and/or spatial query. Check this article for details: https://community.esri.com/t5/arcgis-survey123-blog/dynamic-choice-lists-using-search-appearance/ba-p/1060838
... View more
05-06-2022
08:13 AM
|
0
|
1
|
1844
|
|
POST
|
Hope this helps. XLSForm attached See attached XLSForm example
... View more
05-04-2022
12:21 PM
|
1
|
1
|
2417
|
|
POST
|
@ZhifangWangWould you mind having a look at this one?
... View more
05-03-2022
05:01 PM
|
0
|
0
|
3443
|
|
POST
|
I think your CSV file could be missing the 'label' column. More details here: https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-external-choice/ba-p/1055534
... View more
05-03-2022
01:47 PM
|
0
|
1
|
5110
|
|
POST
|
Here is an example that shows text questions according to the choices checked in the select_multiple. You could use a similar technique to make questions required.
... View more
05-03-2022
08:13 AM
|
2
|
0
|
1449
|
|
BLOG
|
This article describes how you can create and configure an offline basemap for use with the Survey123 field app. The process described involves ArcGIS Pro to create an offline map file. This file is then uploaded into ArcGIS as an item and linked to your survey using Survey123 Connect. Once linked, Survey123 field app users can choose to download the offline map, or maps, for use while disconnected. Create an offline map file in ArcGIS Pro ArcGIS Pro supports the creation of a number of different offline map file formats including: .vtpk: The vector tile package format is the most lightweight. It supports vector data only. .tpk: Tile package files tend to grow very quickly in size. They are designed to contain raster data only. .mmpk: Mobile map packages allow you to combine vector and raster data as well as locators. The simplest way to create an offline map in ArcGIS Pro is to use the Download Map option in the Map ribbon. You can use it, for example, to take a small portion of an Esri basemap into an offline map file. Open ArcGIS Pro, select the basemap you want to take offline and zoom to your area of interest. In the Map ribbon you will find a button labeled Download Map. Use it to download the current extent of your map as a file. In my case, I wanted to create an offline map of the island of Puerto Rico using the OpenStreetMap basemap. The output .vtpk file of Puerto Rico, with the maximum level of detail possible, took 25 minutes to create on my laptop and had a size of 120 MB. The size of the output file depends on three main factors: The extent of the geographic area you want to extract: The larger the area the larger the file The maximum level of detail of your map: More detail means larger files The type of basemap you choose: Basemaps including only vector data are MUCH more lightweight than those including imagery or a hillshaded background. OpenStreetMap, Esri Navigation, Esri StreetMap and Esri Nova basemaps are vector only. Once created, the offline layer is added to the table of contents in ArcGIS Pro. From there, you can find the location of the file through the layer's properties dialog as shown in the next screenshot. In preparation for our next step (Upload your offline map file into ArcGIS), you may want to rename the file. In addition to taking existing Esri basemaps offline, you can also create offline maps with your own data. In fact, you can combine Esri basemaps with your own data too! The Take a map offline ArcGIS Pro help topic includes additional details. You can also use the Create Mobile Map Package and Create Map Tile Package geoprocessing tools to create offline map files. Upload your offline map file to ArcGIS Using a web browser, sign in to ArcGIS. From the Content tab, click on New Item and upload your offline map. As you go through the steps in this dialog, make sure you choose the option to upload the file only. Do not create a hosted tile layer as it is unnecessary. Here is a step by step animation so you can see the process. After the item is created, I like to change the thumbnail, summary and description. I also make sure that the item is shared with all relevant ArcGIS groups that will use this offline map in Survey123. Link your offline map item to the survey In Survey123 Connect, go to your survey's Linked Content tab and click on + Link Content. Remember that before you can link content, you must have published the survey first. Select the Map Package option and link the map or maps. Once linked, the map will be available for download for any user of your survey as long as the user has access to the linked item; share as appropriate! There are cases where you may want to create several offline maps and share them selectively with field users. For example, you may want to share an offline map of region A with Team A and a different map of region B with Team B. In this case, you can share your survey with both groups and selectively share your offline map items. Use the offline map from the Survey123 field app Once linked, offline maps can be downloaded in the Survey123 field app and then used while disconnected, as shown in the next animation. To learn more In this article we explore one of several ways to create offline maps and configure Survey123 to use them. You can learn more techniques in the Prepare basemaps for offline use Survey123 help topic.
... View more
05-02-2022
09:01 PM
|
14
|
9
|
32404
|
|
BLOG
|
@ZhifangWang See above question from @Ming and suggestion by @Waffle_House I was expecting this to work: <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/Square_200x200.svg/300px-Square_200x200.svg.png" align="right"> But it does not work in the web app. Any ideas?
... View more
05-02-2022
09:46 AM
|
1
|
0
|
11556
|
|
BLOG
|
rankedFruits is the name of the second parameter in the JS function. Note that this parameter is fed with the fruits_rnkd question In the blog above you need to horizontally scroll the table to see the whole thing. For your convenience, I pasted an image in this response.
... View more
04-29-2022
02:35 PM
|
1
|
0
|
6920
|
|
POST
|
once would generally be used like this: once(concat(${observername},"_",format-date(now(), '%y%m%d%H%M%S'))) However, it is not guaranteed that ${observername} has a value when the form is loaded. You may want to consider using concat(${observername},"_",format-date(now(), '%y%m%d%H%M%S')
... View more
04-27-2022
09:34 PM
|
1
|
0
|
1308
|
|
POST
|
This has been resolved: The end user was not logged-in when using the survey. Once the user logged-in the JS function executed as expected.
... View more
04-21-2022
03:45 PM
|
0
|
0
|
3094
|
|
POST
|
Adding to @jcarlson 's response: https://community.esri.com/t5/arcgis-survey123-blog/securing-data-in-public-surveys-survey123-web/ba-p/898102 https://community.esri.com/t5/arcgis-survey123-blog/securing-data-in-public-surveys-survey123-connect/ba-p/898436
... View more
04-21-2022
03:33 PM
|
0
|
0
|
2069
|
|
POST
|
Did you try registering your ArcGIS locator as an item in Online as shown above, and then using the itemID of the item?
... View more
04-21-2022
03:32 PM
|
0
|
1
|
851
|
|
POST
|
You can attach your XLSFile to your question. It will help you get answers. Upload a simplified version of your survey to keep things easy.
... View more
04-20-2022
05:39 PM
|
1
|
1
|
1932
|
|
BLOG
|
@PaulCone2 Hi Paul. Copying below an animation to show how you could open a survey from a map. In this case, I am using the Inbox which will limit the number building footprints you can load but it may give you a start. If I remember correctly in your case you wanted to load tens of thousands of building footprints. If that is the case, we should have a chat over the phone as we have some ideas in the work and would love to validate them with you.
... View more
04-20-2022
05:30 PM
|
0
|
0
|
2395
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-03-2021 09:03 AM | |
| 1 | 04-01-2022 12:48 PM | |
| 1 | 03-22-2022 08:44 AM | |
| 1 | 08-26-2021 02:43 PM | |
| 1 | 10-30-2019 10:15 PM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|