|
POST
|
Have you considered using ArcGIS for Excel to bring in your data? It would be substantially easier. Try signing back to your connection by going to Switch Account, but use the same account.
... View more
03-26-2025
02:38 PM
|
0
|
1
|
1097
|
|
IDEA
|
There are two ways to do this: Add the FS to your AGO account with stored credentials. Create a collaboration between the portal and AGO and share the item to AGO.
... View more
03-26-2025
02:32 PM
|
0
|
0
|
902
|
|
POST
|
I have been getting these today too. Connections seem to be failing, I have had to reauth many times today on multiple connections.
... View more
03-25-2025
01:25 PM
|
0
|
0
|
1378
|
|
POST
|
arcade-expressions/dashboard/dashboard_data/SplitCategories(PieChart).md at master · Esri/arcade-expressions · GitHub
... View more
03-20-2025
11:59 AM
|
1
|
0
|
1245
|
|
POST
|
I am trying to replicate this in Arcade so I can use the function in Data Pipelines. I currently do a similar process in attribute rules but am moving the data to AGO. As new data comes in I need to update the new values with new sequential numbers. How To: Create Sequential Numbers in a Field in ArcMap Using Python in the Field Calculato
... View more
03-19-2025
09:22 AM
|
0
|
1
|
1956
|
|
POST
|
I would like to calculate some stats in my report bason the stats function: ${mainLayer | where:"status='Pass'" | stats:"count,objectId"} / (${mainLayer | where:"status='Pass'" | stats:"count,objectId"} + ${mainLayer | where:"status='Fail'" | stats:"count,objectId"}) I am not sure where to add the operator or if you can only calculate fields and not stats.
... View more
03-18-2025
01:28 PM
|
0
|
0
|
532
|
|
POST
|
You can use an arcade expression to break the multiselect apart and group by type.
... View more
03-17-2025
07:20 AM
|
1
|
2
|
1274
|
|
POST
|
Is it possible to execute a AGO webtool from button in experience builder instead of using the gp widget?
... View more
03-17-2025
06:09 AM
|
0
|
0
|
643
|
|
POST
|
I have a repeat that gets populated using the function - selected-at(${issues}, position(..)-1). I would like the make the repeat questions required but allows the user to answer in any order. Right now adding a constraint or required makes the user answer the questions in order. Is there a way to allow the user to answer the questions in any order and when they hit submit, call out any questions that were unanswered, similar to how a constraint works without repeats?
... View more
03-06-2025
03:06 PM
|
0
|
2
|
1354
|
|
POST
|
If you attempt to do something that would discard any edits without saving them, such as change your selection, the widget warns you that you have unsaved edits that could be lost and prompts you to either confirm or cancel. This is misleading. You receive the prompt if the edit window opens but no data is edited. There should only be a prompt if edits are made, not if data is loaded. You should not have to select Update to exit and avoid the prompt. I consider this a bug, please fix ASAP.
... View more
03-05-2025
02:59 PM
|
1
|
7
|
2901
|
|
POST
|
I suppose you could do a query on a HFS in the function?
... View more
02-10-2025
01:37 PM
|
0
|
0
|
1046
|
|
POST
|
I am trying to grab multiselect question result and create a list as they are populated. Anyone have a script that can do this? I have one that crabs the names and creates a list but not the label. How do you grab the label of a multiselect with JS?
... View more
02-05-2025
05:49 AM
|
0
|
2
|
1110
|
|
POST
|
This what I do but, in this case, I want to hide the repeat. The concat() function only seems to work if you manually navigate to the last repeat item. Do you know a way around this behavior?
... View more
02-04-2025
11:47 AM
|
0
|
2
|
1913
|
|
POST
|
The function I mentioned works, but it works with a repeat. I need to create a list using html from a value (multiselect) like Red,Yellow,Blue.
... View more
01-31-2025
07:07 AM
|
0
|
1
|
2013
|
|
POST
|
In the last I have used Join() and html to create a list form a repeat using multi select on the final page of a survey as a summary. In my new survey I must hide the repeat, this prevents the Join() function from reaching more than the first value. Is there a way to use concat() html on a repeat result to create a list. I realized it is already joined - like join() would do, but I need to insert the html. Below is what I use to join() using my repeat: concat('<li>',join("</li><li></li><li>",${repeatfield}),'</li>')
... View more
01-31-2025
05:50 AM
|
0
|
7
|
2023
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-07-2026 08:20 AM | |
| 2 | 06-11-2026 02:54 PM | |
| 3 | 06-11-2026 05:45 AM | |
| 1 | 06-09-2026 02:07 PM | |
| 1 | 06-05-2026 01:26 PM |