POST
|
Oh sorry, it is around the Boulder area in Colorado.
... View more
03-02-2021
11:34 AM
|
0
|
0
|
1365
|
POST
|
It comes from a export of a data base. The first 3 zeros are for formatting in a proprietary system, so ignore those. Ive tried to input the decimal at the 3/4/5 positions and still came up wrong.
... View more
03-02-2021
09:23 AM
|
0
|
0
|
1385
|
POST
|
Hi, I received a .txt file that has the following info as coordinates: 0003066475 and 1236027 with no frame of reference as to where the decimal is suppose to be or which one is x or y. Any assistance on how this is suppose to be structured would be great. Thanks!
... View more
03-02-2021
08:47 AM
|
0
|
4
|
1426
|
POST
|
Hi Is there a way to make another column based required based on a domain in a different column. For example If Column "Reason" has "N/A" then column "Details" should be required to be filled in. If this is possible anyone got any examples. I would like to do this in AGOL.
... View more
10-06-2020
01:42 PM
|
0
|
0
|
543
|
POST
|
1. That code was wrong I mis-copied so apologies 2. I got it to work by changing the structure and just doing a bunch of else if clauses. See the screen shots below: I was overly complicating it
... View more
08-14-2020
08:05 AM
|
0
|
0
|
1775
|
POST
|
To Continue this, I am finding that the expanded code is not yielding the corresponding results. Any thoughts? if (DomainName($feature,'InSta') == 'To Be Installed'){ if (DomainName($feature,'WA') == '8/10/2020 - 8/16/2020'){ return 'Priority 1 Install'; } else if (DomainName($feature,'WA') == '8/10/2020 - 8/16/2020'){ return 'Priority 2 Install'; } else if (DomainName($feature,'WA') == '8/24/2020 - 8/30/2020'){ return 'Priority 3 Install'; } else if (DomainName($feature,'WA') == '5/25/2020 - 5/31/2020'){ return 'Do Not Install' } else { return 'Installed'; } }
... View more
08-14-2020
07:34 AM
|
0
|
2
|
1775
|
POST
|
I noticed you used single quotes over the $feature,'Insta' and $Feature,'WA' vs my double quotes. Was that the issue?
... View more
08-12-2020
09:17 AM
|
1
|
4
|
10596
|
POST
|
So in my code it is not recognizing that 'To Be Installed' Is a Code
... View more
08-12-2020
08:44 AM
|
0
|
7
|
10596
|
POST
|
Taking the quotes away on the date range makes it turn blue, which I am assuming is the code recognizing the Domain code/name. Removing the quotes from the 'To Be Installed' seems to nullify the expression and create an error. Otherwise, the expression will return no values which is wrong.
... View more
08-12-2020
07:24 AM
|
0
|
9
|
10596
|
POST
|
The domains are indeed strings. It is not a Date type column. Also the " " around "WA" should be ' '. Apologies.
... View more
08-11-2020
01:15 PM
|
0
|
11
|
10596
|
POST
|
Hi I am trying to parse out a conditional expression for visually displaying locations in Arcade (Arcgis Online) that contains two domains and I am either A, not getting the resultant I want, or B getting an error, depending on how I structure it. if (DomainName($feature,"WA") == 8/10/2020 - 8/16/2020 && DomainName($feature,"InSta") == 'To Be Installed') {Return 'Needs to Be Installed'} This version returns null values. Any help would be appreciated!
... View more
08-11-2020
12:45 PM
|
0
|
14
|
12506
|
POST
|
Sorry for my late reply. Our data is indeed dynamic, but I think the easier thing to do is roll that info into a dashboard for easy digestion for our non GIS folks. Thanks for your help! [Tirrell Brown GIS Analyst Northwest Edison at Industrial Light & Energy, Inc. O 425.806.9200 | m 425.420.4672 | f 425.806.7455 DUNS: 039367516 CAGE: 3k3b9] <https://www.facebook.com/Northwest-Edison-631874700167141/> <https://www.instagram.com/northwest_edison/> <https://www.linkedin.com/company/northwest-edison/> <mailto:tirrellb@nwedison.com> Please consider the environment before printing this email. This email may contain information that is confidential or attorney-client privileged and may constitute inside information. The contents of this email are intended only for the recipient(s) listed above. If you are not the intended recipient, you are directed not to read, disclose, distribute or otherwise use this transmission. If you have received this email in error, please notify the sender immediately and delete the transmission. Delivery of this message is not intended to waive any applicable privileges
... View more
05-28-2020
08:13 AM
|
0
|
0
|
4569
|
POST
|
You pretty much answered my question as what I was attempting to do was to have the number appear in the symbology. Thanks! [Tirrell Brown GIS Analyst Northwest Edison at Industrial Light & Energy, Inc. O 425.806.9200 | m 425.420.4672 | f 425.806.7455 DUNS: 039367516 CAGE: 3k3b9] <https://www.facebook.com/Northwest-Edison-631874700167141/> <https://www.instagram.com/northwest_edison/> <https://www.linkedin.com/company/northwest-edison/> <mailto:tirrellb@nwedison.com> Please consider the environment before printing this email. This email may contain information that is confidential or attorney-client privileged and may constitute inside information. The contents of this email are intended only for the recipient(s) listed above. If you are not the intended recipient, you are directed not to read, disclose, distribute or otherwise use this transmission. If you have received this email in error, please notify the sender immediately and delete the transmission. Delivery of this message is not intended to waive any applicable privileges
... View more
05-27-2020
08:33 AM
|
0
|
2
|
4569
|
POST
|
Hi All, I am looking for an arcade expression to display the following: I have 3 categories 1. yes 2. no 3. other each with counts. Is there a way to express both the text category and the associated counts using an arcade expression. I tried to sum/count the text strings and it didn't go how I thought. Any help would be appreciated.
... View more
05-26-2020
04:15 PM
|
0
|
4
|
4638
|
Title | Kudos | Posted |
---|---|---|
1 | 08-12-2020 09:17 AM | |
1 | 06-27-2019 07:09 AM |
Online Status |
Offline
|
Date Last Visited |
03-02-2021
01:16 PM
|