|
POST
|
Are you able to query the data using the query rest endpoint of that service? That would be my fist check just to make sure the data is being served properly. I use tables for my custom widgets to populate drop down fields but never try to add the table directly to a pre-existing widget. Possibly not supported but I am not sure.
... View more
10-05-2023
04:49 AM
|
0
|
2
|
1253
|
|
POST
|
That is the epoch time which is a unix timestamp. This is purely a guess but maybe it is happening because you are filtering the list values using a previous expression.
... View more
08-01-2023
12:01 PM
|
1
|
0
|
1569
|
|
POST
|
This does not appear to be a GIS issue. It looks like you have an expired certificate at https://apo.co.wahkiakum.wa.us. Looks like it expired 6 days ago.
... View more
07-26-2023
04:51 AM
|
1
|
0
|
1458
|
|
POST
|
Done. Lets get some like on it to gain visibility. Thanks. ExB Dev Edition Community Idea
... View more
07-06-2023
05:04 AM
|
0
|
0
|
952
|
|
IDEA
|
Set up a specific page in the ESRI community for questions/conversation regarding the Dev edition of Experience builder. This can alleviate confusion between the hosted versions and the dev version.
... View more
07-06-2023
05:02 AM
|
9
|
1
|
983
|
|
POST
|
Can there be a page set up in the community specifically for questions regarding the Dev edition of Experience builder?
... View more
06-07-2023
09:16 AM
|
2
|
2
|
1028
|
|
POST
|
You can keep an eye on status here. Looks like as of May the Geoprocessing is listed as "Planned".
... View more
06-07-2023
09:10 AM
|
0
|
0
|
7110
|
|
POST
|
I am trying to create a buffer but I am getting an exception that simply states 'geometry'. the strange part is that when I watch the request in fiddler, the buffet POST request does not have any form data included with it except f=json. So the data returned is just the description for the service. Here is how i am performing the buffer in my code. Any ideas on why this is not functioning as expected? from arcgis.gis import GIS
from arcgis.features import FeatureLayer, FeatureCollection, FeatureSet, use_proximity
from arcgis.geometry import Geometry
from arcgis.geometry.functions import buffer, simplify
geom = Geometry(resultPath.features[x].geometry)
print (geom.type)
try:
#path_buffer = use_proximity.create_buffers(resultPath.features[x], distances=[1], units = 'Miles')
path_buffer = buffer(geometries=geom, distances=[1], unit="esriMiles", in_sr = "4326")
print(path_buffer)
except Exception as e1:
print('Buffer Error Details:')
print(e1)
... View more
05-09-2023
06:53 AM
|
0
|
0
|
623
|
|
POST
|
Here are some things i would try first. See if user can log into portal directly? If not are permissions OK? Clear browser cache. Based on the 400 error maybe flushing the DNS will help. Type 'ipconfig /flushdns' in the Command Prompt, and press Enter.
... View more
05-08-2023
04:58 AM
|
0
|
0
|
1027
|
|
POST
|
OK That makes it a bit more clear. I am not sure I fully understand your requirements but I think I would just put logic in your welcome widget that determines when/if the second widget should be opened. Then depending if it is in panel or off panel widget, call the openPanel or openWidget function. If you need to close the welcome widget first you can do that as well. Here is a link to the close widget documentation and Open will be similar. close-widget-programmatically
... View more
05-04-2023
05:07 AM
|
0
|
0
|
1428
|
|
POST
|
Is the data that the situation awareness tool analyzing the same data you are showing on the map? This is as designed as far as i can tell. For instance if i have a layer of points in my map turned on and i have a situational awareness tool set to analyze that same layer, as soon as I turn on situation awareness the points layer will not be visible on the map. Once you draw your selection it will properly select the points. Then i have to click the results tab on the tool to have the points show. Again i think this is as designed.
... View more
05-03-2023
10:15 AM
|
0
|
0
|
3024
|
|
POST
|
By "Welcome" widget are you referring to the Splash Widget? I also am not sure what you mean by default widget. However I might be able to help. In WAB Dev you can have a splash screen which will open first and the map will load behind it. You can set any other custom widget to open automatically. This is done by utilizing the little circle that appears on the lower left corner of the widget when adding the widget to your app. The image below is my widget with it enabled to turn on by default. In my example the splash screen opens but this widget and map loads behind it so when the user clicks through the splash screen, everything is ready to go. Hope this helps. If not clarify a bit further and i will see how i can help.
... View more
05-03-2023
05:16 AM
|
1
|
2
|
1445
|
|
POST
|
Looks like I have this figured out. I originally zipped up my entire WAB directory so all files would be backed up. When checking the zip file I noticed that 3 files in the server/db folder were missing. I am not sure why these get omitted. So it is best to save these files separately and copy them back in after restoring from the zip file.
... View more
03-23-2023
05:33 AM
|
1
|
0
|
866
|
|
POST
|
So I had to get a new laptop and had a backup of the entire WAB Dev directory saved in a zip file. I figured I could just bring to my new computer and be up and running after extracting the backup package. WAB starts up fine and connects to my portals but all my apps are missing from the page. I checked and they are in the apps folder as expected. Is there any way to get the apps to be recognized again. I would like to keep the numbering as i have processes tied to the numbered folders.
... View more
03-22-2023
01:02 PM
|
1
|
1
|
890
|
|
POST
|
One option might be to use the Near Me widget with the search distance set to 0 (or very low). https://doc.arcgis.com/en/web-appbuilder/latest/create-apps/widget-near-me.htm
... View more
03-22-2023
05:01 AM
|
0
|
0
|
1187
|
| Title | Kudos | Posted |
|---|---|---|
| 4 | 03-12-2025 11:01 AM | |
| 3 | 01-08-2025 09:26 AM | |
| 1 | 01-08-2025 07:19 AM | |
| 1 | 12-06-2024 04:52 AM | |
| 2 | 03-19-2024 04:36 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|