|
POST
|
Hi @DavidColey, the reason is what I posted earlier, and the problem does not lie in the WHERE request, but rather in how the backend responds to this request. I've tried to communicate with our backend colleagues and see if they can help with the issue above, and I will let you know if there are any updates. Thanks
... View more
03-03-2026
06:27 PM
|
0
|
0
|
480
|
|
POST
|
Hi @DavidColey Per our colleagues' investigation, this issue lies in a bug on the service side of this special case. Here are the details (note that usually, or mostly, the "No data" issue from the Filter unique list has something to do with the service bug or limitations, but it is case by case - between many properties, so it is a bit different from the other post, I would say): When querying count, the JS API layer adds `{ returnIdsOnly: true, returnCountOnly: true }` to the query parameters. Based on the Rest API doc (https://developers.arcgis.com/rest/services-reference/enterprise/query-feature-service-layer/ ), the `returnCountOnly` should supersede the `returnIdsOnly` parameter. But the service doesn't follow the rule and returns an array of object IDs. See the actual result that conflicts the expected behavior https://ags3.scgov.net/server/rest/services/Hosted/PetitionActive/FeatureServer/0/query?f=json&returnIdsOnly=true&returnCountOnly=true&outFields=petitiontype&returnDistinctValues=true&returnGeometry=false&returnZ=true&spatialRel=esriSpatialRelIntersects&where=(petitiontype%20IS%20NOT%20NULL)%20AND%20(CHAR_LENGTH(petitiontype)%20%3E%200) Maybe you could reach out in their channel? Sorry for the inconvenience.
... View more
02-27-2026
01:46 AM
|
0
|
0
|
558
|
|
POST
|
Hi @JohnRichardson If that city logo is contained in any of your records, you can configure the “View for empty selection” in the data source settings as follows. Use the filter to point the empty to this record, and then you can see the desired effect: If you're talking about adding a separate static image, we currently do not provide such a mechanism (ENH-000137935). But the image evolves Alt text and tooltip as well, so the data method is recommended. Let me know what your case is, and thanks for bringing this up.
... View more
02-26-2026
11:14 PM
|
0
|
0
|
355
|
|
POST
|
@DavidColey We will take a look at this. Thanks for sharing the app.
... View more
02-26-2026
10:29 PM
|
0
|
0
|
562
|
|
IDEA
|
Hi @bsklafloh What is this "text editing icon" referring to? If it is the same as below, it means that you can select text and copy it without necessarily being able to edit. This is controlled by the browser (you can hover this paragraph in this current post, and it is the same behavior). Or, maybe you're talking about something else? A screenshot to illustrate might be more helpful. Thanks.
... View more
01-06-2026
08:50 PM
|
0
|
0
|
311
|
|
POST
|
No worries! Yes, if you choose the data time zone while the data is missing this info, the behavior would be unexpected. Let me know if you run into other issues. Thanks, Tonghui
... View more
12-30-2025
05:11 PM
|
0
|
0
|
702
|
|
POST
|
@MatsHardy Between two different filter widgets, the current logic should already fulfill your case. For example: See that in my first filter, I chose two states, CA and CO, then the table filters: At this time, the second filter will respond automatically to the two chosen values, and the list shrinks so that you can further filter: I use the same DS for these two filters. If that is not working for you, could you please provide a sample URL, and further elaborate on your case here? Thank you.
... View more
12-14-2025
11:02 PM
|
0
|
0
|
241
|
|
POST
|
Hi @JeffreyThompson2, when you say make a filter clause invisible, do you mean for the builder or the runtime? Currently if not choosing "Ask for values" or display labels, the clause is "invisible" for end users.
... View more
12-14-2025
10:48 PM
|
1
|
1
|
750
|
|
IDEA
|
@munwai At this time, no codes are supporting this, and it shouldn't happen in any portal versions. I tested it in the 11.5 version portal, and the option does not exist: I am not sure if you are referring to the regular SQL Expression Builder. Thanks, Tonghui
... View more
12-11-2025
01:42 AM
|
0
|
0
|
1167
|
|
POST
|
Hi @NicoleJohnson Per our investigation, it has something to do with the combination of auto layout in small/medium screen + page header, if you enable the "Skip to" feature. Not necessarily related to the new theme, though. The fix will be in the next upcoming release. The current workaround for you is - You can change the layout to Custom to avoid this bug. If you want to customize the header, you can change it in the desktop layout, use Auto, and then Custom to sync to work around it. Let me know if that works for you, and sorry for the inconvenience. Thank you for bringing this up.
... View more
12-03-2025
10:40 PM
|
1
|
1
|
849
|
|
POST
|
It can be done by adding a simple HTML iframe to your host app, with SRC to your target full app link.
... View more
11-27-2025
10:24 PM
|
0
|
0
|
1272
|
|
POST
|
@LaytonT I am a bit confused about your case, even with the help of the screenshot - do you want to use either URL of your Experience Builder application, or the home site (https://experience.arcgis.com/) in a link? Or do you want to use two links to display both of them, or even nest them in one URL?
... View more
11-26-2025
11:13 PM
|
0
|
2
|
1325
|
|
POST
|
Hi @JennaTiller_1 We've come across some similar issues with the Chart not responding to the Timeline earlier, but that was around November 2024 to March 2025 - one was due to the chart refresh mechanism, and the other was configured with message actions scenario. We haven't heard follow-up issues since the fixes. What is your environment and version, AGO, Enterprise? Also, is there a sample app that you can share with us to reproduce the issue? Thanks for bringing this up.
... View more
11-26-2025
11:00 PM
|
0
|
1
|
640
|
|
POST
|
@AFackler_NAPSG What is your portal version? If not related to the preset filters, I might have a thought about this.
... View more
11-24-2025
05:59 PM
|
0
|
0
|
560
|
|
POST
|
@BrianJohnston4 The timezone settings in Experience Builder have been supported since the 2024 Mar AGO release (portal since v11.3): If you choose the data time zone, and the data are layers from MV, then they will use the MV-defined TZ; if layers are added through REST directly, they will use the layer/service TZ. However, you need to choose that option manually since the device (local time zone) will be the default timezone. Let me know if there are still some issues in the suggested configurations. Thanks
... View more
11-24-2025
05:53 PM
|
0
|
3
|
883
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-23-2025 06:08 PM | |
| 2 | 03-18-2026 01:07 AM | |
| 1 | 03-10-2026 06:42 PM | |
| 1 | 03-10-2026 01:23 AM | |
| 1 | 03-10-2026 01:34 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|