|
POST
|
Hi Patrick, As far as I am aware I have set the correct extent in all possible locations. That includes setting the extent in ArcGIS Online as you can see here:
... View more
08-27-2021
08:29 AM
|
0
|
0
|
1245
|
|
IDEA
|
It would be very useful to have a 'download data' widget, similar to the download tools available in hub sites. Ideally users could access a map or table in Experience Builder, and assuming they have permissions, be able to download the data they have permission for.
... View more
08-27-2021
08:27 AM
|
12
|
4
|
5663
|
|
POST
|
We are sharing some datasets privately to community users in ArcGIS Hub Premium, to allow them to download their own data submissions. The extent of the hosted feature layer, the hosted feature layer view, the ArcGIS Hub basemap and our organisation is set to the United Kingdom. However, when viewing the data before download in ArcGIS Hub, the extent is much larger. Why is this and how can I change it to our preferred extent? Here is an example of what our users see when accessing the dataset via ArcGIS Hub (note the blue dot showing their data):
... View more
08-27-2021
08:20 AM
|
0
|
2
|
1250
|
|
POST
|
Sorry I should have been clearer. The expressions are pulling information from the same layer.
... View more
08-27-2021
07:24 AM
|
0
|
0
|
5211
|
|
POST
|
I am using Arcade to customise my popups in ArcGIS Online. I have a scenario where I am wanting to run one Arcade expression to return a value, and then use that value in another expression. However it is not quite working out and I am probably missing something obvious. Here is my expression: var Status = $feature.RefStatus var label = $feature.RefStatus; if (Status =='Ants present under artificial cover object'){ return 'Artificial cover object status: '; } else if (Status=='Artificial cover object not found') { return 'Artificial cover object status: '; } else if (Status=='Artificial cover object not checked'){ return 'Artificial cover object status: '; } else if (Status=='Current'){ return 'Waterbody status: '; } else if (Status=='Empty'){ return 'Waterbody status: '; } else if (Status=='Inaccessible'){ return 'Waterbody status: '; } else if (Status=='Polluted'){ return 'Waterbody status: '; } else if (Status=='Filled'){ return 'Waterbody status: '; } else { return ''; } IIF(isEmpty($feature.RefStatus), "", label) I want the first expression to store either the value 'Artificial cover object status: ' or 'Waterbody status: ' based on the contents of the RefStatus field, and the second expression to return the output of the first expression if the field is not empty. Is there a way of storing an expression as a variable for use in a subsequent expression? I have tried creating the expression separately and then referencing that expression in the 2nd one (e.g. IIF(isEmpty($feature.RefStatus), "", {expression/expr6}) but this throws an error. I have also tried assigning the first expression to a variable (e.g. var label = if (Status....) but this also does not work. Thanks, Rob
... View more
08-27-2021
02:30 AM
|
0
|
4
|
5247
|
|
IDEA
|
@David_Brooks granted, it's not ideal. It wasn't clear from the original post whether you were aware of the renaming capabilities. I agree with you changing this behaviour overall would be very useful. Hope you find a solution.
... View more
08-26-2021
01:21 AM
|
0
|
0
|
3506
|
|
POST
|
Hello Zach, Thanks for your reply. I've just tested a new form using the pared down example I gave and it is working (though interestingly I'm now experiencing some other issues with the Windows x64 install of the field app version 3.12.277 where it the 'Send now'/'Continue this survey'/'Save in Drafts' window hangs and doesn't work - working on my android phone though). However my full form still doesn't show any of the repeats when viewed from the Inbox. The full form is >500 rows long and uses the 'theme-grid pages' style if that is likely to be having any effect? Many thanks, Rob
... View more
08-25-2021
09:40 AM
|
0
|
0
|
2032
|
|
IDEA
|
As a workaround you can change the display name of the layers in the map.
... View more
08-25-2021
05:15 AM
|
0
|
0
|
3565
|
|
POST
|
When viewing Survey123 results via the Survey123 website (survey123.arcgis.com) for one of our forms, we have recently noticed that the geopoint locations no longer appear in the Form view (Data tab). Instead, where the map would normally appear it is blank. This is not the same across all of our Survey123 forms. Screenshot showing an example of the blank map: Points appear to be displaying correctly in the main map window - just not the Form view.
... View more
08-24-2021
03:20 AM
|
0
|
17
|
7581
|
|
POST
|
Is it similar to the behaviour I reported here: https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-modelbuilder-showing-wrong-in/m-p/1059829 ?
... View more
08-19-2021
07:45 AM
|
0
|
1
|
1110
|
|
POST
|
Hi Jen, There are 2 options I'm aware of which may get you near to what you want. Firstly you could create a group of questions which is compact by default, containing further information or explanation of the question above it, or you could use guidance hints. We use the first of these options quite regularly to display extra supporting information to users. Hope that helps Rob Ward
... View more
08-18-2021
10:48 AM
|
1
|
0
|
2903
|
|
POST
|
We have been using query allowUpdates=true in our surveys to allow repeats to be viewed and edited via the Inbox. However, we have recently noticed that this is no longer working. Now when viewing the surveys in the Inbox, none of the repeats show. The survey contains nested repeats. A simplified example of the form structure is as follows: type name label appearance relevant bind::esri:parameters select_one yesno SurveyPossible Are you able to carry out a survey? begin repeat Records Add a record minimal ${SurveyPossible}='yes' query allowUpdates=true time RecordTime Record time select_one RefStatus RefStatus status begin repeat Sightings Record details ${RefStatus} != 'ARNF' and ${RefStatus} != 'ARNC' query allowUpdates=true select_one_external Species Species Species autocomplete end repeat end repeat I have tested the following to see if it fixes the issue, but none of these steps have fixed it: remove 'null' from bind::esri:fieldType in begin repeat rows change query allowUpdates=true to allowUpdates=true query in bind::esri:parameters in begin repeat rows change appearance from minimal to blank in begin repeat rows The latest version of the form was published from Connect 3.12.232, and tested in the Survey123 field app 3.12.277 (Windows x 64 and Android phone). @Anonymous User @JamesTedrick Any help in resolving this is greatly appreciated.
... View more
08-17-2021
03:04 AM
|
0
|
2
|
2094
|
|
POST
|
No problem. And if you need to the same information associated to multiple points there may be ways of doing that, but hard to describe without further detail on what you need. Best of luck 🙂
... View more
08-12-2021
08:56 AM
|
0
|
2
|
9647
|
|
POST
|
It depends what the user experience is that you want. They cannot input multiple points on the same map all at once, but you could have a repeat whereby each point is added to a geopoint question in a repeat. There is functionality coming which will allow users to see (not input) all of the points on the Survey123 map as they are added. Alternatively you may want to look at Field Maps if you are wanting to add multiple points all in one go.
... View more
08-12-2021
08:43 AM
|
1
|
4
|
9650
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-20-2025 10:16 AM | |
| 1 | 03-24-2026 03:17 AM | |
| 1 | 05-27-2020 02:34 AM | |
| 1 | 01-07-2026 09:19 AM | |
| 3 | 10-20-2025 01:36 AM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|