POST
|
Did you resolve this problem I am having same exact issue and cannot get around it
... View more
06-08-2022
12:36 AM
|
1
|
0
|
1076
|
POST
|
Xander I was looking to do something similar to this but it seems as if the IF statement is only catching the first argument in the if statement and ignoring my && var Printed = $feature.Printed var Worked = $feature.Worked var Entered = $feature.Entered if (Printed == 'YES' && Worked == 'NO' && Entered == 'NO') { return "Printed"; } else if (Printed == 'YES' && Worked == 'YES' && Entered == 'NO') { return "Worked"; } else if (Printed == 'YES' && Worked == 'YES' && Entered == 'YES') { return "Entered"; } else { return "Needs Printing"; }
... View more
11-14-2019
11:41 AM
|
0
|
10
|
4081
|
POST
|
I would like to be able to use our Parcels layer as a offline non-editable layer. I know one way I could do this is a cached tiled service but I would like this layer to be able to be automatically update as parcel data changes every day. What would be the best way to achieve this.
... View more
10-14-2019
05:41 AM
|
0
|
0
|
542
|
POST
|
Is there a script out there to automate the uninstall and install ArcMap on machine. We have a device management system that we could run scripts on a specific group on machine such as machines with ArcMap 10.5. It would be nice to script this process.
... View more
08-14-2019
01:14 PM
|
0
|
1
|
872
|
DOC
|
I took your code and modified it to work for me, I had an idea while I was creating this expression. My idea was to display info of each building associated with a parcel. I have a web service that is access by (Craven Building ) passing it 3 parameters. So i thought I could also build a hyperlink with the arcade expressions. To link the users to this service if needed. The popup does not seem to read the text as a hyperlink. it just displays the string. Basically I just wanted to do the same thing you did but I wanted build a hyper link also. var tbl = FeatureSetByName($datastore,"Appraisal.CRAVEN.tax_building") //var tbl = FeatureSetByName($map,"tax_building"); var PREFN = $feature.PREFN var sql = "BREF = '" + PREFN + "'"; //Console(sql); var building_table = Filter(tbl, sql); var cnt = Count(building_table); var buildings = ""; var hyperlink = '<a href="http://gis.cravencountync.gov/maps/building.htm?prefn='; if (cnt > 0) { buildings = cnt + " Building(s):"; for (var building in building_table) { var txt_fecha = Text(building.BDSTYP); var txt_PREFN = Text(building.BREF); var txt_man = txt_fecha + " " + building.BNUBR+ " " + building.BREF ; hyperlink = hyperlink + Text(building.BREF) + " seqnum=&"+Text(building.BSEQ)+"&card="+(building.BCARD) + '"></a>'; buildings += TextFormatting.NewLine + " " + txt_man + TextFormatting.NewLine + hyperlink ; //hyperlink = hyperlink + Text(building.BREF) + "&seqnum=" +Text(building.BSEQ)+"&card="+(building.BCARD); } }else { buildings = "There are not any buildings"; } return buildings;
... View more
06-14-2019
01:38 PM
|
0
|
0
|
10466
|
POST
|
Ive installs the woff fonts, I am not seeing the console errors for the web fonts. This is the link to the app ArcGIS Web Application
... View more
06-14-2019
08:19 AM
|
0
|
1
|
960
|
POST
|
I am noticing that when I deploy a web app on our webserver some of the widgets do not show the Results button with is the button with the three dots (...) . See attached image. Not sure what is causing this issue. In developement mode on my local pc the buttons show not problem, once i put on the 2008 IIS webserver, the buttons are gone.
... View more
06-14-2019
07:09 AM
|
0
|
3
|
1022
|
IDEA
|
Purchased Dual XGPS150A to use with ipads, they work perfectly fine with the Classic Collector. The new Arcgis Collector does not support them. It would be nice for both applications to support the same devices.
... View more
03-27-2019
11:10 AM
|
3
|
0
|
549
|
POST
|
I have created multiple surveys for different applications in our organization. I am the creator of the survey i can immediately see any surveys submitted. The issue is that I am allowing other people to view the data, but their view of the survey data is not up to date. I have refreshed the the browser and cleared the cache, and I am not sure of whats causing the viewers view to not be up to date. in example someone submits a survey online. I, the creator will see that survey submission immediately, but the other person that is allowed to view these submissions is unable to see these new submissions for another hour or the next day sometimes.
... View more
03-14-2019
01:07 PM
|
0
|
1
|
431
|
POST
|
I have created a test SDE geodatabase. I have a Point Feature Class named Clients with Names and Addresses. This feature class will be edited (Adding new clients, deleting clients, and updating clients). I versioned the Feature Class but I only intend to edit Default version. When I save edits and stop editing, I disconnect entirely from the database and do a compress. It does not do a full compress,I am not sure if I am missing a step, or if there is a better way to do this.
... View more
08-17-2018
08:01 AM
|
0
|
2
|
3527
|
POST
|
I am currently developing a survey using Connect, for Senior Services Department, the purpose of the survey is to serve as a Check-In for daily activities and if they are eating lunch at the Senior Services Facility. One of the main concerns is the Survey Choices font is too small. The clients will be ages 65 and up, the eye sight may not be the best. Is there a way to change the font size of the Choices list? or if any one has any other solution to the problem.
... View more
08-06-2018
11:13 AM
|
0
|
1
|
962
|
Title | Kudos | Posted |
---|---|---|
1 | 06-08-2022 12:36 AM | |
3 | 03-27-2019 11:10 AM |
Online Status |
Offline
|
Date Last Visited |
06-08-2022
02:11 AM
|