|
POST
|
Thanks. Why the 1 million limit? That went away with xlxs format so its possible now I think.
... View more
08-04-2025
02:07 PM
|
0
|
4
|
1097
|
|
POST
|
This post is from 2020 but it does say at the bottom of the post. Passing repeats or questions within a repeat to a JS function only works in Connect and the mobile app https://community.esri.com/t5/arcgis-survey123-blog/extending-survey123-smart-forms-with-custom-js/ba-p/898782 That could be it.
... View more
08-04-2025
06:08 AM
|
2
|
1
|
1004
|
|
POST
|
pulldata does not work inside an if regardless. Common issue. Do I need 15 different lines, each with a pulldata calculation? - yes that is what I would do. Then put a relevant tied to your drop down on each one. That way only one will fire. Since each one is its own layer I do not know another way. Unless maybe you could if statement just the URL then use that var in the pulldata. That may work if you put a relevant on the URL if line and the pulldata so that it only fires after they pick a choice, then it runs the if, then it runs pulldata. It would depend if the query is the same on all 15? If each query field for example is different then you probably need 15 lines. It will take some testing because pulldata can be very finicky. 123 does not run lines top to bottom. It runs in a function order. So often pulldata will run before other fields causing it to fail. Relevant helps with this - usually string-length(${pick list field}) > 0. Hope that all makes sense
... View more
08-01-2025
07:19 AM
|
1
|
0
|
486
|
|
POST
|
I run a script to give me a list of replicas and a script to remove old ones as Field Maps does not remove them if you remove an area while offline. I was actually not sure but AGOL hosted does have a way to compress also. See this post https://community.esri.com/t5/arcgis-online-questions/reduction-of-space-and-credit-consumption/td-p/1392412 But basically go into the Rest page for the service, then admin on the top right, then compress at the bottom. I strangely do not think I have ever done this. We only add and do not delete but we do remove old replicas so I wonder. Anyone have more info on this or have scripted it somehow?
... View more
08-01-2025
06:01 AM
|
1
|
0
|
752
|
|
POST
|
Sounds like you are turning off editing of the service so it turns both layers off. You can set geometry edits by layer but not all editing by layer. The parent and child are in the same service. Best I have found is to turn off editing of geo at the service level then in the map turn off editing of the parent. This works in FM but technically they could back door it with Pro or a new map. But best you can do.
... View more
07-31-2025
06:02 AM
|
0
|
0
|
427
|
|
POST
|
Yes you can put a formula in the read only column skipping the drop down. It will complain at you at first but it does work. Something like ${CT_SPI40} != '' or sometimes you have to to string-length(${CT_SPI40}) > 0 (Yes I know its a decimal field but 123 starts with everything as a string so this actually works.)
... View more
07-31-2025
05:58 AM
|
0
|
1
|
939
|
|
POST
|
Sorry I missed that these are two different repeats. I think Deon answer may help as some functions do not fire correctly inside an if. You still probably need "1" as these are lists so it will be a string. Try that.
... View more
07-30-2025
05:37 AM
|
1
|
0
|
1095
|
|
POST
|
There is a setting at https://survey123.arcgis.com/ if i remember right. Check there.
... View more
07-29-2025
08:51 AM
|
0
|
0
|
905
|
|
POST
|
Q5 is a string have you tried quotes on the 1? if(${Q5}= "1", indexed-repeat(${Q3}, ${RepeatA1A}, position(..)), '') Also it looks like you want to check in the same repeat number? If so no need to index it at all. Just if(${Q5}= "1", ${Q3}, '') would work. Try that.
... View more
07-29-2025
05:49 AM
|
0
|
2
|
1142
|
|
POST
|
These names will not work as table name SDE.Samples_of_Milk The name in the begin repeat line as to match the table name in the service. For the globalid issue I suggest to make a copy of the form and publish it as its own new form with no submission url. Look at the schema it builds and match that exactly in your other service.
... View more
07-28-2025
05:55 AM
|
0
|
0
|
864
|
|
POST
|
Did someone change any domain values? Or change any lists?
... View more
07-25-2025
08:47 AM
|
0
|
0
|
280
|
|
POST
|
We have some layers in groups in the web map. When I go to add that in Excel I cannot expand to add these layers How can I get into groups?
... View more
07-24-2025
08:07 AM
|
0
|
7
|
945
|
|
POST
|
Got this message today but I cannot find anywhere what the limit is? We have some up to 8 million and I do not expect that but need to know what it is. Also how can I limit it somehow? We can make one excel file per state but how would I do that if I get stopped right away? Would I have to make 12 different state maps and load from those? A way to add a query before the pull would be pretty sweet I guess. Is this possible at all? Then I could pull 1 state and it would all be faster. thanks
... View more
07-24-2025
07:47 AM
|
0
|
6
|
1172
|
|
POST
|
We really want to use the accordion to organize our ExB but we cannot find any way to get tools to open automatically like they do in a Widget Controller (and like in WAB). From the pop up Tool pops open if its in a Widget Controller Accordion it stays closed and the user is confused nothing happened. Not seeing any actions except to just open the side bar. Not seeing any actions off of Set as Analysis input also? One idea is we add a widget controller and hide it from view but then that double lists all the tools and it opens up a new tool window not anything in the accordion. Is there any controls for the accordion? I like it but it seems limited in how it can interact with the map. thanks
... View more
07-23-2025
11:44 AM
|
0
|
1
|
471
|
|
POST
|
Other big issue I posted here https://community.esri.com/t5/arcgis-experience-builder-ideas/table-widget-export-to-csv-is-using-the-field/idi-p/1619062 is that it will export the field Alias name only with no option to change. Living Atlas team had us write out big friendly names which then gets exported to CSV, which with spaces in the field names, makes the CSV unusable in most programming - which is what people are exporting to csv for.
... View more
07-23-2025
07:52 AM
|
1
|
0
|
881
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | yesterday | |
| 1 | 04-13-2026 01:34 PM | |
| 2 | 04-10-2026 11:25 AM | |
| 1 | 04-09-2026 02:37 PM | |
| 1 | 04-07-2026 08:33 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|