|
POST
|
Same here about half our images are from before we used tablets so they have no GPS. I saw at dev summit a way to add them from a table but cannot find it now. I think it was maybe here https://pro.arcgis.com/en/pro-app/latest/help/data/imagery/oriented-imagery-table.htm When building the image list it just skips them so I cannot fix them. I wish it would add them all then I can join to my layer that has x/y and I am done. Seems now I have to find a way to build a table of just the missing images then add from CSV. Still not sure what to set camera heading to. I think I need to make a script to get a list of all images, then filter out what was already found, then add x/y, then add the path then add to the dataset? Is there an easier way? We just want a simple way to at least see the images that have no GPS metadata but we know where about there were taken. thanks for any input @NeeteshBhati is the one that gave the demo.
... View more
04-06-2026
09:47 AM
|
0
|
0
|
435
|
|
POST
|
It will on new records but not old records. Which makes sense how would it kick off a job to fill all those out? As others posted you can join on your relate and calc over the globalid to get started. Personally I have 2 relates, one with my own key and one to make 123 happy. I got a write up on it here. https://community.esri.com/thread/221263-mapping-with-survey123-within-a-polygon-or-admin-unit Hope that helps
... View more
04-06-2026
07:08 AM
|
0
|
0
|
749
|
|
POST
|
Upvote from us also. We are required by law to be compliant and now we cannot in ExB. thank you
... View more
03-30-2026
08:25 AM
|
0
|
0
|
539
|
|
POST
|
I do not think you can start a field name with an underscore.
... View more
03-27-2026
12:59 PM
|
0
|
0
|
415
|
|
IDEA
|
Field Maps Designer does a bit of a better job blocking things that will not work in Field Maps vs the web form builder. It is what you should use to build forms. Give that a try. Its not perfect still but better.
... View more
03-27-2026
09:00 AM
|
0
|
0
|
484
|
|
POST
|
We started seeing this also and unchecking this seems to work. Never had to do it before could be some new portal default? Its on the settings page of the service.
... View more
03-23-2026
03:44 PM
|
2
|
0
|
409
|
|
POST
|
Opps I am wrong there is not one. Sorry it was a bit ago.
... View more
03-19-2026
02:55 PM
|
0
|
0
|
1378
|
|
POST
|
I think there is a setting for refresh on just the list widget also.
... View more
03-19-2026
02:34 PM
|
0
|
2
|
1385
|
|
IDEA
|
@hsummers_scf It was not my trick so I am not positive. But its something like create a join() field of choice join(",",${AddPlants}) then use that in the choice filter column like this regex(${SpeciesListJoin}, name) This assumes there is a master list that you are filtering. So it may not work for you since it sounds like yours is completely on the fly. I cannot think of a way to do it really.
... View more
03-16-2026
07:17 AM
|
0
|
0
|
901
|
|
POST
|
Yes if a question is not relevant then it gets a "" value and that is by design. This makes sense since it is not really valid data anymore. If you want to just hide the question instead you can use the body::esri:visible column instead. Then it will only hide it but keep the data. Depending on use case that could be good or bad for your data. Hope that helps
... View more
03-13-2026
07:50 AM
|
1
|
1
|
469
|
|
POST
|
That usually means you are trying to submit a string that is too long for your service. 123 defaults to 256 chars but if you used a custom service it may be shorter than that on a text field.
... View more
03-13-2026
06:48 AM
|
0
|
0
|
444
|
|
POST
|
Finding some random polygons fail to be sent to the geoprocessing tool from the analysis widget. When looking at the data that gets sent into the tool via Get Parameter and passed into a GDB it creates a FC but there are no records in it. So I get a blank map when coming from Analysis widget. But that exact same polygon from the same source works just fine when coming from ArcPro. If I export that polygon to a GDB then upload that GDB to ExB and run it then it also works just fine. Sorry images are not attaching here today for some reason. It is a multipart polygon but we have other multipart from the exact same layer that work just fine. Any ideas what can be wrong here? We see again and again that some polygons just refuse to work in the Analysis widget. I can demo any of these needed. Thanks
... View more
03-11-2026
02:05 PM
|
0
|
0
|
254
|
|
POST
|
@JayantaPoddar I have this issue but with javascript math. We want to warn if 2 values not within 10%. I have 150 and 135 which should be right at 10%. Of course javascript gives 0.1111111111111111 for this. Your trick would give .106111111, then round is .11 which still fails. Any other ideas here. I need truncate but do not have it. Even times 100 then int would not work. Maybe the -.005 then x 100 then int? Seems risky but works in this example int(((if(${BankfullPercentDiff} < 0, ${BankfullPercentDiff} * -1, ${BankfullPercentDiff})) -0.005) * 100) Any other ideas? thanks
... View more
03-11-2026
08:47 AM
|
0
|
0
|
1328
|
|
POST
|
Go into the AGOL item page for the service, then data, then fields, then domains and see if they got double listed there. It can happen. Just remove the dups. Also make sure there are no extra spaces at the end which look like dups but are not.
... View more
03-09-2026
12:48 PM
|
0
|
0
|
352
|
|
POST
|
This is often using reserved words in field names. Post up the form or look for the green boxes indicating an issue.
... View more
03-09-2026
12:45 PM
|
0
|
0
|
357
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Wednesday | |
| 1 | Wednesday | |
| 1 | Wednesday | |
| 1 | Wednesday | |
| 3 | 2 weeks ago |
| Online Status |
Online
|
| Date Last Visited |
Thursday
|