|
POST
|
@ahargreaves_FW @MichaelBrown4 select_from_file and linked content is now implemented in the web app. Make sure you publish your survey with Survey123 Connect 3.15 or newer. Thanks!
... View more
10-20-2022
11:19 AM
|
0
|
1
|
5529
|
|
POST
|
It is not possible to submit data after some time have elapsed. Not at least out of the box, although may be through the Survey123 JavaScript API a creative developer could do it. https://developers.arcgis.com/survey123/api-reference/web-app
... View more
10-18-2022
05:05 PM
|
0
|
0
|
1095
|
|
BLOG
|
@Embeez Please lets discuss the details of your workflow. Email [email protected] so we can arrange a call. Thanks!
... View more
10-17-2022
09:13 AM
|
1
|
0
|
3504
|
|
POST
|
I agree with @DougBrowning : Simply add an XLSForm expression to the required column and you will be set. No need for custom JS functions. You can share your Survey123 Connect surveys publicly and use them from either the web or mobile apps.
... View more
10-14-2022
12:17 PM
|
1
|
6
|
3421
|
|
POST
|
Hi. It is not possible to populate a geoshape question in a form through a shapefile or KML upload. Sorry. You could certainly append shapefiles to the survey layer, but not 'draw' the geoshape by uploading a file into the form.
... View more
10-14-2022
12:13 PM
|
0
|
0
|
989
|
|
POST
|
Hi @BriannaWiddick Time in ArcGIS is always stored in UTC. This is why you see it in UTC when you export. For your convenience, ArcGIS apps like Survey123 take the UTC values and display them in your local time zone. You can convert UTC dates to your local time in Excel. Check this out https://excel.tips.net/T003440_Converting_UTC_Times_to_Local_Times.html Say for example, you want to convert UTC time to Los Angeles time, which is at UTC offset -7. You would do this: Survey123 allows you to store the UTC Offset at the location where data is being collected. This can be useful too in some scenarios. Here is how you can configure your survey to collect the UTC offset of the respondent: If you do the above, Survey123 will store the UTC offset in a column. You can use that UTC offset in your Excel formula. Say for example, you ask someone to enter the time when a business closes. People from Florida enter 8:00pm. People from Los Angeles enter 8:00pm... but when you get the data from ArcGIS... you get UTC values! Messy. If you have the UTC offset of the respondent, you can always get back their local time. I hope it makes sense. You do not always have to collect the UTC Offset of the respondent. It really depends on what you want to do.
... View more
10-14-2022
06:22 AM
|
2
|
1
|
3226
|
|
POST
|
Hi. @DfIRivers @Anonymous User For the Unknown @property: userfullname error, I bet the problem is the version of the Survey123 app used. If you install the latest version it should work. Older versions of the app do not support userFullName.
... View more
10-14-2022
05:24 AM
|
2
|
1
|
5878
|
|
POST
|
Hi @frfu794d The XLSForm you provided works perfectly. I published your survey and tested from a web browser. Photos are renamed according to the expression you set May be you are not using the latest version of Survey123 Connect to publish your survey? Make sure it is 3.15 or newer.
... View more
10-04-2022
07:41 PM
|
2
|
9
|
6413
|
|
POST
|
Hi @Eric_Andersen The reason why you see this behavior is as follows: As of 3.15, Survey123 Connect does not update the field domains when you change your lists in XLSForm. This is why the Survey123 apps display all the choices, but not ArcGIS Pro. If you want to see the choices in Pro, you will need to manually add the choices into the field domain. Keeping field domains in sync is planned for 3.16 as we implement this ArcGIS Idea In fact, you can test this functionality already by installing the Beta from the Survey123 Early Adopter Community site.
... View more
10-04-2022
04:16 PM
|
1
|
0
|
1781
|
|
BLOG
|
ArcGIS QuickCapture 1.16 is scheduled for release before the end of 2022. We will host two live holistic testing sessions in November for all of you who want to experience the upcoming features first hand and provide feedback. You can register here. Tuesday, Nov 8, 9:00AM - 12:00PM (Pacific Time Zone) Wednesday, Nov 9, 1:00PM - 4:00PM (Australian Eastern Standard Time) Here are some of the features in the works. Faster user inputs Not long ago we added support for chaining project and button user inputs. With this update, you will no longer need to tap on Done in order to move from one to the next. As soon as you make a selection on your user input, it will jump to the next. Fewer taps, quicker data capture! Auto-update projects (Planned release 1.16) The world changes quickly, so it is no surprise that you need to make changes to your QuickCapture projects, even while they are actively being used. Ensuring that everyone in the field is using the latest version of your QuickCapture project could have been a challenge in the past, but not anymore. Activate auto-updates and QuickCapture will take care of keeping projects up to date in your users’ devices. It is that simple. It is that quick! To enable auto-updates on QuickCapture, you must be an ArcGIS Administrator. Check below how you can access this new organization setting. Barcode scanning (Planned release 1.16) Scan and move on. That is the basic idea. With this update you can configure your QuickCapture projects with barcode scanning capabilities. Data from a barcode can be used to populate attributes in the features you collect. This allows you to quickly collect data from existing assets and move on. As a project author you can enable the barcode scanner on any text-based user input. Check below how to do it: Video (Planned release 1.17, but available for the brave of you in 1.16) A picture is worth 1,000 words. What about a video? QuickCapture now supports video recording. Use it to document issues, damage or for other events. Videos are uploaded into ArcGIS as attachments, so you can view them from other ArcGIS apps and dashboards. We will add all the bits in version 1.17 (early 2022), but as of 1.16 you can activate video recording by hacking your project's JSON a bit as shown in the animation below: Auto-populate attributes using Arcade expressions (Planned release 1.17) You already know that QuickCapture can automatically populate attributes of the features you collect: Horizontal Accuracy, Time of Observation, User’s email, Device info and much more… Now, what if you could also use Arcade expressions to make your QuickCapture buttons gather even more information? Use Arcade to perform spatial calculations, enrich attributes via lookup searches, etc. Dynamic lists (Planned release 1.17) We use lists constantly to help field users collect data in a consistent manner. Priority high, or priority low? Follow up needed: Yes, or no? What is the condition of the asset: Good, fair, needs repair? Some lists are larger: A list of plant species, a list of violations… Some lists change constantly: A list of inspectors, a list of assets… No matter what list you need to deal with, QuickCapture has a good solution for you. In this release, we are introducing dynamic lists. This is a list that gets populated using a layer query. Here are some examples: Populate a list to display all Team members on active duty Populate a list displaying all assets that are due for inspection Populate a list with all plant species in my area Of course, team members, assets and plant species can be all managed in ArcGIS layers. QuickCapture will simply query your layers to populate the lists. The results of your queries will be automatically cached so your lists will work even if disconnected! Floor-aware map support (Planned release after 1.17) Use ArcGIS QuickCapture indoors and take advantage of floor-aware maps built with ArcGIS Pro. Again, you are all invited to join us in October. Complete this form to register .
... View more
09-30-2022
06:27 PM
|
4
|
12
|
4357
|
|
IDEA
|
Hi @PeterO_Regan Check these options we already have. I think they should do what you are looking for. I will flag this as implemented until you tell me otherwise. Option 1: Save as from the gallery. Note that we also added an option that allows you to either make the copy reuse the layers of the parent project, or create a clone of the layers. You can ALSO do save as from projects you do not own. For example, the dev account creates a project. It gets tested. Now you share with the staging account. The staging account uses save as on that project... Option 2. Organization templates. As the admin of your org, you can define templates for QuickCapture projects. In my case, I created a single template. Anyone in my org creating QuickCapture projects can use that template as a starting point. As an admin, you can also hide Esri templates. I do no see this helping much on dev-stg-prod worklows, but it is a nice feature to help standardize common tasks.
... View more
09-30-2022
06:03 PM
|
0
|
0
|
1615
|
|
POST
|
Hi @JavierCMartínezPrieto If using the mobile app, go with format-date as shown below: Unfortunately format-date %W is not supported in the web app. If you want this to work in the web app you will need to use a custom JS function. For example: function ISO8601_week_no(unix_timestamp)
{
var dt = new Date(unix_timestamp);
var tdt = new Date(dt.valueOf());
var dayn = (dt.getDay() + 6) % 7;
tdt.setDate(tdt.getDate() - dayn + 3);
var firstThursday = tdt.valueOf();
tdt.setMonth(0, 1);
if (tdt.getDay() !== 4)
{
tdt.setMonth(0, 1 + ((4 - tdt.getDay()) + 7) % 7);
}
return 1 + Math.ceil((firstThursday - tdt) / 604800000);
} If you are not familiar with custom JS functions. Check this blog. Attaching samples
... View more
09-30-2022
05:27 PM
|
4
|
0
|
4631
|
|
POST
|
OK. This should now be addressed. The downloads page has been refined. If the new design is still confusing, please let us know.
... View more
09-30-2022
04:49 PM
|
1
|
0
|
1892
|
|
POST
|
Hi. Not possible. However, we are currently working on allowing you to populate lists from a layer query. This will work online and offline. You may want to wait for that? Or even better, participate in the Beta so you can provide your feedback to us. Please join us at our next holistic testing exercise https://arcg.is/KGr9K or simply contact us for details at [email protected]
... View more
09-29-2022
06:53 PM
|
0
|
0
|
944
|
| 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 |
2 weeks ago
|