|
POST
|
Enterprise 10.9.1 no longer will no longer display feature services published using ArcMap. If the original feature service was published from ArcMap, this might be the issue. Try republishing using Pro and see if this resolves. Thanks, --gary
... View more
01-04-2023
07:03 AM
|
0
|
0
|
648
|
|
POST
|
I have a dashboard that contains an embedded Survey123 form that is used by office staff to update S123 forms that were collected in the field. It has been working great until last week. When editing data in the embedded survey, i now receive the following error: The survey was created in Connect using a feature service in Enterprise. The survey has not been updated for at least 2 months. If I login to Portal via survey123.arcgis.com I have no problem viewing the survey, saving in the collaborate tab. The editing of existing surveys works fine via the Inbox in the field app. Any ideas? Thanks, --gary
... View more
08-15-2022
08:24 AM
|
1
|
1
|
921
|
|
POST
|
Phil, Attached is the survey form and .csv file associated with barcode scan. I have been able to get this to work by using the boolean() and not(boolean()) functions instead of string-length(). I have also found that the html formatting (<div style>) as stated here: https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-quick-guide-to/ba-p/1101322 doesn't work and I have to use old reliable <font color="blue"><b> html formatting. This is all being done to differentiate surveys in the Inbox. It would be great if we could set up multiple Inboxes instead. I have added this to the Ideas section. Thanks, --gary
... View more
06-09-2022
08:11 AM
|
0
|
0
|
2664
|
|
POST
|
We are having the same issue with calculations not working when editing from the Inbox. Field all 3.14.262. I can share survey if needed. Thanks, --gary
... View more
06-09-2022
07:54 AM
|
0
|
0
|
1075
|
|
POST
|
Phil, Thanks for the help, I got the statement to convert in Connect: if(string-length(${leak_id}=0), concat('<div style="font-weight:bold;color:green">',${location_name},' - NO LEAKS','</div>'), if(string-length(${leak_id}>0) and string-length(${leak_repair_date}=0), concat('<div style="font-weight:bold;color:red">', ${location_name}, ‘ – NEEDS REPAIR’,'</div>'), if(string-length(${leak_id}>0) and string-length(${leak_repair_date}>0) and string-length(${leak_recheck_date}=0), concat('<div style="font-weight:bold;color:orange">', ${location_name}, ‘ – NEEDS RE-CHECK’,'</div>'), if(string-length(${leak_id}>0) and string-length(${leak_repair_date}>0) and string-length(${leak_recheck_date}>0), concat('<div style="font-weight:bold;color:blue">', ${location_name}, ‘ – LEAK REPAIRED & RE-CHECKED’,'</div>'), '')))) however it does not appear to be working: There are 3 of the conditions in the nested if statement within the 4 surveys that are submitted. Suggestions? Thanks, --gary
... View more
06-07-2022
08:22 AM
|
0
|
2
|
2681
|
|
POST
|
I am trying to use nested if statements to color code the instance name in the Inbox. I have 4 cases that I need to check for: CASE 1 - No Leak If(string-length(${leak_id} = 0), concat('<font color="green"><b>', ${location_name}, '</b>', '</font>'), '') CASE 2 - Leak Found and Not Repaired If(string-length(${leak_id} > 0) and string-length(${leak_repair_date}=0), concat('<font color="red"><b>', ${location_name}, ‘ – NEEDS REPAIR’,'</b>', '</font>'), '') CASE 3 - Leak Repaired and Not Re-Checked If(string-length(${leak_id}>0) and string-length(${leak_repair_date}>0) and string-length(leak_recheck_date}=0), concat('<font color="orange"><b>', ${location_name}, ‘ – NEEDS RE-CHECK’,'</b>', '</font>'), '') CASE 4 - Leak Repaired and Re-Checked If(string-length(${leak_id}>0) and string-length(${leak_repair_date}>0) and string-length(leak_recheck_date}>0), concat('<font color="blue"><b>', ${location_name}, ‘ – LEAK REPAIRED & RE-CHECKED’,'</b>', '</font>'),'') So, putting this all together gives me: If(string-length(${leak_id}=0) , concat('<font color="green"><b>', ${location_name}, '</b>', '</font>'), If(string-length(${leak_id}>0) and string-length(${leak_repair_date} =0), concat('<font color="red"><b>', ${location_name}, ‘ – NEEDS REPAIR’,'</b>', '</font>'), If(string-length(${leak_id}>0) and string-length(${leak_repair_date} >0) and string-length(leak_recheck_date=0), concat('<font color="orange"><b>', ${location_name}, ‘ – NEEDS RE-CHECK’,'</b>', '</font>'), If(string-length(${leak_id}>0) and string-length(${leak_repair_date} >0) and string-length(leak_recheck_date}>0) ,concat('<font color="blue"><b>', ${location_name}, ‘ – LEAK REPAIRED & RE-CHECKED’,'</b>', '</font>', ‘’))))) Can I use nested if/then for instance name and if yes, what am I missing?? Thanks, --gary
... View more
06-03-2022
11:23 AM
|
0
|
6
|
2726
|
|
IDEA
|
We have a case where the Inbox will be used to update existing surveys (repairs to equipment) and also for a re-check survey. Would it be possible to have 2 Inboxes where each one would have a different Inbox Query to show only Repairs Needed in one Inbox and Re-Checks in the second. Also, being able to re-name the Inbox would be ideal for this. Thanks, --gary
... View more
06-02-2022
11:59 AM
|
2
|
2
|
879
|
|
POST
|
Not sure if this is a Survey123 issue or a general esri issue or an OS issue but when we have a text field in a survey and someone enters a character ie. ", it looks fine in the survey, but when we pull this info into an email notification via GeoEvent Server, the character looks like �. What is the cause of this? Is there a way to prevent this from happening? Thanks, --gary
... View more
05-09-2022
09:20 AM
|
0
|
1
|
703
|
|
POST
|
We have a Survey embedded in a dashboard where the user can update an existing survey or add a new survey. In both cases, when the survey data is uploaded the created_user or last-edited_user does not grab the username from Portal but populates with Esri_anonymous. Is this expected behavior? I would like to have S123 grab the actual username of the person logged into Enterprise and updating/creating the survey. Thanks, --gary
... View more
03-02-2022
11:45 AM
|
0
|
1
|
674
|
|
POST
|
Phil, Thanks for the info. Is this something that is in the roadmap for S123? --gary
... View more
02-10-2022
05:34 AM
|
0
|
1
|
1393
|
|
POST
|
I have a select_one question that returns Yes or No. I No is returned, i want my repeat that follows to have minimal appearance. If Yes is selected, I want the appearance field for the repeat to be empty forcing the user to enter a record in the repeat. I have tried the following in the appearance field - if(selected(${leak_detect}, 'No'), 'minimal','') I have tried that formula in a calculate question and then used the ${calc_field} in the appearance field No luck with either. My question is, can I make the appearance of a repeat be conditional based on the answer of a previous question? Thanks, --gary
... View more
02-09-2022
08:34 AM
|
0
|
3
|
1452
|
|
POST
|
Are the questions within a group or repeat or do they have an InputMask associated with them? --gary
... View more
02-07-2022
10:02 AM
|
0
|
1
|
607
|
|
POST
|
Derrick, The data is being stored as uppercase letters in SQL (see attached). the field is a straight text entry no code vs. label - unless something is happening when the inputMask changes lowercase entry to uppercase. --gary
... View more
02-03-2022
10:39 AM
|
1
|
2
|
2456
|
|
BLOG
|
Ismael, I have a survey embedded in a dashboard for data review and editing. One of the fields in the survey does not display in the dashboard, it is blank. If i look at the field in edit or view mode in the inbox of the Inbox of the field app, the data displays. The field is a text field with the following inputMask >AAA in the body::esri:inputMask column. It is not within a group or a repeat. I have an integer field with input Mask 99999 that displays fine in the dashboard. Ideas? thanks, --gary
... View more
02-03-2022
10:33 AM
|
3
|
0
|
23898
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-21-2025 08:44 AM | |
| 1 | 02-17-2017 09:43 AM | |
| 1 | 01-22-2021 09:12 AM | |
| 1 | 04-05-2024 12:17 PM | |
| 1 | 08-15-2022 08:24 AM |