|
IDEA
|
I would like to recommend that the chart viewer instant app have a more obvious way to switch between multiple charts. Right now, there is a 3 button icon that I am not confident the general public is going to notice so I will need to write instructions in the intro panel. Maybe a drop down list or better, some tabs with the name of the chart already listed.
... View more
11-03-2021
07:19 AM
|
1
|
0
|
443
|
|
POST
|
I've created a chart viewer instant app. The logo is missing and just shows the placeholder image and text which runs into the title in the header. I know it's in beta so I'm not sure if it's the app or on my end. I have a logo uploaded to my org and I don't see anywhere else to change the logo in the app config.
... View more
11-03-2021
07:11 AM
|
0
|
17
|
4949
|
|
POST
|
Everything looks good here. Thanks for moving quickly on this!
... View more
10-28-2021
09:18 AM
|
0
|
0
|
1483
|
|
POST
|
I noticed after the recent update to Hub with the font size change that the color of the font inside my search card changed. Now, it's white like the background and only if you hover over the previously searched words can you read what is there. I did not have any custom colors set up so I don't know where the option to change this is. I thought this was part of the default font color. In this image below, "land use" only appears when my mouse is hovering over it. I assume the default changed to white somehow which matches the background.
... View more
10-22-2021
09:25 AM
|
0
|
6
|
1556
|
|
POST
|
I have a file geodatabase that is being hosted as feature layer on AGOL. It has both layers and tables. I have several web maps set up with both layers and tables in them which are being used for several dashboards. I need to update the schema of my database (so uploaded a new one) and assumed I could use AGOL assistant to update the URLs in the web map. The update to the layer URL seems to be working, however the tables still point to the old layer. I tried to find/replace the path and also tried to update the JSON directly. Is this a limitation with the Assistant? Do I have to recreate all the web maps?
... View more
09-28-2020
02:25 PM
|
0
|
0
|
875
|
|
POST
|
I have a time series table with a value field for each day. I need to create a expression to add a field showing the date from 4 days previous to the current date and the value from that earlier date. I see there is a DateAdd function but I kind of need the opposite of that. Not sure DateDiff will work because it's calculating the difference between two known dates. I know the current date and the difference, but the second date is unknown (and will change every day when the data updates). For example, 1) subtract 1/1/2020 - minus 4 days = 12/28/2019, 2) Find the value from 12/28/2019 and assign it to the expression to display in the pop up. Thanks for any ideas.
... View more
09-09-2020
12:11 PM
|
0
|
1
|
3081
|
|
POST
|
Will this work for a file GDB? I added this parameter and got the error: "User cant overwrite this service, using this data, as this data is already referring to another service. (Error Code: 500)" This GDB is only being used in one service.
... View more
08-28-2020
06:06 AM
|
0
|
1
|
2882
|
|
POST
|
That's great to know! How soon is soon? (I'm on a bit of a time crunch - would like to be able to pass on an estimate). Thanks!
... View more
06-01-2020
10:15 AM
|
0
|
0
|
1827
|
|
POST
|
I went to create a page on my basic Hub site today. I clicked on new page, added the title and clicked Next. It appears the page is created as the template for a new page appears. I made a couple small edits, then clicked on Save, then View. The View links to "null" - there is no address (just "null" in the address) so a blank page opens in the tab with an error. Then when I go back to the list of pages in the Hub, the new page is not there, only the two existing ones. I have only had it open in one tab and I haven't been working on this site in a couple weeks at least. Seems like something on the back end perhaps? Edit: It seems to be specific to this Hub as I just tried to add a page on a different Hub and it worked as expected.
... View more
06-01-2020
09:33 AM
|
0
|
5
|
1886
|
|
POST
|
Thanks for providing this sample - I'll see if I can make it work. I had some real hope today that Esri's new Coronavirus Recovery Dashboard was going to take care of this for me but alas, they require that the data already has the daily increase to calculate the trends.
... View more
05-11-2020
08:22 AM
|
0
|
1
|
1489
|
|
POST
|
Thanks for the quick reply, but I'm afraid I do not have that extension. Sounds ideal though.
... View more
05-07-2020
10:11 AM
|
0
|
0
|
1489
|
|
POST
|
I am working with COVID19 case data and created a dashboard. I have a Jupyter Notebook inside ArcGIS Pro to process the heath dept.'s CSV file everyday. That said, I am a complete novice with Python and fumbled my way though but got something working. I now have a request to show the daily change in cases from the previous day. The source data table just lists the cumulative cases each day over time and lumps the dates together: ID Date FIPS Cases 1 5/7/20 001 25 2 5/7/20 002 13 3 5/6/20 001 23 4 5/6/20 002 9 5 5/5/20 001 21 6 5/5/20 002 8 7 5/4/20 001 21 8 5/4/20 002 6 I would like to add a field where it contains the change in value from the previous day: ID Date FIPS Cases Difference 1 5/7/20 001 25 2 2 5/6/20 001 23 2 3 5/5/20 001 21 0 4 5/4/20 001 21 0 (because this is the starting value) 5 5/7/20 002 13 4 6 5/6/20 002 9 1 7 5/5/20 002 8 2 8 5/4/20 002 6 0 (start) The goal is a time series chart showing the sum of the daily changes for all FIPS by date (but might need to show them by FIPS as well). I know others are doing it but maybe their source data is supplied that way. This seems like it should be fairly simple but I don't know where to start. Right now I am downloading the csv, truncating the table in my GDB, then appending the csv data to the table to refresh it every day. I think I need a bit of code to run daily to recalculate the difference after I grab the new day's values. Appreciate any direction. Thanks!
... View more
05-07-2020
09:50 AM
|
1
|
5
|
1619
|
|
DOC
|
No, it's the New York Times .csv file which has daily cases by county. The script downloads the data from Github and saves it as a table in my geodatabase. I think this is different that what you are doing as I am not appending, it's replacing the whole table. I don't think when that table gets updated tomorrow, the changes are going to propagate to AGOL. I wonder if this is something model builder can do for me. This aspect of Pro is new to me so trying to figure it out as I go. Thanks again.
... View more
04-09-2020
10:56 AM
|
0
|
0
|
5543
|
|
DOC
|
Thank you, this was helpful. Can you elaborate on how the data is updated from Pro to AGOL? I am using a script provided by Esri to download cases data automatically to my geodatabase daily, but I am unsure how to automate the make query table, export to feature class, and republish to AGOL.
... View more
04-09-2020
09:11 AM
|
0
|
0
|
5543
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 08-28-2024 12:18 PM | |
| 2 | 12-22-2022 12:40 PM | |
| 1 | 11-03-2021 07:19 AM | |
| 1 | 12-16-2021 12:02 PM | |
| 3 | 04-22-2015 09:34 AM |