POST
|
Hi, hyperlink does work differently in the web app, and I normally use the concat() function for building hyperlink in the web form. If you don't mind using a note question to display the hyperlink, below is an example that works for both field and web apps. Given that concat() does not work in label, I put it in the calculation and use a placeholder for the label. You might also find the calculation looks wrong in the app if ${reference} is empty, hence I give ${reference} a default value.
... View more
02-12-2021
05:51 AM
|
1
|
1
|
76
|
POST
|
Hi, I think you can use the custom JavaScript function to query the feature service, one limitation is that the device has to be online. Have a look at the "Working with web services" section of this blog: https://community.esri.com/t5/arcgis-survey123-blog/extending-survey123-smart-forms-with-custom-js-functions/ba-p/898782
... View more
02-11-2021
11:45 PM
|
0
|
0
|
87
|
POST
|
I think a workaround is to add a hidden question in the survey to store the list, using the join() function. Put something like this in the calculation: join (",",${name_label})
... View more
02-08-2021
10:45 PM
|
0
|
0
|
111
|
POST
|
Hi Anneka, I created a sample using default field type, please see the screenshots below. Cheers
... View more
12-23-2020
07:13 PM
|
0
|
0
|
291
|
POST
|
Hi Telmo, Sorry I can't think of any other reason causing this. For me, using the example in Survey123 Connect and the coordinates you provided, the geopoint question in Survey123 web form zooms into the right location with populated values in the coordinate textboxes. I suggest republishing the survey using the latest version of Survey123 Connect, if still not fixed, please contact your local Esri distributor or Esri Support.
... View more
11-24-2020
07:20 AM
|
0
|
0
|
222
|
POST
|
Hi Telmo, One thing I think would cause this is the decimal separator. Some languages use decimal comma instead of decimal point. If you normally use decimal comma, perhaps you can try and change the decimal point to decimal comma in the choice list?
... View more
11-23-2020
04:05 AM
|
0
|
2
|
233
|
POST
|
Hi Telmo, Am I correct that your geopoint question is now receiving the correct coordinates, and the pin is at the correct location, but the map is just not zoom into that location? Are you seeing this behaviour in Survey123 Connect? I found some discussions regarding the map doesn't zoom into the location, the only recommendation is to publish from the latest version of Survey123 Connect. I am not sure which text box inside the geopoint element you are referring to, is it the search? I don't think that will be populated with the name of the location so it would be blank.
... View more
11-22-2020
04:53 PM
|
0
|
4
|
242
|
POST
|
Hi Telmo, Cascading select is not required for the first example. All you need is the concat() statement to state the geometry for the geopoint question. In the screenshot below I removed the continent question and the choice_filter associates with it, so user will only select from a list of cities. Perhaps you just need an edited concat() statement for your geometry values. Would you mind sharing an example of your choice list?
... View more
11-22-2020
06:52 AM
|
0
|
6
|
253
|
POST
|
Hi Telmo, You can find 2 examples of populating the geopoint question from the Survey123 Connect's samples. Base on your description I would suggest the 'Calculate Location from CSV' method.
... View more
11-21-2020
11:04 PM
|
0
|
8
|
261
|
POST
|
Hi MJ, Thanks a lot for your help and the video instruction. I figured out that, when adding fields to the child repeat of the nested repeat, a new field needs to be added to the parent repeat in addition to the new field added outside of the repeat. Cheers.
... View more
09-08-2020
08:52 PM
|
1
|
0
|
109
|
Online Status |
Offline
|
Date Last Visited |
02-12-2021
06:01 AM
|