|
POST
|
Hi Chris Currently, cascading selects can only be used with select_one questions. Choice filters cannot be applied to select_multiple questions. We have an open enhancement request for this feature in our system, and I've added your post to it. Please find documentation on this here: Cascading and external selects—Survey123 for ArcGIS | ArcGIS and info on this blog post:https://community.esri.com/groups/survey123/blog/2015/10/22/cascading-selects-and-external-selects. To use select_multiple, you would need to have a separate choice list for each set of QA/QC procedures. Note that when using select_one questions, you can add more columns to the choices sheet to further filter each choice list. For example, you could add columns for each group (addressing, boundaries, etc.) to specify which group(s) each choice in the qaqc list belongs to. You could add a yes/no question for each of these, and then use a choice filter like: addressing=${addressing_yesno} and boundaries=${boundaries_yesno}. Kind regards, Jim
... View more
02-25-2019
10:26 PM
|
0
|
0
|
960
|
|
POST
|
Hi Rawand Thanks for the screenshot. Would it be possible to provide your XLSForm so I can see how your survey is structured? Kind regards, Jim
... View more
02-25-2019
08:31 PM
|
0
|
3
|
1552
|
|
POST
|
Hi Hélène Thanks for your description of the issue and great to hear you're really putting Survey123 through its paces! There shouldn't be any significant performance issues for a survey with ~1,000 records. Please see a discussion around large datasets (including a video demonstrating a survey with 600,000+ responses) in this thread: Max surveys? Load test options? Just so I've got the whole picture: How many questions does your survey contain? Does it contain any repeats? What is the performance like if you browse the data in ArcGIS Online (for example, in web map viewer or on the feature service's Data tab)? What version of the field app are you using to submit the data? Which browser are you using to access the website? Would it be possible to export the feature service to GDB and send with your XLSForm so we can try to reproduce? Thanks & kind regards, Jim
... View more
02-25-2019
08:18 PM
|
0
|
1
|
1145
|
|
POST
|
Hi Josh, please see minor edit to the reply above. Jim
... View more
02-18-2019
02:45 PM
|
1
|
1
|
2803
|
|
POST
|
Hi Josh Thanks for providing the XLSForm. A couple of hints below to help fix the issue you're seeing: Replace the text entries in the name column on the choices worksheet with integer values. The entries in the name column are the values that will be stored in the feature service; the label column is used to specify how to display each option in the form. Your survey has text in the name column for fields that are expecting an integer. Remove the 'int' entries from the bind::type column. The bind::type column works well with calculate questions (as documented here), however there is a bug when using this setting with select_one questions. We have an issue logged in our system to address this. I've attached a revised XLSForm for your reference. If you needed to use the value from a select_one elsewhere in your form (for a calculation, for example) you could use the int() function in the calculation column to treat the value as an integer, for example: int(${field_1}) + int(${field_4}). EDIT: However, to avoid issues when including other integer or decimal type questions in a calculation it is recommended to add a calculate question with bind::type set to 'int' to store the answer to the select_one and then use this value in any calculations. More info on the choices worksheet available here: XLSForm essentials—Survey123 for ArcGIS | ArcGIS Survey123 for ArcGIS XLSForm Tutorial 2 of 5 Creating Selection Questions in a Survey - YouTube Hope this helps, Jim
... View more
02-14-2019
04:31 PM
|
1
|
2
|
2803
|
|
POST
|
Hi Ahjung The bug number for this issue is BUG-000119623. Kind regards, Jim
... View more
02-10-2019
08:40 PM
|
0
|
0
|
1369
|
|
POST
|
Hi Anna Thank you for providing the XLSForm for your survey. The max() function Philip Wilson mentioned can be used to return the maximum value from a field in a repeat. However, in this case each time a new repeat record is added and the current meter reading entered, the max() function will read in this new value (essentially overwriting the previous maximum value). This then breaks the subsequent GallonsUsed calculation. The way you've designed your survey (i.e. user manually enters the previous reading each time a repeat is added) is currently the best option to ensure the form works. We have an open enhancement request to introduce indexed repeat functions (e.g. return value from first repeat, last repeat, repeat x of y, etc.). This would allow you to 'look up' the latest meter reading and use it in another calculation. We will add to this thread any updates on the progress with this enhancement. Best regards, Jim
... View more
02-05-2019
07:37 PM
|
2
|
6
|
6395
|
|
POST
|
Hi Michael Thanks for your reply and for clarifying you're accessing the survey in ArcGIS Online. As you've covered with Support, selecting the field app link option provides a short URL that will launch the survey in the field app, with the intention that this URL can be distributed to those users who will be submitting data. As you've already discovered this does not affect the default behaviour when clicking on the form item in ArcGIS Online. Disabling the "Create web form" option as suggested on this thread by mark dynge is useful in that it would not be possible for users to access a web form version of the survey (as no such version would exist); however, this also does not affect the default behaviour when clicking on the form item in ArcGIS Online or the default survey link on the Survey123 website. If users are going to launch the survey from ArcGIS Online, one option could be to add the field app URL as a hyperlink to the item description on the form item's Overview page, or advise users to use the Open in Survey123 app option from the drop-down in the top-right. We have an open enhancement request to improve the handling of surveys on the Survey123 website when they are published from Connect with the web form disabled. Best regards, Jim
... View more
01-31-2019
06:30 PM
|
3
|
0
|
3066
|
|
POST
|
Hi Ben Thanks for the screenshots. You should be able to control the scale of the map using the mapSettings tag as described here Feature report templates—Survey123 for ArcGIS | ArcGIS (and in your screenshot above) and discussed here I am using the "Report (Beta)" feature to generate a report using a report template. However, the map image generated by ${geometry} is a map inset that is zoomed out to the scale of the entire planet… Is there a way to generate a more useful map with a m ${$shape | mapSettings:"webmapItemId(optional)":mapScale(optional)} For example: ${$shape | mapSettings:"10df2279f9684e4a9f6a7f08febac2a9":264800} You can leave the webmap item ID empty; alternatively, you can find IDs for ArcGIS basemaps here: http://www.arcgis.com/home/group.html?id=8cb0765d4f394cc097407068580188ad#overview Hope this helps, Jim
... View more
01-30-2019
10:06 PM
|
2
|
1
|
3665
|
|
POST
|
Hi Rawand Could you please send your XLSForm so I can investigate further? Have you republished your survey with changes to the lists on the choices tab? If so, the domain values on the feature service are not automatically updated when republishing, so this might explain why some values are not appearing. Thanks, Jim
... View more
01-30-2019
09:25 PM
|
0
|
1
|
436
|
|
POST
|
Hi Osman The login issue you're describing sounds similar to an issue related to the Windows Credential Manager. Please check out the suggestions on this thread Survey123 Connect sign in issue and let me know if this helps. If not, could you please provide a screenshot(s) of what you're seeing in Connect when you try to login? Are you using ArcGIS Online or Portal? Can you see the usual login screen at all? If so, do you receive any error messages when attempting to login? Which operating system are you using? Thanks, Jim
... View more
01-30-2019
08:54 PM
|
0
|
1
|
609
|
|
POST
|
Hi Nicole Just to clarify, you would like the user to be able to submit a decimal for a question, but only store a rounded integer for that question? I'm fairly sure setting esriFieldTypeInteger on a decimal question would truncate the input instead of rounding it (e.g. input of 546.82 would result in 546). One option could be to make the input a decimal question with calculator appearance (and optionally use bind::esri:fieldType = null so that it's not stored in the feature service), then have a hidden question (with esriFieldTypeInteger) using the round formula in the calculation column, e.g. round(${decimal},0). Hope this helps, Jim
... View more
01-29-2019
07:29 PM
|
2
|
1
|
699
|
|
POST
|
Hi Michael Thanks for the screenshot and description. Could you please clarify how you are launching the survey? Thanks, Jim
... View more
01-29-2019
04:17 PM
|
0
|
2
|
3066
|
|
POST
|
Hi Phillip, the web form should display the same number of repeats as specified in the repeat_count column in your XLSForm; but please send through screenshots if you're seeing something different so we can take a look. Thanks, Jim
... View more
01-22-2019
02:48 PM
|
0
|
0
|
3810
|
|
POST
|
Hi Rawand The XLSX templates in Survey123 Connect include data validation rules to help users build a survey. Excel's data validation is applied to specific cells or cell ranges. It can be removed in several ways, e.g. using Clear All, removing it via the Data Validation menu on the Data ribbon, removing a whole column that uses data validation, etc. Hope this helps, Jim
... View more
01-21-2019
10:13 PM
|
0
|
0
|
793
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-25-2020 06:40 PM | |
| 1 | 08-11-2024 10:11 PM | |
| 1 | 08-04-2019 06:44 PM | |
| 1 | 01-08-2025 03:26 PM | |
| 1 | 06-29-2020 07:21 PM |
| Online Status |
Offline
|
| Date Last Visited |
Sunday
|