|
POST
|
Good to know, I initially was using an expression similar to below and it looked great on the tablet, but then when I looked at the values in the attribute table in Pro they were the exact same as CreationDate so it wasn't writing the values with the conversion. But glad to know its working for you. I still feel like there was something strange going on because sometimes they would be the same as CreationDate and other times it seemed like the values updated to when the data was synced? var akdt = ToLocal(Now())
var akdt = ToLocal(Timestamp()) I haven't had time to go back and take a look or test.....its like development and production all at the same time but for those values something wasn't right/reliable. We also had a couple of times when folks would sync their data the values would change and I couldn't help but wonder if it was recalculating when it syncs? We altered the code to accommodate a max value offline versus connected, that I still want to ask about that too.
... View more
05-15-2023
03:22 PM
|
0
|
2
|
4562
|
|
POST
|
Hi @DougBrowning , I was curious how your offline datetime testing went with Field Map arcade calculations like using ToLocal? Thanks! var akdt = ToLocal(Now())
... View more
05-15-2023
03:12 PM
|
0
|
4
|
4564
|
|
POST
|
Hi Stephen, Sure for hosted feature layers you can calculate the photo field in AGOL or Portal by clicking on the field 'Calculate' and typing in the statement in the first screenshot. Alternatively in ArcGIS Pro you can calculate the Photo field by right-clicking on the field 'Calculate Field' (2nd screenshot). In addition here is an Esri ArcGIS Blog on attachments including the Count statement Thanks, Kathy
... View more
05-02-2023
07:37 AM
|
0
|
0
|
2359
|
|
POST
|
Hi @DougBrowning , I like your photo review dashboard! One question, I can't tell in the video above, but as you cycle thru attachments in the details widget are the point locations showing on the map to show that photos location? Thanks!, Kathy
... View more
05-01-2023
01:55 PM
|
1
|
1
|
2532
|
|
POST
|
Hi @StephenKaranja , I'm not sure on directly filtering attachments, but I have added an additional field to the hosted AGOL feature layers called 'Photos', basically a photo count of attachments and then populated this field by using arcade expression Count(Attachments($feature)) This way I can filter out features that don't have any photos by Photo > 0. Hopefully this info is useful. Thanks, Kathy
... View more
05-01-2023
01:46 PM
|
0
|
2
|
2366
|
|
POST
|
Hi, It was suggested to post here to get an update from the Dashboard developer team on the status of the ArcGIS Dashboard Idea post "More query operators for the Category Selector in ArcGIS Online Operations Dashboard" This idea was posted in 2018 and has shown 'Under Consideration'. I really like the functionality of dashboards but the selectors are limited to equals/does not equal. As folks have stated in support of the idea, it is essential functionality. How else can you filter fields with list of values? Thanks for the update, Kathy
... View more
04-24-2023
03:01 PM
|
4
|
1
|
1207
|
|
POST
|
Hello, This same question was asked in 2015 by @BenGrod and now that its 2023 I'm still wondering the same question. I have a survey123 form a user can enter in coordinates that source a GeoPoint question to display a new point, but is it possible in AGOL apps for a user to input coordinates and create a new point on a map that isn't a graphic? It seems Esri is encouraging people to use web maps for editing/creating data which if so a basic function is to create a new point with coordinates on a map. I have a need for biologists that want to quality control data by adding in the start/end coordinates of a transect line and then get line length between the points. This data doesn't need to be even saved, but just a visual check. They also see which polygon areas are intersected by the transect. Thanks for your thoughts, Kathy
... View more
04-22-2023
09:11 AM
|
3
|
0
|
1165
|
|
POST
|
Hello, I have a survey123 form the user inputs coordinate values to create 2 points. Is it possible for the survey123 form data to show as points on the larger Experience Builder map as the person inputs data not after data is submitted? I'm also trying to figure out if these points can show on the same map within Survey123 even. I had previously posted to see if it was possible to create a line from these 2 points within survey123 in the web form, but that functionality doesn't isn't available outside of the mobile app. I'm trying to figure out a solution where biologists can add coordinates in DDM for a start/stop transect points....ideally a line would be created and a line distance calculated. The more I look into this, creating new points based on coordinates is not even possible in AGOL? Likely another post topic. Thanks in advance, Kathy
... View more
04-22-2023
09:03 AM
|
0
|
0
|
910
|
|
POST
|
Update!: This is an oversight on my part, in this particular group of hosted feature layers the surveyors were uploading attachments they had taken on other devices as attachments. When looking at a few other Esri hosted feature layers, attachments taken in Field Maps using the device are all Photo1, Photo2 still..... I wish I would have realized this sooner! Sorry for the false alarm.
... View more
04-20-2023
04:32 PM
|
0
|
0
|
1592
|
|
POST
|
Hello, In 2022, I had a python notebook that would connect to hosted AGOL services and look for attachments and then download to local folders so we could easily view all attachments. In the process I had it rename the attachments based on the feature object ID, date, and photo number (which by default was Photo 1, Photo 2,...in 2022). Today I was running the same notebook to download attachments and now see attachments have different naming convention (org_2a9e4e6ad....._16800314xxxxxx.jpg) See below examples: The first screenshot are attachment file names in 2022 and the second screenshot is attachment file names in 2023. I do not know officially when these changed, but what is the naming structure refer to? It makes it way harder to loop thru attachments and download with a sensible name at least at first glance. Appreciate any insight on this! Thanks!, Kathy
... View more
04-20-2023
11:05 AM
|
0
|
1
|
1719
|
|
POST
|
Thank-you @ZacharySutherby for confirming that geotrace/geoshape are not supported in the web app. I will follow up with tech support for the Enhancement. I am just learning to use the Survey123 widget within EB, is it possible to show points in the EB map as a person enters them into the survey123 form? We are looking for a way to visualize/quality control of coordinates provided to Biologists. Basically they want to type in coordinates and have them show on a map (no need to save the points). There are start/stop points and I have a survey123 form set up for them to enter the coordinates and currently the points populate in the survey123 form map as they are entering data, but would rather these points show on the larger EB map. Ideally a line would be drawn between the start/stop points but that is not available yet. I added this to my original post above. Thanks for any insights
... View more
04-19-2023
03:09 PM
|
1
|
0
|
2319
|
|
POST
|
Hello, I would like to have a survey123 web form a user can input two coordinates and have a line created between the two points with the line distance shown. I found this post from several years ago that had a link to the Lines and Polygons sample in ArcGIS Survey123. I published the sample survey and just tried in the web browser, but it looks like the web form functionality is not there (just is hanging up with message 'This is a read-only question', however it works on the mobile app. Is there a work around now years later? Ideally I would have Survey123 form in Experience Builder with the functionality for the user to enter in coordinates in the survey form, have the points show in the Experience Builder map and then a line drawn based on the 2 entered points with a distance calculated. I have seen demos of data collected on the EB map that gets sent to the survey form, but is it also possible to have the data entered into the survey form within survey widget show on the EB map and not in the survey form map? Thanks! Any suggestions for how to achieve this in a web browser are much appreciated. Hopefully I'm just missing something. Thanks, Kathy
... View more
04-19-2023
12:23 PM
|
0
|
2
|
2346
|
|
POST
|
Hello, I wanted to check if the functionality to create a line from 2 geopoints exists in the web form now since it years later or if continues to only be available in the field app. I would similarly like to use survey123 and Experience Builder where folks can input coordinates for a start and end point, and a resulting line is created by Survey123 on the map in Experience Builder. Is this possible? Thanks, Kathy
... View more
04-17-2023
10:20 AM
|
1
|
0
|
2994
|
|
POST
|
I'm glad that 'username' works for you. Thanks also for sharing about First and Last name being stored in the app. The way we have our usernames is basically the first "." last, so that is why I had the split of the username and then proper function. I also added a table basically as a lookup table to the web map and then query the table for username to get the initials to add into our sample number field. This has worked offline, except in order for the lookup table calculation to query we are needing to download the offline map from the device created offline area. The AGOL web map settings generated offline map for whatever reason fails on this calculation offline. I did submit a tech support case and a bug was logged, but good info to have in hand if a calculation is failing try another method for generating offline maps - it may just work? On the backend how the offline maps are generated between the device generated and web map settings is somehow a little different. Maybe this is another potential work around with a lookup table ? So many bugs to keep track of.
... View more
04-12-2023
02:42 PM
|
1
|
0
|
2856
|
|
POST
|
Yes it works or its been working and biologists are collecting data in Alaska working on skiffs/remotely...... Full name would not work because when offline you only have access to the Field Maps username as they are signed in. I think I tried fullName and that did work only online. That is my understanding/experience.
... View more
04-11-2023
04:21 PM
|
0
|
3
|
2878
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-18-2026 01:21 PM | |
| 1 | 10-02-2023 03:06 PM | |
| 2 | 10-09-2025 08:45 AM | |
| 1 | 03-03-2025 10:42 AM | |
| 1 | 12-03-2024 01:10 PM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|