|
POST
|
I am trying to install ArcGIS Server 10.7.1 son a Linux machine. I get no error message. I know I'm using the Linux installer and not Windows. I am using the command line to complete the installation. It passes ALL the pre checks or requirements. When it gets to the stage of the launcher it does not continue for me to click next. Does anybody have any idea why this is happening? Kind regards, Daniel
... View more
11-25-2019
10:39 AM
|
0
|
3
|
1479
|
|
POST
|
I have an issue working with ArcGIS Pro Deployment Solutions tool. All I do is open a new project, click on the Deployment Solutions tool and the program crashes in less than a second. What can be related to this issue? I am already administrator on the machine, I don't use any data, and I haven't been able to replicate the problem in other machines. I'm attaching images of the issue.
... View more
10-28-2019
11:36 AM
|
0
|
1
|
1353
|
|
DOC
|
Hi Jake, Thank you for your reply! We already tried that route but didn't find a way to implement the filter we wanted through Arcade. Arcade successfully shows the features we want to see, but doesn't filter them in the attribute table. This means that we can still select features from other years on the map even though they're not visible.We used the following Arcade code: var dateField = "fecha" //Date Column var CurrentYear = Year(Now()) //The following statement 'selects' the features that occured between 2018 and 2020 (ie. 2019) if(Year($feature[dateField]) > CurrentYear-1 && Year($feature[dateField]) < CurrentYear+1){ return '2019' } Is there a way we could also dynamically filter features from the attribute table using Arcade?
... View more
10-28-2019
07:04 AM
|
0
|
0
|
4351
|
|
DOC
|
I've been having an issue regarding this topic. I have this layer in a web map with point features that represent a type of incident. Each incident has a date of occurrence (a column with a date format named fecha) associated to it with no information on time (dd/mm/yyyy). I want the web map to filter the layer so that it only shows incidents that occurred this year by editing its JSON file (using AGOL Assistant) and inserting a dynamic date SQL Query. Here is what I’ve been trying to use: (EXTRACT(YEAR FROM fecha) = EXTRACT(YEAR FROM CURRENT_DATE)) The query filters the layer by equating the year from the DATE column (fecha) to the year corresponding to the current date. The query works, but it returns all the incidents that occurred on the current year (2019) except for December 31 of that year. However, it also includes the incidents occurring on December 31 of the previous year (2018). I don’t know if someone has already experienced this and if there’s a workaround.
... View more
10-25-2019
10:46 AM
|
0
|
0
|
4351
|
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|