|
POST
|
@ChristopherCounsell Thanks for the info and suggestion. I created a new 'Idea' here https://community.esri.com/t5/arcgis-online-ideas/allow-attachments-to-be-placed-anywhere-within-an/idi-p/1506704 @RhettZufelt Thank you for the suggested work-around. I'll share that with our users to see if it helps with their workflow.
... View more
07-18-2024
08:50 AM
|
0
|
0
|
1241
|
|
IDEA
|
When working on an Edit form in map viewer, any attachments always appear at the bottom of the edit form. Our users have asked to have attachments appear at the top of the form - it helps them fill out some of the subsequent fields. Similar to pop-ups where Attachments can be placed anywhere, Edit forms should allow placement of attachments anywhere in the form.
... View more
07-18-2024
08:44 AM
|
5
|
0
|
497
|
|
POST
|
Hello. I'm working on an Edit form in map viewer. Currently any attachments appear at the bottom of the edit form. Our users have asked to have attachments appear at the top of the form - it helps them fill out some of the subsequent fields. Is it possible to show attachments at the top of the edit form? I can put the attachments at the top of the pop up, but that doesn't have any impact on the edit form. Any thoughts on how to do this? Thank you
... View more
07-11-2024
04:51 PM
|
0
|
3
|
1342
|
|
POST
|
Hello. In the Map Viewer if you right click, a "What's Here" button is displayed. If you click the button, i reverse geocode operation is initiated, and a popup is displayed that contains the address and coordinates of the place you you clicked. Is there a way to customize / override the contents of that popup? What i'd like to do is create a link to a Google map street view for those coordinates. If there's no way to customize the popup, are there any other ways i can accomplish the same thing - click a point on the map (right or left) and display a popup with a link to a google map street view? Maybe Arcade or some such? Thank you.
... View more
06-25-2024
05:02 PM
|
0
|
1
|
2029
|
|
POST
|
Hello. I am working in the Data tab on the Survey123 website. I'd like to filter my survey results based on several lookup values, for example, 'Company Name'. When I click the drop-down list that is supposed to show all the values from the domain associated with 'Company name', there are no values shown. And, the 'Apply' button is deactivated. I can manually enter a text value, but the 'Apply' is not enabled. You can see this behavior in the screen cap below. There is a coded value domain associated with 'Company name' and the domain has values. Unfortunately no values appear in the drop down list for the company name filter. This behavior applies to all survey questions that have a domain associated with them. Is this a bug, or the expected behavior?
... View more
06-10-2024
11:28 AM
|
1
|
0
|
635
|
|
POST
|
Hi @EarlMedina Thanks again for your suggestion. I ended up doing a truncate / append. Instead of using the edit_features() method on the FeatureLayer, i am using the append() method on my Table (my data has no spatial component). There's a bit more futzing around with uploading and deleting the source csv file, but its working for now. If you've got some extra time (and no worries if you don't!), could you explain more about how i could of done this with a pandas data frame. I was intrigued by your comment: This example assumes you have geometry to parse. If you don't then use "df" instead of "sedf" I poked around a bit, but couldn't figure out how to use the data frame as the source for the 'edit_features()'. I Thank you.
... View more
05-29-2024
01:58 PM
|
0
|
1
|
2260
|
|
POST
|
Thank you @EarlMedina . Option 2 sounds way better. I'll give that a try and let you know how it goes.
... View more
05-29-2024
08:18 AM
|
0
|
0
|
2269
|
|
POST
|
Hello. I am using the FeatureLayerCollection.manager.overwrite() function to overwrite an AGOL hosted feature service with the contents of a csv file. Something like this: lookup_table = connection_to_agol.content.get(file['agolItemId'])
feature_layer_collection = FeatureLayerCollection.fromitem(lookup_table)
response = feature_layer_collection.manager.overwrite(csv_file) This is working as expected, but all field aliases and descriptions for the hosted feature service are also overwritten when i overwrite the data. I'd like to not have to re-create that information every time the feature service is updated programmatically. Is there a different approach i can use to overwrite the data from a csv file while preserving the field aliases and descriptions? thank you
... View more
05-28-2024
05:35 PM
|
0
|
4
|
2360
|
|
POST
|
Hey @RobertAnderson3 . That is another cool idea. I didn't know those properties were available. Since the survey will likely be part of a StoryMap, it seems like we wont have access to deviceId, deviceModel, and OS. And my thinking is that 'userAgent' is specific to the browser, so we could group together all Chrome macOS users' answers (for example), but that would be as fine-grained as we could get with the cross-tabs. But that's closer to what we are imagining than we were yesterday.
... View more
05-01-2024
08:47 AM
|
0
|
0
|
658
|
|
POST
|
That is a fabulous idea. Thank you for sharing it! I'm also intrigued by the suggestion from @JanelleGuzman for a common 'connector' across multiple surveys. I could see something like an auto-created guid when a user opens the storymap, or something along those lines, which gets submitted when each 'child' survey is submitted - a sort of session id if you will. But, i've got no good ideas yet on how that might be done. Do you?
... View more
05-01-2024
08:14 AM
|
0
|
2
|
2344
|
|
POST
|
I think of myself as a somewhat reasonable person, so i'm good with 'no' as the official answer. Here's a high level description of what we're wanting to do. I'm working with some park planners as they develop multiple options for improving an existing park. The planners want to use Survey123 to get citizen's feedback on various aspects of the multiple plans. And there are lots of 'aspects' to the options. We are imagining a scrolling story map where each 'aspect' of a the design option gets a full text description, graphics, images etc, etc, and then place a survey at the end of that aspect that asks multiple questions to get citizens feedback, rankings, etc. specific to that aspect. And then citizens can scroll down to the next aspect, get descirptions, images, etc and a survey at the end of that section .... and so on. Each 'aspect' would have its own Page in the survey. that's why i was wondering if we could specify what page to open the survey on. We want to keep all the answers in a single survey to support "cross-tab" analyses if possible Maybe this is starting to drag on too long. Anyway, i'd love hear ideas about how we could pull off something like this. Thank you for sharing your time and knowledge.
... View more
04-30-2024
02:56 PM
|
0
|
6
|
2365
|
|
POST
|
Hello @abureaux . Thanks for your reply. By any chance is there a 'Long Answer' that can get to 'Yes'. Or is 'No' both the short and long answer?
... View more
04-30-2024
12:18 PM
|
0
|
8
|
2392
|
|
POST
|
Hi @JanelleGuzman There is no survey to share yet. We are still at the 'on the drawing board' stage at this time.
... View more
04-30-2024
12:16 PM
|
0
|
0
|
2394
|
|
POST
|
Hello. Is it possible to open a web-based survey to a specific page (like page 2 of 4, or some such) - perhaps from a URL parameter maybe? I saw a list of parameters here, but none of them looked promising. Are there other options for opening the survey to a specific page? Thank you.
... View more
04-29-2024
05:34 PM
|
1
|
12
|
3153
|
|
POST
|
@EarlMedina Thanks again for replying. I really appreciate you sharing your time and expertise. I may have stumbled over the problem and solution myself. I have two candidates: I noticed that in the config file i'm using to set various parameters like AGOL itemid, file name, etc, the file name did not include the ".csv" extension. So, i included that info. And, I noticed that i had deleted the original source csv from AGOL. I think i read somewhere in the docs that the source csv file needed to be present for the overwrite to work (or something like that). So i deleted the hosted feature service, reuploaded the original csv file and published that. Since doing those two things, the code is working as expected with the service data being updated. Regardless of what the source of the problem was, I wonder why the overwrite() method returned success = True when the update didn't work. I guess that's a question for another thread. Thanks again for your help.
... View more
04-11-2024
02:46 PM
|
0
|
0
|
2779
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 02-24-2021 12:15 PM | |
| 2 | 01-05-2026 10:04 AM | |
| 1 | 09-30-2025 01:30 PM | |
| 1 | 09-25-2025 07:37 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|