|
POST
|
Ok. I wasn't sure how the expressions would work if given those conditions. I guess it mostly has to do with my understanding of how the scripting would work. I thought about it some more this morning and realized the reason that I wasn't able to see anything when I changed the symbology using the scripts; I realized it was on the feature service that we haven't deployed yet but will hopefully get it deployed soon. I tried testing it and I didn't see the changes that I was looking for but then I realized I didn't leave the edits long enough to see any other changes. I'm going to try this again with the scripts but leave it overnight or two to allow the scripts to work. Thanks for your help. If I find something or some way that would account for time zone changes then I'll let you know. That could be something that could be looked into. Perhaps even something to account for daylight savings as well.
... View more
07-14-2018
05:24 AM
|
0
|
0
|
1214
|
|
POST
|
Oh ok. I was trying to set up the scenario so that anything under two hours would be symbolized as one color but the thing that I want sure I'd is if I wanted to stumble a statement similar to one below: Now() < x < EditDate I was looking to see if I could write a script so that the symbology would change for the in between condition while preserving the other conditions. I just don't want to write the script that ends up satisfying two arguments. If there is a way to achieve this without creating separate conditions that might be satisfied that either leaves a gap or overlaps because I'm not sure if there is or not. I'm looking to satisfy one set of conditions without overlapping or leaving a gap. Amy idea would be greatly appreciated. Thanks Robert
... View more
07-13-2018
03:02 PM
|
0
|
3
|
3272
|
|
POST
|
I tried using this script below but I cannot say for certain where I am going wrong. I tried modifying the script that you sent me earlier, but it only return two of the values. I will keep trying but if you manage to figure it out would you mind letting me know so I can work through and see where I was making mistakes. var Edited = Date($feature.EDITDATE); if(DateDiff(Edited, Now(), Hour(Now()-Edited<2))){ var Status = 'In Progress'; } else if(DateDiff(Today(), Edited, (Hour(Now())-Hour(Edited)>1<8))){ var status = 'Current'; } else if(DateDiff(Year(Edited), Year(Now()), 'years')<=1){ var status = 'Completed'; } else { (DateDiff(Year(Edited), Year(Now()), 'years')>1) var status = 'Not COmpleted'; } return status Thanks, Robert And to respond to your question about the parser I do not know. It is really confusing to debug, but hopefully Esri might find a solution for it. I can see where certain characters close and which ones do not but in either case it is a bit complicated.
... View more
07-13-2018
01:05 PM
|
0
|
5
|
3272
|
|
POST
|
Thanks Nick. I was trying to write an else if statement but because I don't fully understand the context of how these scripts are written, it makes it difficult to write. I thought I was writing it correctly because I wrote it as: if(DateDiff(Edited, Now(), Hour(Now()-Edited<2))){ var Status = 'In Progress'; } else { if(DateDiff(Today(), Edited, (Hour(Now())-Hour(Edited)>1<8)))} var status = 'Current'; } else { if(DateDiff(Year(Edited), Year(Edited),'years')=0) var status = 'Completed' } } } return Status I apparently was close but wasn't sure if the way I was writing it would even work. I had something written like this and it tested out correctly but then I changed something and couldn't get it back. So I will keep trying to see which script works. I am using the editor tracking date to see if we can use this kind of symbology to keep track of workers in real time. Thank you very much Nick. If do find one that works I will be sure to post it. Thanks, Robert
... View more
07-13-2018
12:34 PM
|
0
|
6
|
3272
|
|
POST
|
If i wanted to add a third condition such as the past hour or two in addition to the script above. How would I go about writing that. I tried a few things, one of them worked but when I tried adding a third, it didn't. Is there a way to write a script so that I can symbolize the past hour as one symbol, the current edit date as another, and then anything beyond the current edit date as another. Thanks, Robert
... View more
07-13-2018
11:28 AM
|
0
|
8
|
3272
|
|
POST
|
Thanks Nick. I was able to get it to work perfectly fine. I changed the $feature.Edited to $feature.EditDate which made the arcade script work with what I was looking to do. I tested to see if it works and so far it works the way I was hoping for. So thank you very much for your help. I tried several things and I wasn't sure what I was doing wrong since I am also new to this. I realized there are more capabilities for symbology than I thought otherwise, so I thought to look into it further.
... View more
07-13-2018
05:48 AM
|
0
|
0
|
3272
|
|
POST
|
Hi, I was wondering if there is script for the arcade functions in the web map style to show the current edit date as one style and the other edited dates as another. I am looking to symbolize the difference between what is current and what isn't. Any help would be greatly appreciated. I can symbolize today and now but I want to symbolize based on the edit dates. Thanks, Robert
... View more
07-12-2018
09:50 AM
|
0
|
16
|
5034
|
|
POST
|
Thanks Aaron. I wasn't sure since I looked into Workforce but I guess I didn't check to see how I could use an existing service. I was aware of other things such as utilizing survey123 and other things but I think I vaguely forgot about creating assignments from existing services. Thanks
... View more
07-10-2018
01:01 PM
|
0
|
0
|
1494
|
|
POST
|
Hi, I was wondering if there was a way to create assignments in Workforce automatically with survey123 or any other means without having to generate assignments manually. I am simply looking into automating certain tasks so any help would be greatly appreciated. Thanks, Robert
... View more
07-10-2018
07:08 AM
|
3
|
14
|
5406
|
|
POST
|
Hi, I was wondering if it is possible to use feature services for assignments in workforce or if there are other things that can be done is tandem with workforce. I am familiar with workforce and collector being used simultaneously, but I was looking to see if it is possible to combine feature services and workforce simultaneously. Thanks, Robert
... View more
07-10-2018
05:35 AM
|
0
|
4
|
1867
|
|
POST
|
Hi, I was wondering if it might be possible to enable the time slider in the web app builder dashboard to filter the layers so that the infographic widget updates based on the time slider drawing layers. I know that currently the inforgraphic widget does not filter in conjunction with the time slider but I was just wondering if it could be done. Thanks, Robert
... View more
07-02-2018
09:13 AM
|
1
|
9
|
2889
|
|
POST
|
Hello, I was wondering if it would be possible to enable the time slider to also behave like a filter to filter features based on time and have the web app builder infographic to adjust based on the time slider drawing layers. Thanks, Robert Phillips
... View more
06-26-2018
04:42 AM
|
0
|
0
|
542
|
|
POST
|
Hello, I was wondering if there are any future updates to the web app builder in ArcGIS Online because I was looking to see if the full capabilities in the Dashboard for 2D scenes can also be applied to 3D scenes as well. I was playing around with the 3D scene Web App Builder and I noticed that there are not as many capabilities for 3D scenes as there are for 2D scenes. Is there by any chance that Esri will be working on developing the Web App Builder a bit more because I would like to see the full functionalities for 3D scenes as it is for 2D scenes. Thanks, Robert Phillips
... View more
06-26-2018
04:22 AM
|
1
|
6
|
2024
|
|
POST
|
Thanks Mike, I meant to respond earlier for your help. I have yet to implement this but I was just curious about it because I was thinking it might be useful for my department. I have yet to see if my supervisor and manager would be willing to utilize workforce in this manner. Also, are there other sites that you could help point me to that could help me fully understand how to integrate most of Esri's applications such as workforce and survey 123. I know about navigator but I am looking to use some of the others and see in what other ways people have integrated these applications, or even other 3rd party apps. Robert Phillips
... View more
06-19-2018
10:55 AM
|
0
|
0
|
2608
|
|
POST
|
Hi, I was wondering if there is a way to integrate Survey 123 and Workforce so that forms filled out in Survey 123 can be pushed to Workforce as assignments automatically for workers (i.e, When someone fills out the form saying they would like to locate something on their property, have that form either become the assignment or push another assignment for the worker)? Thanks, Robert Phillips
... View more
06-14-2018
06:23 AM
|
2
|
7
|
4619
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 4 weeks ago | |
| 1 | 4 weeks ago | |
| 2 | 11-26-2025 11:44 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|