|
POST
|
Hi You should be able to just copy a blank line with the correct dropdowns and constraints to new lines where they seem to dissappear...
... View more
03-31-2022
05:54 AM
|
1
|
0
|
608
|
|
POST
|
Hi Sunita You can use a regex expression in the constraint column to check for this: regex(${<fieldname>}, "[ ]{2,}")=false() Then add a message in the constraint_message column to notify the user. Hope that helps
... View more
03-31-2022
05:51 AM
|
1
|
1
|
981
|
|
POST
|
Hi Belynda I'm trying my best to understand the requirement... Can you give me some calculation examples - I'm thinking it must be easier to use a JavaScript function to do this...
... View more
03-10-2022
06:24 AM
|
0
|
0
|
585
|
|
POST
|
Hi Sunita Hopefully your survey isnt publicly shared, because then you could use an http call in a Javascript function to determine if your survey has connectivity or not... This seems to work: function doOnlineCheck() { var xmlhttp = new XMLHttpRequest(); var response; var url = "https://www.google.com"; xmlhttp.open("GET",url,false); xmlhttp.send(); if (xmlhttp.status === 200) { return "Online"; } return "Offline"; }
... View more
03-10-2022
05:59 AM
|
2
|
0
|
1391
|
|
POST
|
Hi Katherine That is an interesting request. I think your best bet would be to create a custom add-in for Survey123 https://developers.arcgis.com/survey123/guide/add-ins/#:~:text=To%20enable%20add%2Dins%2C%20go,Restart%20the%20Survey123%20field%20app. I have made a progress bar but your requirements is beyond that: https://community.esri.com/t5/arcgis-survey123-blog/survey123-progress-increment-bar-without-appstudio/ba-p/893554 Regards Deon
... View more
01-27-2022
10:13 PM
|
0
|
2
|
2829
|
|
POST
|
Do we have an estimate when this bug will be fixed? From the bug report it seems this bug hasn't even been prioritized to be fixed yet?
... View more
01-11-2022
03:25 AM
|
0
|
1
|
1983
|
|
POST
|
Thank you so much for your assistance @GarimaTiwari It is really appreciated! @dvonck will test and we will hopefully be able to respond with an accepted solution soon
... View more
11-10-2021
10:31 PM
|
0
|
0
|
3398
|
|
POST
|
@TommyFauvell @GarimaTiwari Do you perhaps have any ideas?
... View more
11-07-2021
10:34 PM
|
0
|
0
|
3430
|
|
POST
|
Hi We had a similar requirement and I have a solution in my head that I still need to put into reality: If you create a dummy "main" feature layer and capture your records into a repeat (related table) then you could get this to work using the repeat reporting functionality... But like i say i havent done it yet
... View more
10-25-2021
12:14 AM
|
0
|
1
|
1933
|
|
POST
|
I recently created a survey for a client for borehole inspections. The survey comprise a main survey for the borehole information and then a related table for Inspection Records. Since inspectors might not always need to see / edit the borehole information I decided to put it in it's own group and collapse the group by default. I had a brainwave though to display the details inside the group as part of the group header! This gives the inspector the advantage of seeing the information inside the group in a compact format without necessarily opening up the group. Collapsed: That makes things much neater! The following label was used for the Borehole Information group: <strong>🛈 BOREHOLE INFORMATION</strong><br> <font size="-1"><i>Site Name: ${Location} | Hydstra No: ${Hydstra} | Borehole ID: ${DWS_Number} | Active: ${Active_yes}</font></i> Happy Grouping!
... View more
10-22-2021
06:46 AM
|
5
|
0
|
765
|
|
POST
|
Hi I don't think the issue is in the design of your survey - I looked for reserved keywords in your field names but doesn't seem that you have any of those. I would then wonder if it isn't a special character perhaps in the data of your street names? If you go to the REST endpoint of your layer and do a query there, do you see the data there? On the Feature Layer page of your survey: Click on Overview Click on the Feature Layer of your survey to open it up Scroll down till you see URL at the bottom right Open the URL up On the REST landing page of your service: Click on Query In the where clause, type 1=1 And in the Output fields type a star: * Then click on Query (Get)
... View more
10-21-2021
02:34 AM
|
1
|
1
|
3478
|
|
POST
|
I attempted Philip's last provided option: Outcome: I calculated the "age" of a feature with: int(decimal-date-time(today()) - decimal-date-time(${ExpDate}))>0 Then used an if() statement in the Instance Name setting to alter the coloring of the text: if(int(decimal-date-time(today()) - decimal-date-time(${ExpDate}))>0,
concat("<font color='red'>OVERDUE by ",int(decimal-date-time(today()) - decimal-date-time(${ExpDate}))," day(s)</font"),
concat("<font color='blue'>Due in ",-1*int(decimal-date-time(today()) - decimal-date-time(${ExpDate}))," day(s)</font")) Ive attached the XLXS file for your convenience
... View more
10-21-2021
12:22 AM
|
2
|
2
|
2181
|
|
POST
|
Thanks Raina, this is very curious indeed. Can you check on Survey123 Connect to see what the data values looks like when you put your values in there? {
"Survey_esri": {
"street_adddress": "123 Rubida St",
"City": "Tshwane",
"State": "Gauteng",
"X": 28.30197995915171,
"Y": -25.757690004891572,
"Pollinator_Assets_point": {
"type": "point",
"x": 28.30197995915171,
"y": -25.757690004891572,
"z": null,
"spatialReference": {
"wkid": 4326
}
},
"XValue": "28.30197995915171",
"YValue": "-25.757690004891572",
"ValidX": "0",
"ValidY": "0",
"Allowed": "0",
"Submitter_name": "sdas",
"Submitter_email": "adas@gmail.com",
"Submitter_org": "asdsad",
"asset_type": "Garden",
"garden_type": "Private",
"garden_reg": "Yes",
"garden_comm_science": "Yes",
"garden_reg_org": "1231",
"Comm_science_desc": "123",
"asset_name": "123",
"asset_org": null,
"Website": null,
"asset_desc": null,
"address": {
"address": "123 Rubida St, Murrayfield, Tshwane, Gauteng, 0184, ZAF",
"location": {
"y": -25.757690004891572,
"x": 28.30197995915171
},
"attributes": {
"AddBldg": "",
"AddNum": "123",
"AddNumFrom": "",
"AddNumTo": "",
"AddRange": "",
"Addr_type": "PointAddress",
"BldgName": "",
"BldgType": "",
"Block": "",
"City": "Tshwane",
"Country": "ZAF",
"DisplayX": 28.30197995915171,
"DisplayY": -25.757690004891572,
"Distance": 1983.557473219845,
"District": "Murrayfield",
"ExInfo": "",
"LangCode": "ENG",
"LevelName": "",
"LevelType": "",
"Loc_name": "World",
"LongLabel": "123 Rubida St, Murrayfield, Tshwane, Gauteng, 0184, ZAF",
"Match_addr": "123 Rubida St, Murrayfield, Tshwane, Gauteng, 0184",
"MetroArea": "",
"Nbrhd": "",
"Phone": "",
"PlaceName": "",
"Place_addr": "123 Rubida St, Tshwane, Gauteng, 0184",
"Postal": "0184",
"PostalExt": "",
"Rank": 20,
"Region": "Gauteng",
"RegionAbbr": "",
"Score": 100,
"Sector": "",
"ShortLabel": "123 Rubida St",
"Side": "R",
"StAddr": "123 Rubida St",
"StDir": "",
"StName": "Rubida",
"StPreDir": "",
"StPreType": "",
"StType": "St",
"Status": "M",
"SubAddr": "",
"Subregion": "Tshwane",
"Territory": "",
"Type": "",
"URL": "",
"UnitName": "",
"UnitType": "",
"X": 28.30183327584617,
"Xmax": 28.30297995915171,
"Xmin": 28.300979959151707,
"Y": -25.757474757618077,
"Ymax": -25.75669000489157,
"Ymin": -25.758690004891573,
"Zone": "Pretoria"
},
"score": 100,
"extent": {
"xmax": 28.30297995915171,
"xmin": 28.300979959151707,
"ymax": -25.75669000489157,
"ymin": -25.758690004891573
},
"spatialReference": {
"latestWkid": 4326,
"wkid": 4326
},
"searchText": "123 Rubida St, Murrayfield, Tshwane, Gauteng, 0184, ZAF",
"candidates": [
{
"address": "123 Rubida St, Murrayfield, Tshwane, Gauteng, 0184, ZAF",
"location": {
"y": -25.757690004891572,
"x": 28.30197995915171
},
"attributes": {
"AddBldg": "",
"AddNum": "123",
"AddNumFrom": "",
"AddNumTo": "",
"AddRange": "",
"Addr_type": "PointAddress",
"BldgName": "",
"BldgType": "",
"Block": "",
"City": "Tshwane",
"Country": "ZAF",
"DisplayX": 28.30197995915171,
"DisplayY": -25.757690004891572,
"Distance": 1983.557473219845,
"District": "Murrayfield",
"ExInfo": "",
"LangCode": "ENG",
"LevelName": "",
"LevelType": "",
"Loc_name": "World",
"LongLabel": "123 Rubida St, Murrayfield, Tshwane, Gauteng, 0184, ZAF",
"Match_addr": "123 Rubida St, Murrayfield, Tshwane, Gauteng, 0184",
"MetroArea": "",
"Nbrhd": "",
"Phone": "",
"PlaceName": "",
"Place_addr": "123 Rubida St, Tshwane, Gauteng, 0184",
"Postal": "0184",
"PostalExt": "",
"Rank": 20,
"Region": "Gauteng",
"RegionAbbr": "",
"Score": 100,
"Sector": "",
"ShortLabel": "123 Rubida St",
"Side": "R",
"StAddr": "123 Rubida St",
"StDir": "",
"StName": "Rubida",
"StPreDir": "",
"StPreType": "",
"StType": "St",
"Status": "M",
"SubAddr": "",
"Subregion": "Tshwane",
"Territory": "",
"Type": "",
"URL": "",
"UnitName": "",
"UnitType": "",
"X": 28.30183327584617,
"Xmax": 28.30297995915171,
"Xmin": 28.300979959151707,
"Y": -25.757474757618077,
"Ymax": -25.75669000489157,
"Ymin": -25.758690004891573,
"Zone": "Pretoria"
},
"score": 100,
"extent": {
"xmax": 28.30297995915171,
"xmin": 28.300979959151707,
"ymax": -25.75669000489157,
"ymin": -25.758690004891573
},
"spatialReference": {
"latestWkid": 4326,
"wkid": 4326
}
}
]
}
}
}
... View more
10-20-2021
11:35 PM
|
0
|
1
|
2170
|
|
POST
|
Hi The bind::esri::fieldType merely indicates the data type of the question, it wont automatically populate the parentglobalid with the GlobalID of your Asset. I dont think your survey is set up correctly - perhaps sharing your survey XLXS file would help us to assist further.
... View more
10-20-2021
06:38 AM
|
0
|
1
|
2666
|
|
POST
|
Hi The new blue thumbnails could be appearing when you based your survey on one of the Survey123 templates. I have also noticed them recently.
... View more
10-20-2021
12:30 AM
|
0
|
0
|
1140
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-17-2021 12:13 AM | |
| 1 | 09-10-2025 07:00 AM | |
| 1 | 08-26-2025 05:58 AM | |
| 1 | 08-17-2025 10:00 PM | |
| 1 | 08-15-2025 05:26 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-18-2025
02:24 AM
|