POST
|
This is a really nice post. Do you know of any way to add new elements to the workforce form? I want the worker to do the assignments in Workforce then go into Survey123 and add additional data elements like names of team members, hours worked, tools used, etc. If I try to add new elements to the form I get an error when publishing ("Fields not found in the feature service"). You mention adding an IMAGE but what about other elements like TEXT, SELECT_ONE, etc? Is this doable? Since you can't add custom fields to Workforce I thought this solution would work well.
... View more
07-24-2019
07:16 AM
|
0
|
1
|
1576
|
POST
|
I have a spreadsheet that has 2 MS SQL Server Queries with about 2000 records each. The queries run quickly and the map I created plots the points quickly. If I save the spreadsheet and then reopen and refresh the queries each query takes up to 2 minutes to run and update the map (I have "Refresh data when opening the file" toggled ON). I found a python script to run REFRESH ALL to refresh the data offline. However when I then try to open the spreadsheet after running the script I get an immediate error, "An error has occurred" and the map doesn't open. I usually saw this error if I did not have "Enable background refresh" enabled for the query. I think the error has to do with verifying sign-in to AGOL) My python updating would solve my problem if I can get past this error (I would disable the "Refresh data when opening the file). Does anyone have a suggestion to either fix the problem or improve performance of refreshing a query to ensure users see the latest data when they open the spreadsheet.
... View more
05-29-2019
08:28 AM
|
1
|
1
|
663
|
POST
|
Hi Scott, can you find out if this is also available on the gov version of the service? ''....https://app.powerbigov.us/ My account can't access the non-gov version. As such, I cannot enable Maps for PowerBI. I have access on desktop but cannot enable on the service. Is this something you can find out? I see a message, "Your organization has disabled use of ArcGIS Maps for Power BI."
... View more
05-15-2019
07:02 AM
|
0
|
1
|
2129
|
BLOG
|
Nice dashboard. Can you tell me what the play/pause thing is/does on the map? I was hoping it was a time player. Is there any way to enable a date/time slider in ops dashboard?
... View more
04-09-2019
02:45 PM
|
0
|
0
|
1118
|
IDEA
|
Currently when you click on "Show only selected rows", the tool just adjusts column heights. Ideally this tool would have option or by default, apply a FILTER to the column. This would allow you to select the rows in the spreadsheet. Currently if you try just to select and copy the highlighted rows Excel selects the ENTIRE column (all rows) for a cut-and-paste. If a Filter was applied the cut-and-paste would only operate on the selected rows.
... View more
04-08-2019
10:12 AM
|
0
|
0
|
441
|
IDEA
|
When You click on "Export Selected Rows" in MS Excel you have no idea of the progress of the task. All you do is click on the took again and you get a message, There needs to be some kind of progress bar for this. This often takes a very log time to operate.
... View more
04-08-2019
10:08 AM
|
0
|
0
|
439
|
POST
|
This really helped me a lot. I am quite surprised this isn't DEFAULT behavior.
... View more
02-27-2019
08:18 AM
|
0
|
0
|
598
|
IDEA
|
When using Locate Features Along Routes I would want an option to MATCH Route_ID input to Route_ID output to force the measure to appear on a particular route. I want ROUTE to be used to match input/output records only have the tool compute measures only. I don't want to tool to search for the closest route. I want to explicitly define the route to use. This is the most common use case. Data collectors know the route. The primary use of this tool for us is to generate measures. Without this option we risk matching to wrong route or have no data returned at all.
... View more
02-26-2019
10:24 AM
|
5
|
0
|
789
|
BLOG
|
Great job on this! Has anyone done anything to deal with duplicate records getting created as the data gets consumed and loaded into AGOL? Maybe filter by date or some other field when ingesting the data? Any ideas?
... View more
02-22-2019
10:23 AM
|
1
|
0
|
12526
|
IDEA
|
I am looking for a workflow where I filter 1 or more layers using one of the query, filter attribute filter tools in WebAppBulder and then when I go to the screener tool I want the screener tool to HONOR any existing filters on a layer. As an option I would be happy if the screener tool would allow me to apply an ATTRIBUTE filter within the screener tool for a particular layer before printing. I would also want to sort on an attribute before printing.
... View more
01-16-2019
10:30 AM
|
2
|
0
|
305
|
POST
|
I have 2 date fields and want to filter/display on number of days elapsed (Date2 - Date1). Is there any way to perform a calculation to be used for a "Date Selector", "Indicator", or "List"? Is there any part of a Dashboard where a field calculation can be used?
... View more
01-02-2019
08:53 AM
|
0
|
0
|
319
|
POST
|
My dispatcher map has 4000 signs grouped into 160 routes with 24 signs linked to a route. When I preform a search on a route-id, the map only returns 12 of the 24 signs. The same query works fine in the Map Layer Filter and all other queries. In the example below I am search on "Driver_6". You can clearly see many (12) features that are labeled, "Driver_6", where not included in the results (they don't have the blue box). This happens for all routes. Where can this be controlled/set? Is there a 12 record return limit on "Locate" results?
... View more
12-13-2018
03:26 PM
|
0
|
4
|
793
|
POST
|
We want to store SIGNs at an offset off the roadway. Things are fine when building the event layer but after we edit a sign using RCE the sign snaps back to the road. Does anyone know how to PRESERVE the offset after an edit?
... View more
12-12-2018
10:22 AM
|
0
|
1
|
555
|
POST
|
I am trying to use a custom tile layer as a map backdrop - ONLINE use. I cannot get it to work. I have edited the *.info file and placed the URL but with no success. I published the layer using ArcGIS Pro. The layer displays in AGOL Maps. Here is my layer... https://tiles.arcgis.com/tiles/UTBp78iglGpbqp1B/arcgis/rest/services/slrrppc_tile/MapServer 1) The documentation below shows some examples with various stuff after the /tile/ is this important? ${z}/${y}/${x} - is this a "format" where you substitute your values or is this a sort of wild card?. Is this required? The documentation shows... Esri default basemap—http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/{{z}}/{{y}}/{{x}}.png Uses DOUBLE {{}} - is this a typo? If not, what do double brackets mean? 2) Is the "tile template URL" format documented anywhere? 3) Are there any map project requirements? 4) Do I need the "*.png" piece? I tried... https://tiles.arcgis.com/tiles/UTBp78iglGpbqp1B/arcgis/rest/services/slrrppc_tile/MapServer/${z}/${y}/${x}.png https://tiles.arcgis.com/tiles/UTBp78iglGpbqp1B/arcgis/rest/services/slrrppc_tile/MapServer/${z}/${y}/${x} I tried forcing a single tile... https://tiles.arcgis.com/tiles/UTBp78iglGpbqp1B/arcgis/rest/services/slrrppc_tile/MapServer/tile/11/828/390 https://doc.arcgis.com/en/survey123/desktop/create-surveys/includemap.htm
... View more
11-06-2018
06:53 AM
|
0
|
1
|
340
|
IDEA
|
When creating a Dashboard it is often hard to accurately place widgets. For example I have 5 indicators stacked. I want them to appear the same size. I have to "eyeball" this. I would like the cursor XY to be exposed so I can accurately calculate position. A GRID overlay, much like "GUIDES" appear in a serial chart, for the workspace would be also very helpful. In the short-term just showing the XY of the cursor would be a huge help.
... View more
10-26-2018
09:13 AM
|
46
|
9
|
3745
|
Title | Kudos | Posted |
---|---|---|
46 | 10-26-2018 09:13 AM | |
5 | 10-22-2018 02:01 PM | |
1 | 05-29-2019 08:28 AM | |
8 | 05-07-2018 08:34 AM | |
5 | 02-26-2019 10:24 AM |
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|