|
POST
|
I have deleted all the related tables that i do not need in the view. I deleted the 3 related tables from the view first. I can make the view available to you if you'd like to look at it. Since it's a view, i can also start all over just to make sure that i followed the correct procedure. Let me know what you'd like me to try, or if there is any additional information you'd like. I can also re-open the support ticket i had opened for this question as well.
... View more
01-23-2018
01:16 PM
|
0
|
3
|
4653
|
|
POST
|
It turns out that the 'relationships' element is not removed from the view layer json. I discovered this because our maps which use the hosted feature layer of the view started reporting an error about missing table id=3. And "3" was the id of one of the related tables. When i went back to review the hosted feature services json, this is still there: "layers" : [ { ... "id" : 0, ... "relationships" : [ { "id" : 0, "name" : "", "relatedTableId" : 3, ... }, { "id" : 1, "name" : "", "relatedTableId" : 2, ... }, { "id" : 2, "name" : "", "relatedTableId" : 1, ... } ] } There is also a relationships element in the json of the hosted feature service's layer, i.e. <servicename>/0 How can i remove the relationships element from the service definition? thank you
... View more
01-23-2018
12:03 PM
|
0
|
0
|
4653
|
|
POST
|
I think i confused the issues. I apologize for that. Within my view, the 'main' layer, id=0, has a json element named 'relationships' which references the 3 related tables that i want to drop from the view. Do i need to remove that element (relationships) from the view definition as well? { "layers" : [ "id" : 0 ... "relationships" : [ { "id" : 0, "name" : "", "relatedTableId" : 3, }, { "id" : 1, "name" : "", "relatedTableId" : 2, }, { "id" : 2, "name" : "", "relatedTableId" : 1, } ], ... }
... View more
01-22-2018
01:13 PM
|
0
|
2
|
4653
|
|
POST
|
In the source\origin layer definition do i need to drop the 'relationships' element?
... View more
01-22-2018
01:01 PM
|
0
|
4
|
4653
|
|
POST
|
Hello. We have a private hosted feature layer that has 3 related tables. We want to make some of the 'spatial' data available to the public, but we don't want any of the related data visible to the public. Is there a way to create a hosted feature layer view that excludes the related tables? I tried not including the join field in the list of fields for the view, but related tables and their data are still present in the view. thank you
... View more
01-19-2018
01:28 PM
|
0
|
29
|
12141
|
|
POST
|
Screen shots below. I am not sure how to upload the xls form. In the first screen shot, the 'All' checkbox is selected in the 'Set Visibility' dialog.
... View more
12-13-2017
08:49 AM
|
0
|
0
|
1598
|
|
POST
|
I followed the wonderful example by Carmel Connolly (Making Other Work Harder in Survey123 Results — Esri UK) to collate 'other responses' into a single field (Section 2), and it worked great..... except when i view the survey results in the Survey123 website. In the Analyze tab, i see a message which reads 'no questions are visible....' I clicked the Set Visibility button and selected the 'All' check box. Still no questions are visible. In the Data tab, when i click on an individual record, in the right hand pane i see the title of my survey and the 'submitted by' and 'submitted time' fields, but that is all. As a test, i changed the hidden field to 'text', republished the survey, and submitted some new responses. Now i can see all the responses in the Analyze and Data tabs. Is the Survey123 site supposed to hide the responses to 'hidden' questions?
... View more
12-12-2017
05:19 PM
|
0
|
4
|
1890
|
|
POST
|
I resolved this issue by 'repairing' the install of ArcGIS Pro. Start > Control Panel > Add or remove programs > ArcGIS Pro > Repair. I have no idea what the Repair operation did, but i am able to run python in Pro now.
... View more
11-28-2017
08:19 AM
|
0
|
1
|
1544
|
|
POST
|
Hi Shan. Using a database trigger would be my preferred alternative, but I am using a hosted feature service on AGOL. It's my understanding that we don't have the ability to set triggers within the AGOL database. Perhaps my understanding isn't correct? Thanks for your suggestions. Tom
... View more
11-13-2017
08:19 AM
|
0
|
6
|
4934
|
|
POST
|
I heard from JTedrick-esristaff that the behavior is intentional starting at 2.4. I offered some user feedback that creating null records is not a preferred way to go, especially since most of our surveys would have 1 repeat. With the current implementation that would fill over half our database will empty records. And you are right, i will have to remove the value from the repeat_count field to prevent creation of the empty repeats.
... View more
11-09-2017
03:11 PM
|
0
|
0
|
983
|
|
POST
|
Hey Shan. Are you able to create the values like 'TABLE_1' automatically, or are they created/entered by a manual process? Do you have a way to guarantee that they are unique?
... View more
11-03-2017
11:18 AM
|
0
|
8
|
4934
|
|
POST
|
Thank you for your suggestion. We already have GlobalIds in the table. the problem is that they are not 'human readable'. We need something that an Admin or field user can refer to when talking about the record. Current we use something like 'i am working on case number 17-0567'. We couldn't do that (as easily) if we were using guids.
... View more
11-02-2017
03:26 PM
|
0
|
0
|
4934
|
|
POST
|
I am using version 2.4.60 of S123 Connect and version 2.4.74 of S123. A couple weeks ago I updated my existing survey by adding a value (3) to the repeat_count property of one our repeats, "Treatments". When i published the survey, it required a delete of the hosted feature layer and creation of a new one. the one change on the hosted feature layer was addition of the field "Treatments_count". Now, whenever a survey is submitted, 3 new records are created in the Treatments table, regardless of how many the user created in the survey. For example, if the user completed 1 'treatment' in the survey, 3 records end up in the hosted feature layer - one record has a full set of values and two records have null values in all the fields without default values (except for objectid and globalid). This is not the desired behavior (I simply wanted to limit the number of repeats that could be created) and is not what is described in the current documentation (http://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformrepeats.htm) is the intended behavior to create a 'repeat_count' number of records for the repeat for each survey submission? Thank you.
... View more
11-02-2017
02:30 PM
|
0
|
2
|
1220
|
|
POST
|
I have a 'case number' field in our hosted feature layer that serves as a human-readable unique identifier. I need to prevent duplicate values being entered in that field (our current process is to run a query nightly to identify any duplicate entries). Is there a way to set a unique index on that field? Or any other ways to guarantee uniqueness of values as the values are being entered? In a sort of worst case, is there a way to query the hosted feature layer before the new record (or edited record) is submitted? If the value exists, the user could be notified. Thank you.
... View more
11-02-2017
02:11 PM
|
0
|
14
|
7956
|
|
POST
|
I have been running Pro 1.4 for a while. I was able to run my python scripts from a command line (using propy) as well as other IDEs like Visual Studio Code. Yesterday I upgraded to Pro 2.0.1 (I used the Upgrade process of the ArcGIS Pro UI). Now i cannot run my python scripts from the command line nor from my IDEs. The error message is 'python.exe' is not recognized as an internal or external command, operable program or batch file. When i open the Python view in ArcGIS Pro, i see the following error message: Failed to Initialize Python Interpreter When i open the Python Package Manager in ArcGIS Pro, it shows that my project is using the arcgispro-py3 environment, i can see many installed packages, etc. My path variable has the following settings at the end of the path string: ...;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Scripts;C:\Program Files\ArcGIS\Pro\bin\Python\Scripts;C:\Program Files\ArcGIS\Pro\bin\Python Any thoughts or suggestions on what i can do to get my python scripts running again? Thanks.
... View more
10-25-2017
04:01 PM
|
1
|
3
|
1965
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 9 | 04-14-2026 03:22 PM | |
| 1 | 02-24-2021 12:15 PM | |
| 2 | 01-05-2026 10:04 AM | |
| 1 | 09-30-2025 01:30 PM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|