POST
|
Hi Janella, One possibility is that if the data in the record you're exporting activates different parts of the report template than were activated during your testing export, you might be running into issues you didn't encounter during testing. If you are able to share your XLSForm and report template, I could see if I can isolate the issue. Thanks, -Barbara
... View more
10-12-2021
10:53 AM
|
0
|
7
|
5874
|
POST
|
Hi Kelin, You could use the relevant or body::esri:visible column to hide the question based on the choices selected in the first question. For example, entering count-selected(${previous_question}) > 0 into either the relevant or body::esri:visible column would only show the question if at least one choice in the first question is selected. The relevant column will clear any previously-entered data once it is no longer relevant, while the body::esri:visible column will hide the question and retain any existing data. Also see the Survey123 documentation for more info on the two columns. Survey123 Documentation - relevant column Survey123 Documentation - body::esri:visible column Thanks, -Barbara
... View more
10-12-2021
10:01 AM
|
0
|
0
|
871
|
POST
|
Hi Chris, It looks like there's a typo in the .png file name. Once I changed the file name from Cassna to Cessna, the custom symbol was visible in the geopoint map in your survey. -Barbara
... View more
10-11-2021
11:47 AM
|
0
|
0
|
1501
|
POST
|
I see what you mean about the map extent not updating in the web form. There is currently a bug logged with the developers for the map extent in the web form not updating when the geopoint is updated with a calculation. In the meantime one approach you could try to get around the initial map showing at 0,0 would be to add “string-length(${res_address})>0” to the geopoint’s relevant column so the map doesn’t appear or populate until an address is entered. This isn't a perfect solution but could be a possible workaround until the bug is resolved. I wasn’t able to access your custom locator to test it, but if you are able see the dropdown menu of suggested locations while using your custom locator, you may want to check to make sure that the property names that your custom locator returns for the x and y coordinates are consistent with the ones used in the geopoint calculation. Thanks, -Barbara
... View more
10-08-2021
03:57 PM
|
0
|
2
|
4823
|
POST
|
Hi Christopher, If you want questions 44, 46, and 47 to disappear even if the user has selected other choices besides 'no symptoms,' you can enter the following into the relevant column for those questions: not(selected(${Health_Issue},"nosympt")) If you want the three questions to appear if someone selects 'no symptoms' and another choice, you could enter this into the relevant column for those three questions: ${Health_Issue}!="nosympt" Thanks, -Barbara
... View more
10-07-2021
01:41 PM
|
0
|
1
|
607
|
POST
|
Hi Fred, You could use the following calculation on the geopoint question. That way the geopoint would be automatically populated based on the text address/geocode question and the residents could either accept the calculated geopoint location or manually move the point to a better location. concat(number(pulldata("@json",${res_address},"location.y"))," ",number(pulldata("@json",${res_address},"location.x"))) Also, this blog has some more discussion on working with geocode questions and it directs you to a sample survey that has some examples. Thanks, -Barbara
... View more
10-07-2021
10:16 AM
|
0
|
0
|
4859
|
POST
|
Hi Chris, If you are using Connect and the field app, you can configure custom geopoint symbology using the body::esri:style column. See more details in the Esri custom columns section of the Survey123 Documentation. This functionality is not currently supported in the web app. Thanks, -Barbara
... View more
10-05-2021
12:02 PM
|
0
|
0
|
1533
|
POST
|
Hi Mickie, The add and delete icons can be disabled when viewing existing records from the inbox in the field app by setting the bind::esri:parameters column to "query allowAdds=false." However the web app does not support editing existing records, so adjusting these parameters doesn't have any impact on repeats in the web app. Repeat add/delete options when collecting new survey vs. viewing in inbox with allowAdds set to false: Thanks, -Barbara
... View more
10-05-2021
11:49 AM
|
0
|
5
|
1581
|
POST
|
Thanks for the extra info. So far I haven't been able to reproduce what you're seeing. I published the XLSForm you provided in Connect 3.12.232 and tried it out in the field app 3.13.229 on iOS 13.1.1 (I don't have a device with iOS 14.7.1 unfortunately), but the choice filters appear to be working correctly. There was a choice filter bug fix (relating to cascading selects not clearing the previous value when changed) that will be included in the next release, which is scheduled for mid-October 2021. You could install the beta version of Connect and the field app from the Early Adopter Community and publish a test version of your survey to see if you still run into the same problems. If that doesn't narrow things down, I'd be happy to get on a call/screen share and take a look at your form. Feel free to email me at bwebster@esri.com. Thanks, -Barbara
... View more
10-04-2021
01:53 PM
|
0
|
0
|
969
|
POST
|
Hi Eric, Which choice fields aren't working correctly? When a question isn't working correctly is it not showing any choice options? Also, are you seeing this behavior when editing in the inbox or is it happening when you create a new survey? -Barbara
... View more
10-01-2021
03:21 PM
|
0
|
2
|
1032
|
POST
|
Once you get to the screen in the second image, you should be able to copy and paste that URL into your organization's web page and then people that don't have an AGOL account will be able to follow that link and either click the "Open the survey in the field app" button or the "Download" button, which will take them to the "download field app" page. As far as I know there isn't a way for the download to start automatically though.
... View more
09-28-2021
02:46 PM
|
0
|
0
|
749
|
POST
|
Hi Prachi, If you go to your survey form item in AGOL and select the Open in Survey123/Open in Survey123 app option, you will be directed to a page that includes an option to download the field app. Is that what you're looking for? Thanks, -Barbara
... View more
09-28-2021
01:49 PM
|
0
|
2
|
755
|
POST
|
Hi Allison, You may have already found a solution for this since it's been a while since you posted this, but if you change all the blank choices in the L2_filter list to something like "none" or "NA," then your testing__valve inspection XLS should start working. -Barbara
... View more
09-27-2021
10:30 AM
|
0
|
0
|
541
|
POST
|
Hi Shelby, You can populate your geopoint using pulldata() to extract the coordinates from the text question that has the geocode appearance. I attached an XLSForm with an example of that workflow. Depending on your workflow, you may want to add a hidden appearance to the geopoint or set it to read-only. Thanks, -Barbara
... View more
09-23-2021
11:35 AM
|
1
|
0
|
1225
|
Title | Kudos | Posted |
---|---|---|
1 | 05-01-2023 12:28 PM | |
1 | 09-29-2023 03:45 PM | |
1 | 10-02-2023 11:12 AM | |
1 | 10-02-2023 01:04 PM | |
1 | 09-29-2023 11:10 AM |
Online Status |
Offline
|
Date Last Visited |
09-24-2024
09:09 PM
|