|
POST
|
Well that is why you are getting the 0,0 then. You need to add a geopoint to the parent. With no question there it will default to 0,0 as you are seeing. In general you always want a geopoint question.
... View more
01-07-2025
01:51 PM
|
0
|
0
|
1967
|
|
POST
|
Do you have a geopoint question in the parent at all? You should
... View more
01-07-2025
11:42 AM
|
0
|
2
|
1978
|
|
POST
|
It probably is not recalcing after the child is set. Think about it parent is loaded before the child is made so its not going to go back and recalc that parent automatically for you. Why are you not setting in the parent then have every child inherit? But you could try a calculation mode to always to see if you can get the parent geopoint to fire after adding a child. Or use a relevant. I think it is the order of operations that is getting you.
... View more
01-07-2025
10:21 AM
|
0
|
6
|
3772
|
|
POST
|
You can do this by setting a width on the begin group line then vary the size of each field inside that group. Here I have begin group as w3 then some lines are w1 which take 1/3 the line and some are w3 which take up all the line. Anytime you add up to the max it goes to the next line. If you did say 5 you could mix 3 and 2. This one is w9 group with two w4 and one w1. Lots of info here https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-groups-grids-and/ba-p/895267 hope that helps
... View more
01-07-2025
06:23 AM
|
1
|
2
|
1508
|
|
BLOG
|
Wow thanks for the shoutout @MattEdrich ! You in Denver area?
... View more
01-02-2025
11:04 AM
|
0
|
0
|
2899
|
|
POST
|
On the settings tab the form_id has to match the name of the layer in the service. If you have any repeats then the begin_repeat name has to match the name in the service. Start there
... View more
01-02-2025
11:00 AM
|
1
|
0
|
793
|
|
POST
|
Bump to @JeffShaner or maybe @ColinLawrence if any progress on this? Is it on the list? I have field season builds coming up and have to make 100 arcade expressions across my projects. This fix would eliminate all of them. It got posted again today in the 123 board https://community.esri.com/t5/arcgis-survey123-questions/prepopulate-field-from-related-table/m-p/1572054#M60661 Thanks
... View more
01-02-2025
05:49 AM
|
1
|
2
|
1860
|
|
POST
|
Yes the {relationships/2/application_no} syntax does not work in the URL in Field Maps. It works in the browser but not Field Maps. It did not work in old map viewer either and I have been bugging the Field Maps team about this for close to 10 years I think! I even talked to Jeff directly about it. I posted it again here https://community.esri.com/t5/arcgis-field-maps-questions/relationships-0-fieldname-not-working-in-field/m-p/1534936 some time back and got no response. Drives me nuts it does not work and is not documented anywhere. Please chime in on that post and maybe move this post to the Field Maps page since its not a 123 issue. Instead you have to make your own Arcade expressions to do the lookups and then use that in the URL. Like this var tbl = FeatureSetByRelationshipName($feature, "Points", ['DesignLat'], false); return First(tbl).DesignLat then the URL you use &field:DesignLat={expression/expr0} I have to make over 30 of these in my project because the relationships thing won't work. Hope that helps
... View more
01-02-2025
05:43 AM
|
2
|
0
|
840
|
|
POST
|
My guess is that the pulldata is firing before the selection is made, which would make sense. Try adding a relevant to the pulldata field of something like ${selection} != '' or string-length > 0. That way it does not run the pulldata lookup until it has a value from the selection.
... View more
12-30-2024
06:26 AM
|
0
|
0
|
879
|
|
IDEA
|
You can have the field or fields that gets filled in from the URL required and read only - then they cannot submit without coming from the URL. Also add a note that appears when the URL filled field is blank. This should get you there.
... View more
12-30-2024
06:23 AM
|
0
|
0
|
2048
|
|
POST
|
I would like to have Pro open using a URL from the browser. I can get a box to popup to Open the app but it never actually opens Pro. I tried arcgis-pro://?itemID=47930f910cf54345234t2 I get this box but when I click Open ArcGIS Pro nothing happens. I also tried a OneDrive link to a pitemx file changing web=1 to web=0 arcgis-pro://https://my.sharepoint.com/:u:/r/personal/user/Documents/Attachments/item%20.pitemx?csf=1&web=0&e=hhSa2G And again I get the box above but nothing opens. Also tried to a lyrx file https://my.sharepoint.com/:u:/r/personal/user/Documents/Attachments/Indicators%20Only%20Web%20Services.lyrx?csf=1&web=0&e=y127xS But that opens a box to save it the lyrx file. Also tried to a file on the system. But again just the Open ArcGIS Pro box and nothing happens. arcgis-pro://?\\somepath\Web Services.lyrx If in Sharepoint I click Open then Open App I get this box which does open Pro but that is 3 extra clicks. How can a make a clickable link to launch Pro to a set map or layer file? Thanks a lot
... View more
12-24-2024
08:46 AM
|
0
|
0
|
615
|
|
POST
|
Note you may see issues with a calc in a read only - yes field. I have seen where 123 assumes the value cannot change since its read only. I would go back and remove values and see if it still works. Also test coming back from a draft and back from sent box. Typically if the check is inside the repeat then it should fire before moving to the next one. Hard to tell your use case. Using emojis for instant checks may help also https://community.esri.com/t5/arcgis-survey123-documents/how-to-simulate-instant-data-checking-using-emojis/ta-p/916725
... View more
12-19-2024
07:24 AM
|
0
|
0
|
1187
|
|
POST
|
@cquick2 For a browser I would try adding a space . = "" and also the actual field name ${field3} != "". If no then next try string-length > 0 to check. I have seen issues in the browser with all of these. Maybe even try moving the coalesce calc to its own field then add a constraint on that field to field 3. It could be that it is checking in the wrong order.
... View more
12-19-2024
07:05 AM
|
0
|
0
|
4015
|
|
POST
|
Bump this is still an issue all the time. It is not possible to get back to a jobs page now. Can we please, please get rid of this popup stuff and go back to the old way. This was never a problem in the past.
... View more
12-18-2024
02:39 PM
|
3
|
1
|
1336
|
|
POST
|
First thing I would try is to move pulldata to its own field all by itself. You have it wrapped in a length() now and it really does not like to be nested. This gets posted a ton so that could be it. You can then use this field inside of length() instead. Start there.
... View more
12-18-2024
09:01 AM
|
1
|
0
|
5227
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | yesterday | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago |
| Online Status |
Online
|
| Date Last Visited |
12 hours ago
|