|
POST
|
I configured a Filter widget so that you can select multiple predefined values from the dropdown menu. I used the 'contains' condition since the field contains a list of concatenated values, for example: '2020-2021', 2019-2020', 2018-2019', and so forth. I want to be able to set an 'AND' condition for filtering the checked values, but the default behavior seems to be set to 'OR'. I know I have the option to select a condition if I add a filter for each year range, but I don't want to do that. The years range from 2008 to 2021 and that's too many filters. What's weird is that in the main app config there appears to be a "logicalOperator" property in the 'sqlExprObj' for each filter. I tried changing the property value to "AND" but it made no difference, like the property is being ignored. Was wandering if I am missing something, or is something that isn't currently possible.
... View more
12-12-2022
12:09 PM
|
0
|
0
|
812
|
|
POST
|
Yes, I thought that was the case. I just realized that I don't need to start online, then import locally with ExB. Lesson learned!
... View more
11-18-2022
06:40 AM
|
0
|
0
|
1750
|
|
POST
|
I am having an issue when trying to import an Experience Builder online application to the developer edition. I just get a very generic error stating; "Failed to import the app 'App Name'". I know there is a log file some place where I can find more information about the error, but I don't know where to look for it. If anyone knows where this file is location please let me know. Thank you! As a follow up, I have been troubleshooting and it appears that any applications I created in EXB online on or before 10/5 I am able to import with EXB developer, but the most recent apps created on or after 11/11 have been producing the error. This leads me to think that there was an update to EXB online that is causing the issue, so I am curious if any one else has had the same problem or is this specific to my install.
... View more
11-18-2022
04:57 AM
|
2
|
3
|
1799
|
|
POST
|
Link to current web app: https://myfwc.maps.arcgis.com/apps/View/index.html?appid=87162eec3eb846218cec711d16462a72 Link to Experience Builder app: https://experience.arcgis.com/experience/1066021bd1024002852411581393d795/ It appears that when the EXB app first loads, the layer is drawn correctly, but as soon as I zoom in to an area the drawing order gets refreshed and the drawing order gets inconsistent. Thank you!
... View more
10-28-2022
07:12 AM
|
0
|
0
|
1092
|
|
POST
|
I am updating a current Web AppBuilder application to Experience Builder and the drawing order of the features is important. I understand that by default the drawing order is set using the OBJECTID field in descending order which seems to be working as expected in Map Viewer Classic. When I add the layer to the newer Map Viewer, however, the features do not draw in the correct order. I also tried to use the same Map Viewer Classic version of the map in my new Experience Builder app, but I am assuming that the map gets converted to the newer Map Viewer version because the drawing order was incorrect. I am fairly certain that this is a bug in the newer map viewer and I hope it is being addressed, but in the meantime if anyone knows of a work around to get the features to draw correctly please advise. Here is a link to the Esri documentation that describes how to set the display order: https://doc.arcgis.com/en/arcgis-online/create-maps/set-feature-display-order.htm In step 6 it explicitly states that the features should display (if default is selected) by object ID 'with features assigned higher IDs displayed on top'. This is not happening. Also the sort toggle to the right is disabled for the object ID field so there is no way to test to see what is happening. Please refer to images: This is the correct drawing order (from the Web AppBuilder app with the classic map viewer) The layer drawing order is incorrect. (from newer Map Viewer and Experience Builder). The point furthest to the top should be red and the second point from the bottom should also be red. One more thing to add that I just noticed is that the drawing order changes when the map scale changes, so zooming in and out will cause the points to change color!
... View more
10-28-2022
06:39 AM
|
0
|
3
|
1143
|
|
POST
|
Just as a follow up, I suspect that the panel that is blocking my widget may be a container for the other widgets that are docked at the bottom of the screen when opened. If this is the case the container needs to be closed when no widgets are open, otherwise I loose a lot of screen real estate and the map tools aren't positioned properly.
... View more
10-07-2022
08:35 AM
|
0
|
0
|
908
|
|
POST
|
I found a possible bug in the mobile layout when trying to add a Bookmark widget to the bottom left of the screen. I noticed that only the top button was working and that the cursor would only change when hovered over the top button. I don't have any elements added to the map in that area that could have been blocking the widget so I checked the Chrome inspector and found that there is an element that is blocking about the bottom 1/4 of the map. Also, it appears to be pushing up the map tools that should be docked in the bottom right corner. I can set the display of the element to none in the inspector, but this is temporary and I need a permanent fix. Please see images below: You can see the size of the blocking div. Setting display to none fixes the issue, but don't know if that is just a temporary fix. I just started using Experience Builder and am not familiar yet with the development environment, so if anyone can point me in the right direction to at least try setting the display to none that would be a big help.
... View more
10-07-2022
08:30 AM
|
0
|
3
|
912
|
|
POST
|
That's what I suspected, but I wanted to make sure that wasn't missing anything. I am using version ExB version 1.9 and I am referring to the labeling for the Filter widget. Please see screenshot: I am using a custom theme (which is dark) and I want to set the Filter widget background to transparent as in the image above. Since I cannot set the label color in the custom theme properties, the label doesn't show up over the imagery. My solution was to set the theme to dark (which updated the label color to white), then reset the custom theme and that seemed to do the trick. Another solution is to remove the labeling and create text boxes for the labels which would be the best option if I don't want to use the black dropdown menus (still deciding).
... View more
09-26-2022
05:28 AM
|
0
|
0
|
2787
|
|
POST
|
Yes, this seems identical to the same issue you were having, the only difference is that I am filtering the map by selection. I will be sure to post an update as I attempt to work through the issue.
... View more
09-26-2022
05:01 AM
|
0
|
0
|
2124
|
|
POST
|
I have published an image service using a raster dataset with a 32 bit floating point pixel depth and a raster function template with stretch symbology. The problem I am having is that when I pull the service into a web map, the symbology appears to change to RGB even though the template is being applied. I am wandering if this is a bug and if so, is there a workaround because I haven't found one yet. The RGB legend is no good. I need to create an Experience Builder application using this map and I need a valid (dynamic) legend that depicts the max min values in the image. I have tried to publish the image service with classified symbology, but I still get the same RGB legend! I was able to use a user defined renderer in the web map and select a stretch symbology, which produces the correct legend and works as long as a custom color ramp isn't needed. Just curious if I am missing something of if any one else has had a similar issue and found a better solution.
... View more
09-20-2022
05:42 AM
|
1
|
2
|
1138
|
|
POST
|
Thanks for the info. I think in my case it may have had something to do with an action that I had configured for a table widget. I noticed that the issue with the dropdown started to occur after I configured a table widget to sync with selections, or query results. Still not sure if this is what was causing the query menu not to populate, but when I removed all of the table actions, the problem went away. I still need to figure out a way to sync a table with the query results without the dropdown menu being affected, but if I do I will be sure to post the solution.
... View more
09-19-2022
04:44 AM
|
0
|
2
|
2154
|
|
POST
|
I am trying to query a boat ramp database and none of the dropdown menus will populate with the unique values from the field. The layer is loading and the values are visible when I configure the clause in the Expression Builder. However, when turn on live view, or open the preview and try and select from the menu, the values won't load: This has been worked just fine until today, so I have no idea what to do. I tried deleting the widget and starting over but got same results. Also, I have two other Query widgets configured with other map layers and I don't have this issue. Also, if I add multiple expressions none of them will populate. It can't be an issue with the data, because it loads in the map: Has anyone else had this issue or may know what is causing it?
... View more
09-16-2022
09:31 AM
|
1
|
6
|
2199
|
|
POST
|
I have added the Filter widget to my map and the default label color is black, but I have a dark theme and the labels don't show up. I am not seeing any style options for the labels in the Filter widget properties, am I missing something?
... View more
09-12-2022
10:50 AM
|
1
|
2
|
2843
|
|
POST
|
I am new to Experience Builder and have been learning how to create an application in the Online version. One thing I can't figure out is why I cannot set the Style setting for the widgets. This seems to be a limitation when I add the widget to the Widget Controller vs dragging the widget into the map. If I drag into the map, I have full control of styling, but I no longer have a button to open and close the widget. It would be nice to have the icon in the header and also have control over positioning of the widget when it is open. Does anyone know how to do this, or am I missing something obvious?
... View more
08-12-2022
08:52 AM
|
0
|
1
|
1443
|
|
POST
|
I am using 3.x and I need to start specifying that in my posts. Actually, I think I found the issue. I was actually clearing out the labelLayer graphics in another function and didn't realize, so just a stupid mistake. I now have access to the graphics! Thanks!
... View more
05-11-2022
11:44 AM
|
0
|
0
|
1218
|
| Title | Kudos | Posted |
|---|---|---|
| 8 | 10-28-2025 10:15 AM | |
| 2 | 10-14-2025 06:36 AM | |
| 1 | 09-16-2022 09:31 AM | |
| 1 | 06-13-2024 05:45 AM | |
| 1 | 06-26-2025 06:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-06-2025
04:20 AM
|