|
POST
|
Hi Ben Turrell, Thanks for that. I put in the list all the category unique values straight from the Insert Values drop-down, and then added the for loop. It validates okay, but the "Batteries" group still isn't created.
... View more
03-13-2020
08:46 AM
|
0
|
10
|
6820
|
|
POST
|
Hi Ben, I won't have time to work on this for a few days, but I wanted to try and clarify my question. I've tried using the same variable to get more of the unique values from the table, for example, and it verified as valid. But, there were no results. if (cat == "Batteries;"){
if (cat == "Batteries;Disposable Batteries;Household Hazardous Waste (HHW);Rechargeable Battery;")
if (key == "Lead-Acid Batteries;"){
if (key == "Lead-Acid Batteries;Batteries - Single Use AA, AAA, C, D, 9-Volt;Automotive Batteries;Boat Batteries;Button Batteries;Lithium Batteries;Rechargeable Batteries;Batteries - Rechargeable, BackUp, Lead-Acid;Rechargeable;"){
return "Batteries"}
}} I also tried separating the values by comas, but that didn't produce any results either. var cat = $feature.USER_Categ
var key = $feature.USER_Keywo
if (cat == "Automobile and Boat Reuse Recycling;", "Batteries;", "Batteries;Disposable Batteries;Household Hazardous Waste (HHW);Rechargeable Battery;"){
if key == "Bicycles;","Brick ;Building Construction & Demolition Debris;Drywall;Padding;Soil;Stone;Windows;Wood-Untreated;Construction Material Reuse;Demolition Material Reuse / Recycling;", "Books - Hardcover Recycling;Books"){
return "battery"}
}
... View more
03-06-2020
06:59 AM
|
0
|
12
|
6820
|
|
POST
|
Using this help page: How To: Group unique values from multiple attribute fields in ArcGIS Pro This little Arcade script groups unique values from multiple attribute fields. I created two variables, one for each attribute field. I then grouped unique values from each of the two fields and named it Batteries. It works fine. var cat = $feature.USER_Categ
var key = $feature.USER_Keywo
if (cat == "Batteries;"){
if (key == "Lead-Acid Batteries;"){
return "Batteries"}
} How would I group multiple unique values? I've tried using multiple if statements, but that didn't seem to work.
... View more
03-05-2020
07:17 AM
|
0
|
14
|
9757
|
|
POST
|
I'm attempting to send multiple emails, and they are four separate Email Settings because each one uses a query to grab a certain field and then sends to its corresponding recipient. The tool states that emails will be sent in the order listed. I'm finding that only the Recipient Email Address in the top one is being used, while the other Recipient Email Addresses are ignored. Has anyone seen this behavior?
... View more
02-28-2020
09:03 AM
|
1
|
3
|
2552
|
|
POST
|
James, I've started using the Send Emails geoprocessing tool instead. It's available from ServiceSupport.pyt toolbox. More info here. Send email notifications - Crowdsource Reporter | ArcGIS Solutions for Local Government I've configured it to send an email based on survey submissions through Survey123 Connect.
... View more
02-27-2020
12:27 PM
|
1
|
0
|
2183
|
|
POST
|
Hi James, No, we do not use 365. We use Outlook 2013. I submitted a request for Outlook 2013 through Integromat's module search. They got back saying I could just use the Universal Email module to connect to Outlook Email. This is where I'm at now. Still getting errors. I'm not sure what the Connection name is. I've tried a few different things: SMTP server name, sign-in name, email, account name. I keep getting this error.
... View more
02-25-2020
08:16 AM
|
1
|
2
|
2183
|
|
POST
|
Hello, Our organization uses Microsoft Office Professional Plus 2013 Outlook. I'm attempting to set up a simple email notification using Integromat. Integromat doesn't have a module for Office that I can see. So, I used the Office 365 Email module instead thinking this would work. I set the workflow up, hit Run Once and then submitted a survey. But, I'm getting a DataError. I sent the email to myself using my Outlook account. It seems to have a problem with this. The thing is, I was able to successfully set up a connection to Microsoft.
... View more
02-20-2020
01:57 PM
|
1
|
4
|
2279
|
|
POST
|
Katie, The appid is found in the URL of the app's page in AGOL. And you place it in the config.json normally after "appid", yes. Or the default.js file.
... View more
02-10-2020
01:56 PM
|
1
|
0
|
5390
|
|
POST
|
Hello, I'm working on a webmap for a dashboard. And I've included attachments in my popups. But, in the popup the file name for the attachment also displays (2019_4th_opark.png). Is there a way to get rid of that?
... View more
02-10-2020
08:43 AM
|
0
|
0
|
829
|
|
POST
|
This question is similar to one already asked: Hub Site Custom Header But, I'd like to relocate the Follow Initiative up to the header. I'd also like to keep the icons for Instagram, Twitter and Facebook. Here's how I'd ultimately like the header to look. And I want to relocate the Unfollow button to the right side of the header. I took the following HTML from Standard header, but when I place it in the Custom HTML/CSS HTML box the social media icons no longer appear. I was attempting to squeeze the Unfollow HTML into this, but I'm not sure how or where. <!---->
<!---->
<nav id="ember3079" class="navbar navbar-smart navbar-default ember-view">
<div class="container in-editor">
<a aria-label="Home" href="#" id="ember3080" class="navbar-logo loading disabled ember-view"> <img
src="https://webapp.willcountyillinois.com/gisweb/images/hub_header_logo.png">
</a>
<div class="navbar-contents">
<h1 class="navbar-title">
<a href="#" id="ember3081" class="loading disabled ember-view"> Home
</a> </h1>
<div class="navbar-menu navbar-nav">
<div id="ember3082" class="responsive-tabs ember-view">
<ul class="responsive-tabs-nav " role="navigation">
<li id="ember3083" class="ember-view"> <a href="#">
Dashboard Main
</a>
</li>
<li class="dropdown hide">
<a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#"
role="button">More <span class="caret"></span></a>
<ul class="dropdown-menu dropdown-menu-right">
<li id="ember3084" class="ember-view"> <a href="#">
Dashboard Main
</a>
</li>
</ul>
</li>
</ul>
<div class="overflow-handle overflowing-left"></div>
<div class="overflow-handle overflowing-right"></div>
</div>
</div>
<div class="navbar-social">
<a href="#">
<svg draggable="auto" style="" id="ember3086" class="svgstore-image ember-view">
<title>Facebook</title>
<use xlink:href="#ember-arcgis-hub-components-hub-icons-facebook"></use>
<!---->
</svg>
</a>
<a href="#">
<svg draggable="auto" style="" id="ember3088" class="svgstore-image ember-view">
<title>Twitter</title>
<use xlink:href="#ember-arcgis-hub-components-hub-icons-twitter"></use>
<!---->
</svg>
</a>
<a href="#">
<svg draggable="auto" style="" id="ember3090" class="svgstore-image ember-view">
<title>Instagram</title>
<use xlink:href="#ember-arcgis-hub-components-hub-icons-instagram"></use>
<!---->
</svg>
</a>
</div>
</div>
</div>
</nav>
... View more
02-07-2020
07:20 AM
|
0
|
1
|
1588
|
|
POST
|
Here's the link to the example webmap and dashboard.
... View more
01-31-2020
01:49 PM
|
0
|
1
|
4254
|
|
POST
|
Rickey, Thanks for the reply. They are using Arcade in this pop-up (Details) widget. But, the Arcade is used in the "Project Stage" section only from what I can see. I had a look at their table inside their webmap and found they had links to each of the three images (costImage, scheduleImage, projectImage). So, I think I'll add some fields and then populate them with urls to my images. EDIT: So, I added fields to store the url to the images. But, now I'm wondering how that field is populated for each feature, manually or automatically...?
... View more
01-31-2020
07:26 AM
|
0
|
3
|
4254
|
|
POST
|
I'd like to know how this dashboard displayed the green check-marks? I dug into the html and found out where it was. I then attempted a couple things to try and recreate it, but no luck. I put a url to an image I have stored on a server inside the curly brackets. And I added a fieldname of a table. It looks like they might have images in a table (costImage, scheduleImage, projectImage). Does anyone know how to do that? <div style="font-size:.9em; font-family: Sans-Serif;font-weight:bold;">Project Health</div>
<div style="display:table;border-collapse: separate;border-spacing: 2px;">
<div style="display:table-row-group;color:#000000;">
<div style="display:table-row;font-size:.8em;background-color:#bbbbbb; font-family: Charcoal, Sans-Serif;color: rgba(0,0,0,.9);">
<div style="display:table-cell;width:20%;text-align:center;vertical-align:middle;line-height:10px;padding:2px;">Cost</div>
<div style="display:table-cell;width:20%;text-align:center;vertical-align:middle;line-height:10px;padding:2px;">Schedule</div>
<div style="display:table-cell;width:20%;text-align:center;vertical-align:middle;line-height:10px;padding:2px;">Project</div>
</div>
<div style="display:table-row;font-size:.8em">
<div style="display:table-cell;text-align:center;vertical-align:middle;line-height:10px;padding:2px;"><img height="30" src="{costImage}" width="30" /></div>
<div style="display:table-cell;text-align:center;vertical-align:middle;line-height:10px;padding:2px;"><img height="30" src="{scheduleImage}" width="30" /></div>
<div style="display:table-cell;text-align:center;vertical-align:middle;line-height:10px;padding:2px;"><img height="30" src="{projectImage}" width="30" /></div>
</div>
</div>
</div>
... View more
01-30-2020
02:27 PM
|
0
|
5
|
4447
|
|
POST
|
Andrew, Thanks, sounds good. It sounds good up until "replace the map". I don't see a way to replace the map. Apparently, it isn't supported: Operation dashboard - Add the ability to save as a template
... View more
01-28-2020
11:46 AM
|
0
|
1
|
1981
|
|
POST
|
In my current Citizen Problem Reporter app I have four webmaps. Each one is for a separate department in the county. Then there's one dashboard. I've been tasked with having a separate one for each department, so that in the end when the email is sent to that department the recipient can click a link to view it's own dashboard. How can I create one dashboard for each of the four categories/webmaps?
... View more
01-22-2020
09:21 AM
|
0
|
3
|
2161
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 05-04-2026 08:45 AM | |
| 1 | 04-20-2026 01:20 PM | |
| 1 | 07-24-2025 01:27 PM | |
| 1 | 11-13-2025 08:22 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|