|
POST
|
@ABraun Did you try this? Re: Layer list | grouping layers with radio button... - Esri Community
... View more
12-04-2025
06:34 AM
|
1
|
3
|
425
|
|
POST
|
I think this is more a limitation of the Map Viewer rather than Indoors/Space Planner specifically. All assigned Occupants just become a point at the center of the assigned room in terms of geometry, and the label overlap options are still limited-to-nonexistent in the Map Viewer. I'm not sure of a way you could do this without getting really complicated—maybe creating joined views between Units/Occupants or creating static copies of your Units layer with matching Occupant names all concatenated into a single field. If you were doing this for a custom dashboard or something that might be okay, but with the Space Planner app or Indoors Viewer, that's not going to fly.
... View more
12-03-2025
07:32 AM
|
0
|
0
|
196
|
|
POST
|
Hi @MollyE, I was confused by this for a while, too. What we eventually learned was that the "Meeting Room" code for Assignment Type is really only meant to be used with the Reservations layer and when the rooms are assigned to a workspace area. The Space Planner is setting them back to "none" because it sees they are not actually assigned to anything (in this case, a workspace area), and so it's trying to clean up your data for you during the merge. It doesn't look at that field as a room type attribute at all, it is only concerned with whether it is actively assigned or not to a person or workspace area. Personally, I think it should be called Assignment Status rather than Assignment Type, and the codes can be thought of as: Default More Like Office Assigned Office None Unassigned Office/Desk/Hotel/Meeting Room Hot Desk Assigned Hot Desk Hotel Assigned Hotel Meeting Room Assigned Meeting Room Not Assignable Not Assignable Related (because we had similar confusion around it), the Reservation Method field only applies when using the built-in Reservations layer as well, and has no purpose if you are integrating with Office 365 for reservations. Initially we wanted to do that same thing as you and tried to make the Assignment Type field multi-purpose and use it as an attribute field for room type, but I would recommend relying on the USE_TYPE field instead and letting the Assignment Type field be handled entirely by the Space Planner app (apart from your initial floor set-up, anyway). Trying to manually calculate any value there other than 'none' or 'not assignable' will lead to conflicts with Space Planner. In our case, our meeting rooms are not restricted to reservation by specific teams, so we just have them all set to "not assignable" for now. In terms of symbolization—in the Space Planner app we have Units symbolized based on Assignment Type because we only wanted to highlight desk/office availability, and so the meeting rooms are just white along with all the other common areas (corridors, bathrooms, etc.). In the Viewer app, where our folks do want to see the meeting rooms more easily so they can book, we're symbolizing based on the USE_TYPE, and we have a couple of different values for meeting rooms types (conference, enclave) that are then merged together in the Map Viewer Style options as one "Meeting Room" type, so that they only show up as one listing in the legend. Hope that helps
... View more
12-03-2025
07:15 AM
|
1
|
1
|
258
|
|
IDEA
|
@JenniferCadkin Woo! Awesome, I'm looking forward to trying it out. Thanks for the update.
... View more
12-02-2025
12:12 PM
|
0
|
0
|
290
|
|
POST
|
I'm seeing this issue as well, but while using a script and the ArcGIS API for Python to update data sources in an ExB app, rather than manually through the ArcGIS Assistant. The script swaps the config.json file entirely via resources.remove() and resources.add(). Edit: To add, I can confirm that Luci's manual workaround does work. Might not be feasible if you were trying to automate something entirely on a schedule, but for as-needed updates, it's a relatively quick fix.
... View more
12-01-2025
01:52 PM
|
1
|
0
|
178
|
|
IDEA
|
Would like to see this as well. Could've sworn that functionality was in there already and just spent a bunch of time digging for the setting, but I must have been thinking of Dashboards or something (which does have a striping option already). Table—ArcGIS Dashboards | Documentation
... View more
11-25-2025
01:39 PM
|
0
|
0
|
128
|
|
IDEA
|
If this were added, it would be nice too if there was a "paging" style option, similar to the Table widget in Experience Builder, or how the slideshow block works in StoryMaps, that would let the user tab laterally through additional pages of table records. Might help keep the story more compact and reduce the amount of scroll. Otherwise as a workaround in the meantime, @SarahKiefer you could create an Experience Builder app that is nothing but a table widget with your info, and then embed that app into your StoryMap.
... View more
11-25-2025
01:37 PM
|
0
|
0
|
265
|
|
IDEA
|
@AnninaOberrenner Reading your specific use-case: a suggestion for an alternative could be to use a StoryMap Collection and have a StoryMap for each part. Whenever you want to share the project around, just use the Collection URL and treat that as the main story item—that way readers will always see the latest parts that have been published without needing to hunt down the link/url to each individual StoryMap you release as the project goes on. Here's an example NY State Parks did where they published out a new part once a month to a single Collection: https://arcg.is/1v5D8S1
... View more
11-12-2025
08:15 AM
|
0
|
0
|
323
|
|
IDEA
|
Agree this would be really useful. For example, if had a point feature of landmarks with type and county columns, and you want to be able to use filters on the type and get a simple list of the distinct counties where that type of landmark can be found. Currently the only widget that seems to be able to group by unique/distinct values is the Chart widget, but that format doesn't work for everything. @JeffreyThompson2 There doesn't appear to be a way to get distinct values out of a text field using that method.
... View more
11-04-2025
09:02 AM
|
0
|
0
|
389
|
|
POST
|
@MollyE I was getting this same error (while calculating the area of Units in my Indoors project), and was able to resolve it by making sure I had no pending edits. Either Save or Discard them, then try calculating again. Update: This only worked in some cases. When I got this error while running Calculate Geometry on a hosted feature service, resolving the pending edits fixed it. When I got this error on the same data, but running from a local file geodatabase, clearing the pending edits did not fix the issue. However, running the Calculate Geometry Attributes tool from the Geoprocessing pane, rather than running from the Attribute Table, did work in that case.
... View more
10-27-2025
11:59 AM
|
0
|
0
|
335
|
|
POST
|
@Robert_LeClair Just the default 255 on the Text field. And the project is running out of C:\Users\UserName\Documents\ArcGIS\Projects, which I thought was a pretty standard default location for ArcGIS Pro projects. I've used that forever. That said, I found a workaround, and perhaps the root of the issue. I typically have my ArcGIS Pro set up to require enabling/disabling an editing session before edits can be made, which includes the Calculate Field function. If I disable that option in the settings, Calculate Field then works as expected. Curious if you were to turn that option on, do you get the same error I was seeing? Still seems like there might be an issue here, and I'd like to keep that option enabled to protect from unintentional edits, but at least I have a workaround in the meantime
... View more
10-27-2025
06:40 AM
|
0
|
1
|
191
|
|
POST
|
@Robert_LeClair Weird. So I did a clean install of 3.5.0, ran it again and still got the same error. Then I created a new polygon feature class within the same file geodatabase, did a mockup similar to yours, and got the same error again. I'm working with "Indoors" data which has a bunch of validation rules and such, so to rule that out, I created an entirely new file geodatabase, made another dummy layer, ran the same calculation and I still get that error. I suppose I could try going back to 3.4 to test...
... View more
10-24-2025
01:40 PM
|
0
|
3
|
205
|
|
POST
|
Hi @Robert_LeClair I did not uninstall 3.4.3 first—I used the built-in upgrade function found within Pro on the About tab. I did just try the soft reset option you shared via editing the App Data folder and registry, but no luck. I also tried clearing the local cache. Something perhaps noteworthy, in my case I have a text field with some room numbers like 1-1, 1-2, etc. I'm trying to simply add a letter P in front of them, so my field calculation looks something like NAME = 'P' + !NAME! . The message I get show it trying to add two letter P's; here's an example of the message for just one feature, but it's similar on all. WARNING 001156: Failed on input OID 1534, could not write value 'PP1-2' to output field NAME I'm also seeing this same behavior trying to calculate on a hosted feature service, in addition to a polygon feature class within in a file geodatabase. It's copies of the same data, just in two different locations. I can try rolling back to 3.5.0 and see if that works, thanks. I tried the Powershell method above (WinGet uninstall --name ArcGIS Pro 3.5 Patch 4 (3.5.4)) but I get an error that the argument only works for single packages, and I don't really know enough about Powershell to go further. I can try a full uninstall and then reinstall 3.5.0 from My Esri
... View more
10-24-2025
12:35 PM
|
0
|
5
|
514
|
|
POST
|
I'm also seeing this error (001156) since updating to 3.5.3 from 3.4.3 doing very basic field calculations with a polygon feature class in a file geodatabase, using an editing session. Simply calculating a text field by joining two other text fields, such as "!FIELD1! + !FIELD2!" etc. I've tried unchecking 'Enforce Domains' (even though my fields do not use domains). Feels like a critical issue, will try updating to 3.5.4 to see if that resolves but I don't see anything in the patch notes related to it. Update: After getting the error, I went to manually type my values into that field and when the text becomes selected it suddenly changes to what it *should* have looked like had my field calculation succeeded. But then when I click out again, it reverts back to the previous value. I then updated Pro to 3.5.4 and restarted, and when I opened the application again my expected values from the failed Field Calculation then appeared correctly. Very bizarre. If I wasn't also getting an actual error code I would've written it off as a visual bug.
... View more
10-24-2025
08:03 AM
|
0
|
1
|
524
|
|
POST
|
I'm using the Chart widget, and am trying to limit the number of categories that will display in a bar chart using the "Maximum Categories" option under the widget's Content pane; Data settings group. It is a stacked bar chart using the "Split by Field" option. However, the app/widget continues to show many more categories over the limit I've set. If I disable the "Split by Field" option, it works as intended. In the Experience Builder documentation, it only says that you must use the "By Group" category type to have this option (which I am). I did notice that if I lower the Maximum Categories number, (for example to 5) it will show less categories in the chart, but still many more than what I set the maximum number to. In the case of lowering it to 5, it instead shows 14 in the chart (out of 40) The settings I'm using are in the table below. Can anyone else reproduce this issue? Is there another undocumented requirement for this setting related to the Split by Field? Category Type By Group Category Field Text Field 1 Statistics Count Split by Field Text Field 2 Sort by Value / Descending Maximum Categories 25
... View more
10-10-2025
01:53 PM
|
0
|
1
|
342
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 4 weeks ago | |
| 1 | 12-01-2025 01:52 PM | |
| 1 | 09-17-2025 10:59 AM | |
| 1 | 09-17-2025 11:03 AM | |
| 3 | 12-04-2025 07:17 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|