|
POST
|
Oh, I was not insinuating you write anything. Just thinking of alternatives to mimic the use (with limitations).
... View more
01-22-2016
02:56 PM
|
0
|
1
|
4432
|
|
POST
|
With your knowledge, would a means of creating a widget with buttons that would signify a User Defined request work? the button goes through a group layer in the TOC, removes all visibility and enables the one... so x amount of layers with the preloaded definition query are published... the button in the widget selects and enables the one for visible. thoughts?
... View more
01-22-2016
02:03 PM
|
0
|
3
|
4432
|
|
POST
|
Hi Robert, I dont suppose there is now a means of applying a definition query or 'filter' to a layer to show specific records on the map (as stated by the original poster)
... View more
01-22-2016
12:38 PM
|
0
|
5
|
4432
|
|
DOC
|
I deleted it because I had found out what I was doing wrong just after I had posted it. sorry about that. "Feature Layer" is correct. does not have to be a FEATURE ACCESS layer, but just the feature layer MapServer/x Furthermore, the following does NOT have to be done: (it actually causes issues with loading other custom widgets) ], "panel": { "uri": "jimu/PreloadWidgetIconPanel", "positionRelativeTo": "map" }
... View more
01-22-2016
09:45 AM
|
0
|
0
|
13997
|
|
POST
|
Hi, There is no means via RESTful services that I know of. Glad we solved your issue.
... View more
01-18-2016
03:24 PM
|
0
|
2
|
4836
|
|
POST
|
HI Robert. Regardless if you attributed them or not, the statement you said quote "How do I write to replace them with text with just numbers" and then your example includes you wanting to have an output of 83N. This is what was confusing. Let me clarify: Are you asking to have an output of labels of JUST NUMBERS? so then it would only be 83. If you want an output of Labels of 83N in the example, then your statement of asking JUST NUMBERS is incorrect. If you want a label expression to handle anything in a field to only label with Digits only then Check out my post reply to your original Post. If you are looking at 'changing the original field so for a field calculator.. it is also the same idea, but slightly different... but then that comes to a challenged question of 'why are you creating fields to create labels?'...A separate discussion.
... View more
01-18-2016
02:28 PM
|
2
|
2
|
1966
|
|
POST
|
Though there is a discrepancy with you asking for Just numbers but in your example, you included a character that is clearly not a number... Below works... I used a Regular Expression pattern to basically remove ANYTHING except digits. But this expression can be tailored to anything you would like. Use this in your label Expression: 1. Check Advanced 2. Parcer = VBScript TEST = the Field in the attribute table to get string Function FindLabel ([TEST]) Dim strInputString Dim strOutputString strInputString = [TEST] Dim objRegEx set objRegEx = createobject("VBScript.RegExp") objRegEx.Global = True objRegEx.Pattern ="[^0-9]" strOutputString = objRegEx.Replace(strInputString,"") 'Return string for Labeling FindLabel = strOutputString End Function
... View more
01-18-2016
02:18 PM
|
3
|
0
|
1966
|
|
POST
|
My thoughts on this: Simply creating fields to satisfy labeling is a DBAs worst nightmare... as well as a developers worst nightmare and an architecture guys worst nightmare. Any process used for updating the data then need to handle these 'one off's'. And then How many one offs are to be made? There is no scalablity with this. Its an immediate fix that can make a huge mess in a hurry. The data should be clean or in this case, if need be, expressions can be made.. its not hard. As mentioned above... Rules need to be understood.. then a simple expression codeblock can be derived... and it will work. Where was it mentioned the poster was using a Personal Geodatabase?
... View more
01-18-2016
01:06 PM
|
1
|
0
|
1966
|
|
POST
|
As already mentioned: Based on the i.e. supplied. JEF-83N to 83N How is 83N a numeric value ? (just a number would be 83, excluding the N.
... View more
01-18-2016
12:56 PM
|
0
|
4
|
1966
|
|
POST
|
Hi, It would be nice to have a more detailed post of what you are asking, but I will attempt to guess... If you are referring to changing the symbology on a publishing level (not a user having the ability to change the symoboloy) Symbology can be changed on the Web Map level. Left click on the layer in the web Map >> Change Style Ref: Change style—ArcGIS Online Help | ArcGIS
... View more
01-18-2016
07:23 AM
|
1
|
1
|
3638
|
|
POST
|
Hi, I currently do not have acecss to my server to check at the moment, but If I remember correctly, you should be able to delete the files in arcgisserver/directories/arcgisjobs/
... View more
01-15-2016
03:28 PM
|
1
|
4
|
4836
|
|
POST
|
There of course, many possibles at this point. But it doesn't sound ArcGIS Server specific. Could be Volume Snaps VM ? Could be like you say.. the hardware limitations are taking out the connections. I'd be curious to what you discover.
... View more
01-14-2016
02:03 PM
|
0
|
0
|
3144
|
|
POST
|
You have a deeper underlying issue then. IT Network driven issue or perhaps configuration issues. If you are saying there is constant connection without issue, then random communication link failure.. it start to look at performance matrix on the SQL machine and network between ArcGIS Server and the SQL database.
... View more
01-13-2016
06:24 PM
|
1
|
2
|
3144
|
|
POST
|
Hello Robert. I interpreted the 'sorry'... after the title question as.... , the title was different than what the original question was intended... as I know one is not able to 'edit' the heading title of a thread once it has been created.. Since the question is "Is there a way to change column names in the attribute table" has nothing in relation to a popup, or does it? Hence the confusion.. sorry. ... I assumed it was regarding hyper link in popups, not column names in attribute tables... but maybe Rudo was still referencing the Enhanced Search Widget but for popups, rather than column names... Rudo does have both avenues to his question(s) now... Have a good day.
... View more
01-13-2016
03:28 PM
|
1
|
3
|
821
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 09-27-2024 09:04 AM | |
| 1 | 01-06-2016 11:32 AM | |
| 1 | 12-13-2021 10:03 PM | |
| 1 | 07-19-2017 07:31 AM | |
| 1 | 01-18-2016 07:23 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-07-2026
03:02 PM
|