|
POST
|
Thank you Allen. I'm not sure what you mean. I clock on a map to choose a polygon, that will show all the addresses in a list 1:M That works. The next step is to choose an address that will filter out a table with matching attributes to the owner table. That also works. The issue is, when I choose a new polygon in the map the selection of the address is not cleared, since it was a manual selection. The address list is updated, but since the selection is not removed, the owner from the previous selection of the address is still shown, until I select a new address, then it will update. I need it to clear my manually selected address, when it's not a part of the filtered list from the polygon. If you build another step in your example, where you add a text connected to data from one of those to "Features" shown in your list. Will your new text box then clear if you choose another row in your table, or will it keep the previously selected list element? Thanks
... View more
05-19-2025
06:42 AM
|
0
|
1
|
346
|
|
POST
|
I hope my diagram helps to show my issue. We are filtering a lot of textbox widgets to show the correct information from the clicked polygon. My issue is that when we have a 1:M relation, we will need to do a manual selection of the list that is filtered out. Example. In an apartment area, we have multiple addresses, with multiple owners. Clicking on a parcel, et will filter a list with all the addresses in that parcel. In the textbox we will need to show the owner's information. It works the first time I use that function, but clicking on a new parcel, I would need those owners to be cleared, so you don't make that mistake and take the wrong apartment owner. Thanks
... View more
05-16-2025
02:29 AM
|
0
|
3
|
425
|
|
POST
|
Thanks MobiusSnake, Whoops, that's spot on. The keyword is missing on the old registrations. Did it with a gdb export, so that is exactly what is the use case for this guide: Update attachment keywords | ArcGIS Survey123 An easier quick and dirty method, just add: ${#$attachment}
${$file}
${/} Then it will load all the photos from the attachment instead of the survey reasons: How To: Print Attachments That Were Not Submitted via Survey123 App in the Feature Report It's not something we've done that often. Thank you so much, now I know what to do 🙂
... View more
05-15-2025
01:49 AM
|
0
|
0
|
407
|
|
POST
|
Hi, the field surveyor misunderstood what a test was, and did a full day of work and gave remarks on updates afterwards. The updates changed the datamodel. We know how that goes. Everything went smoothly moving GUID's around, matching the related tables and such. However, I'm confused about the attachments, that one photo that was made in the main service. It seems to work in related tables. I only noticed this, when I should create reports where that very first attachment isn't in the survey field, where the attachment from the new submitted records has the attachment, although that part of the survey never changed. In AGOL, all photos and files are stored in the same field, but apparently, that doesn't seem to link to the survey field, so for 80 records, I can't get that photo into the report. In survey123 data, the photo from the backup is shown at attachments: The new records (and how it was before recreating the service) The photo was connected to the question: How can that be solved? Thanks
... View more
05-15-2025
12:34 AM
|
0
|
2
|
442
|
|
POST
|
Thank you Dan. No, it was directly from CityEngine. I will update my post more meaningful 🙂
... View more
02-25-2025
01:46 AM
|
0
|
0
|
757
|
|
POST
|
I want to export my CityEngine models directly to WGS84 Is it possible? I want to export for example gltf models (glb) with the information about the placement in WGS84, but in that case I would expect the scene to be in EPSG:4326 which is not available or I can't find it on the list. Is it even possible? Thanks
... View more
02-23-2025
07:30 AM
|
0
|
4
|
802
|
|
POST
|
Thanks Jeffrey, Full public available is not an option. With my old setup, it loaded the Microsoft login page through AD. My company don't allow full public documents. So I tested with my personal Google drive, allowing anyone with the link to access, but that also get's blocked from within experience builder.
... View more
01-26-2025
11:26 PM
|
0
|
0
|
431
|
|
POST
|
Hi, I want to be able to see a PDF, Excel, Word etc. when clicking an object in Experience builder. Ideally I want it from sharepoint, but I've also tested with OneDrive and Google Drive. It get's from getting outside of experience builder. I had a similar setup with the old Operation Dashboards, where, clicking a feature opened up a Sharepoint projects folders, or even Excel files, directly inside of Operation Dashboard. I'm not sure if I forgot what I did or if the possibility changed with JavaScript 4.x, or if Microsoft changed something. Or if this company simply has a more strict setup. Ideally you'll create files, where the file name is equal to an attribute in the object. The you use the long sharing code in an embed widget, where the URL then updates from the sharing code and the attribute. Any ideas on that, is that a dead end now?
... View more
01-24-2025
04:13 AM
|
0
|
2
|
488
|
|
POST
|
Thank you DougBrowning, It was so close,it actually did work, until I dug a bit deeper. One thing I didn't mention is that this is in a repeat. If I have one record in the repeat, I was getting the error when I opened it up through the inbox, on that first record. After adding the calculationMode=whenEmpty then it works on that first record, but adding a new one in the repeat, I then get the error on the second one where the data pulled is empty, it's not pulling in any new data. That is needed. So I tested the same thing with the send folder, and that works out of the box, so that was strange. I think the big issue is that it's in a repeat, since I'm doing the same thing outside of the repeat, wheres there no issue. Let's say I want to edit a survey, and send it, then my information that is now not pulled disappear from the service. Not good! Using calculationMode=whenEmpty I keep my old data, but new data is not able to be pulled, not good either. Send box works like a charm, however we have multiple people who can do multiple registrations, actually over the next 10 years or so, so I don't think a send box would be very usefull. Cheers
... View more
10-04-2024
05:08 AM
|
0
|
1
|
780
|
|
POST
|
Hi, I'm in a corner I can't find a way out of. I only found the issue because I needed to test the inbox. So. I'm pulling @layer and using pulldata to get the attribute pulldata("@json",${pulledLayer},"attributes.my_attribute") It works like a charm and writes the pulled data to the table. When I need to update the collected survey, I get the issue that it pulls the data, and does not use the data that is already stored, how do I fix this, so if the the attribute is not empty, use that value, and if empty then pull the data? Thanks
... View more
10-03-2024
05:52 AM
|
0
|
3
|
833
|
|
POST
|
Hi I just want to check if my investigations are true. Exif rotation is not possible through a browser due to browser limitations? If I use a sebform on a cell phone, it uses my cell camera, but the Rotation is not added to the data from a webform, since the browser limits the data it can pull from the photo. Thanks.
... View more
07-30-2024
01:27 AM
|
0
|
1
|
415
|
|
POST
|
Oh, I did a typo, and that's why I couldn't get it to work. Sometimes delete everything and start over 😕 So it is actually working fine, I just needed tot spell the attribute correctly. pulldata("@layer","getValue","attributes.THE_ATTRIBUTE_FIELDNAME_I_WANT_ASWERED","https://myserviceURL",concat("THE_ATTRIBUTENAME_THAT_SEARCHES_IN_THE_TABLE='",${survey123Question},"'")) No issue.
... View more
07-25-2024
05:40 AM
|
0
|
1
|
957
|
|
POST
|
Hi, I have the most of my pull data to work, but what I can't seem to figure out is to search through the table and get the value. So I need the survey to block for input, if the parcel has already been surveyed, but I'm not storing any parcel geometries in the surveys feature layer. So my idea was to create an ID field created from the parcel data. I enter a parcel and using pull data to retrieve the ID, that ID is stored in the Surveys feature service. If a survey is submitter, it will then include the Parcel ID. If I in a week walk into the same parcel, I will get the same ID from my parcel feature service, but since it's now also stored in the feature of the survey, I can then remind the user to use the inbox and edit, instead of trying adding 2 surveys in the same parcel. I can't seem to get there though. Maybe I'm seeing it wrong, maybe there's also another solution or a more standard way of doing this. The goal is to never be able to create a second survey within a parcel, but being forced to edit existing using repeats. Thanks.
... View more
07-25-2024
02:25 AM
|
0
|
3
|
991
|
|
POST
|
Thank you Jeffrey, that worked perfectly. A long way to that end goal, but it was worth it 🙂 I was actually close to it, I added ObjectID == -1, however that wouldn't then show anything, now I have not data when nothing is selected, and everything is filtered and selected when a polygon is selected. Thank you, your help is much appreciated 🙂
... View more
05-07-2024
11:31 PM
|
0
|
0
|
2518
|
|
POST
|
Thank you Jeffrey, sorry for not explaining this probably. I followed your previous steps, and I got my tables to work. If I click a lot owner polygon it will show the people living on that lot using common ID's If the lot is not selected, it shows no data, so that's perfect. For some reason I can't do the same with a building polygon within the lot. The list including building polygons are showing all the building data when opening up the app, even though nothing is selected: When I select a polygon it filters out correctly and select the buildings inside of the Lot. In the list it should only get data of selected features, so I'm a bit lost here, I'm hoping for a solution. So all the tables works with selected features from a polygon layer, but I can't get the polygon layer to work., where it should only show the building with the matching ID's when a Lot is chosen, and not when it's unselected.
... View more
05-07-2024
01:40 AM
|
0
|
0
|
2535
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-12-2023 06:55 AM | |
| 1 | 09-25-2023 05:40 AM | |
| 1 | 04-04-2024 11:47 AM | |
| 3 | 09-26-2023 03:55 AM | |
| 1 | 05-23-2023 11:41 PM |
| Online Status |
Offline
|
| Date Last Visited |
05-19-2025
05:23 AM
|