POST
|
Well I guess this is a know BUG. No estimate on when fix will be included. I ended up creating an Oracle view of all the data needed and just used the view in the map so I didn't have the "join" problem.
... View more
10-13-2014
09:46 AM
|
0
|
4
|
1222
|
POST
|
Percent sign in map service breaks Search widget. I used the "Add Data" button in ArcMap but the service still generates a % sign in the joined table name? Suggestions on how to avoid or remove it? I hate this FB format . . .
... View more
10-06-2014
11:30 AM
|
0
|
6
|
4485
|
POST
|
Would the "links" widget in the Layout tab be what you are referencing?
... View more
06-17-2014
02:05 PM
|
0
|
0
|
288
|
POST
|
I get the same problem with using a non-custom print layout . . .
... View more
06-17-2014
01:42 PM
|
0
|
0
|
439
|
POST
|
Is it possible to include the highlighted selected feature when using the print widget? I may just have to provide the customer with a screen shot program, but they are not very tech savvy and it would confuse them.
... View more
06-17-2014
01:29 PM
|
0
|
0
|
408
|
POST
|
My database has an "update date" field in it. It contains the last date a change was made by a user. The record may not have been edited for years and now needs to be updated. The date object show the date 12/1/2004. Is there a way for me to make the date todays date and then when the user clicks the OK button it saves today's date? Right now they have to scroll through 'years' and then 'dates'. Ideas? I think I answered my question. It does not look like there is any way to do this based on the available tags . . . bummer.
... View more
06-04-2014
02:54 PM
|
0
|
0
|
188
|
POST
|
My database has an "update date" field in it. It contains the last date a change was made by a user. The record may not have been edited for years and now needs to be updated. The date object show the date 12/1/2004. Is there a way for me to make the date todays date and then when the user clicks the OK button it saves today's date? Right now they have to scroll through 'years' and then 'dates'. Ideas?
... View more
06-04-2014
01:40 PM
|
0
|
1
|
406
|
POST
|
BINGO!!! Thanks Robert! Once I delete the duplicate entry, life is good once again! 😄
... View more
01-30-2014
10:18 AM
|
0
|
0
|
372
|
POST
|
Please tell me I'm not the only one who is experiencing this!! In the Layout tab I've activated the Attribute Table option and configured it to have the initial state "Collapsed". I did not include any layers to show because I only want the "Search" results done after a search to display. When I go to the preview tab, the Attribute Table is duplicated?!! (image attached). This is version 3.5 and I'm totally stumped by this? Anyone else ever experience this? How did you fix it? [ATTACH=CONFIG]30987[/ATTACH]
... View more
01-30-2014
09:18 AM
|
0
|
3
|
609
|
POST
|
I don't believe you can do this with "dynamic" map data. The maps require interaction that goes back to the server for instructions on what to display. This is my understanding.
... View more
12-17-2013
06:37 AM
|
0
|
0
|
289
|
POST
|
Well it turns out the Layer name is not the problem either. The issue is that I am excluding all layers as defined in the "Layout" tab in the "Attribute Table" widget: [ATTACH=CONFIG]28018[/ATTACH] and only using the temporary table data from the "Search" widget! In the "Search" widget I selected the option to "Add result as operational layer" and this is why the <exportlocation>false</exportlocation> tag in the AttributeTableWidget.xml file does not work. My only solution is to remove the fields in the .csv file. I've asked that this be an enhancement to ArcGIS Viewer for Flex. #NIM095483
... View more
10-03-2013
10:08 AM
|
0
|
0
|
652
|
POST
|
Hmm? Same result even it I put a layer name in it? <?xml version="1.0" ?> <configuration> <excludelayer>Council Districts and Members</excludelayer> <excludelayer>County Parcels</excludelayer> <excludelayer>Address Points</excludelayer> <excludelayer>SON Business</excludelayer> <excludelayer>SON/1</excludelayer> <excludelayer>SON/2</excludelayer> <excludelayer>SON/3</excludelayer> <excludelayer>SON/4</excludelayer> <excludelayer>SON/5</excludelayer> <excludelayer>SON/6</excludelayer> <excludelayer>SON/10</excludelayer> <excludelayer>SON/9</excludelayer> <excludelayer>SON/8</excludelayer> <excludelayer>SON/7</excludelayer> <excludelayer>Neighborhood Associations</excludelayer> <excludelayer>Council Districts and Members/0</excludelayer> <excludelayer>Council Districts and Members/1</excludelayer> <layersettings> <layer name="Address Locations - 5 miles"> <exportlocation>false</exportlocation> </layer> </layersettings> </configuration> Could the layer name be the issue since it has a hyphen in it?
... View more
10-02-2013
02:24 PM
|
0
|
0
|
652
|
POST
|
This is good information. However it is still not working. In my viewer, the only data I want to see is from the basic "search/selection" tool. [ATTACH=CONFIG]27978[/ATTACH] Here is my modified AttributeTableWidget.xml file: <?xml version="1.0" ?> <configuration> <excludelayer>Council Districts and Members</excludelayer> <excludelayer>County Parcels</excludelayer> <excludelayer>Address Points</excludelayer> <excludelayer>SON Business</excludelayer> <excludelayer>SON/1</excludelayer> <excludelayer>SON/2</excludelayer> <excludelayer>SON/3</excludelayer> <excludelayer>SON/4</excludelayer> <excludelayer>SON/5</excludelayer> <excludelayer>SON/6</excludelayer> <excludelayer>SON/10</excludelayer> <excludelayer>SON/9</excludelayer> <excludelayer>SON/8</excludelayer> <excludelayer>SON/7</excludelayer> <excludelayer>Neighborhood Associations</excludelayer> <excludelayer>Council Districts and Members/0</excludelayer> <excludelayer>Council Districts and Members/1</excludelayer> <layersettings> <layer> <sublayer> <exportlocation>false</exportlocation> </sublayer> </layer> </layersettings> </configuration> I'm still getting the exported lat/long values? [ATTACH=CONFIG]27979[/ATTACH] I'm thinking it's because of using the "selected" data as opposed to an actual "layers's" fields? Open to any thoughts or suggestions! Thanks!
... View more
10-02-2013
11:50 AM
|
0
|
0
|
652
|
POST
|
I am using the basic select tool to populate the Attribute Table with the desired fields I want for a mailing list. When I export the data, a latitude and longitude field are also included. I don't want them. Where can I configure the exclusion of them? [ATTACH=CONFIG]27959[/ATTACH]
... View more
10-02-2013
07:32 AM
|
0
|
5
|
1958
|
POST
|
George, We don't have any embedded Flex Maps on our internet pages, only on our intranet site. What I can tell you is our content management system for the internet pages leaves us very little real estate to put maps in so depending on how much data really needs to be displayed, we choose to launch the viewer in it's own page (example: http://mapservices.phoenix.gov/GIS/flexviewers/Proposed%20Zoning/). Our intranet site is moving to SharePoint and I'm finding the same issue, not much room to embed. I have embedded AGOL maps on our internet pages which shows how little real estate we get to utilize: http://phoenix.gov/visitors/cityattractions/pride/index.html Basically, if it's a simple display map that does not need a lot of bells and whistles (i.e. widgets!), I'll embed them. Otherwise a link to the viewer application is the route I choose. I don't know the answer to your javascript designed website question. Hope this helps!
... View more
09-05-2013
02:10 PM
|
0
|
0
|
538
|
Title | Kudos | Posted |
---|---|---|
1 | 06-14-2021 02:21 PM | |
1 | 01-21-2015 01:45 PM | |
1 | 06-21-2017 11:11 AM | |
1 | 02-06-2015 10:11 AM | |
1 | 05-19-2015 01:18 PM |
Online Status |
Offline
|
Date Last Visited |
11-02-2022
12:18 PM
|