|
POST
|
HI Nathan, weird. Your XLSfile works for me. I tested both in Connect and the Survey123 app. I wonder if you are running an old version of Survey123?
... View more
01-17-2017
11:21 AM
|
0
|
3
|
2410
|
|
POST
|
Attaching sample XLSFile with formatting expression. Nathan, can you please share you XLSFile?
... View more
01-17-2017
11:08 AM
|
0
|
0
|
3974
|
|
POST
|
Did you try this? format-date(${DATES},'%Y/%n/%e') or this ? format-date(${DATES},'%Y_%n_%e')
... View more
01-17-2017
11:01 AM
|
0
|
4
|
3974
|
|
BLOG
|
Quick update on status. Version 1.10.25 of Survey123 is now available for download from the app stores. It incluldes a fix to BUG-00010174. More details at https://community.esri.com/groups/survey123/blog/2017/01/12/critical-update-to-survey123-field-app-available-11025 Thanks to all for your patience and apologies for the inconvenience. TLongSUGF imehedovesri-cis-ru-esridist brittneygibbons bem08c cbseagle-co-nz-esridist
... View more
01-13-2017
03:53 PM
|
1
|
0
|
11374
|
|
POST
|
Hi Bob. Typically you would do this through an expression in the calculation column, but as of version 1.10 it is not possible to calculate select_one or select_multiple types of questions.
... View more
01-12-2017
08:53 PM
|
0
|
2
|
1461
|
|
POST
|
Hi Joseph. The converter will not complain if you add new columns to the worksheets. For example, you can add a new 'comments' column to the survey worksheet, so you can add your own internal comments to any row in your survey. You can also use comments from the Review tab in Microsoft Excel to add comments to particular cells. I also like to use colors (for the background of cells or the font). The meaning of colors can be documented in an additional worksheet. Both colors (and actually any formatting in your cells) as well as additional worksheets will be ignored during the XLS to xForm conversions. Finally, if you want to get fancy, you can even add ink, screenshots, shapes and pretty much anything you can add from the Draw and Insert tabs in Excel.
... View more
01-12-2017
08:46 PM
|
1
|
1
|
1158
|
|
POST
|
Hi! Both approaches above are valid. Type Name Label Constraint body::esri:inputMask text AssetID Asset ID string-length(.)>4 text AssetName Asset Name AAAAaaa Here are the pros and cons I see in each: Using string-length in a constraint: The syntax is as shown above, but you could also use something like string-length(${AssetID})>4.The period (.) is a shortcut to the value of the question in which the expression evaluates. I like using this approach because it allows you to ensure that the input from the user has at least the minimum number of characters you specify. In the example above four (4). With a constraint like this you could have as many characters as your field allows. By default text questions allow a maximum number of 255 characters. For text type of questions, the expression in your constraint will be evaluated when the user jumps to the next question, and when the user tries to submit the survey. I also like the technique of using constraints because you can customize the warning the end user will get when the expression is violated by using the constraint_message column in the XLSForm. Using inputMasks: This was a great suggestion by Brent. A mask like the one in the example above will allow a string with at least 4 characters and optionally up to 3 more characters. I like two things about input masks: first, that the end user gets feedback about the validity of the input as the values are entered. The input will be shown in red until it is valid. For example, while you type the first 3 characters the input will be shown in red, but when you reach 4 characters it will turn black indicating that the input is correct. Input masks also have the advantage that let you control the type of text that is accepted according to this table. You can for example make the values by all alphanumeric, or just alphabetic , a combination of both etc.
... View more
01-12-2017
08:23 PM
|
4
|
1
|
10753
|
|
BLOG
|
A critical update to the Survey123 field app is now available to address the following issues: BUG-000101764: This bug prevents version 1.10.23 of the Survey123 field app from submitting data to surveys published to Portal for ArcGIS if the survey had no repeats. BUG-000102016: This bug prevents version 1.10.23 of the Survey123 field app from submitting data to surveys with repeats published with Survey123 Connect 1.9 and prior. Thanks to all of you that took the time to report the issues via GeoNet and Esri Tech Support, help us narrow down the problems and even test the fixes. This update increases the build number of the Survey123 field app to 1.10.25 and is available across the following platforms: iOS available in the iTunes app store. Android available in the Google Play and Amazon app store Windows 7,8,10 and Mac. Survey123 Connect for ArcGIS and the Survey123 web site are not affected by this update. The source code of Survey123 for ArcGIS included with Appstudio for ArcGIS has been updated to match 1.10.25 and made available.
... View more
01-12-2017
11:18 AM
|
8
|
14
|
6285
|
|
POST
|
Oscar Sepulveda III Chris Rogers Jeff Baranyi Adding Oscar, Jeff and Chris to this thread. At http://scaug.org/2016-OKSCAUG-User-Presentations you will find a good example from Chris. Look for the presentation called Survey123 Field Data Collect Project OHP Bomb Squad Call Log. This short story also describes another use of Survey123 by the Oklahoma Department of Public Safety In this video you will find an example showing Survey123 being used for Structure Risk Assessments by a Fire Department. Of course, you can also have a look at this video gallery, but it sounds like it may be you!
... View more
01-11-2017
10:30 PM
|
2
|
1
|
4430
|
|
POST
|
HI Gary. Thanks for your help with this. We will be releasing a fix to this issue (Survey123 1.10 can't submit data to surveys with repeats published with previous versions) along with BUG-000101764 (Unable to submit data to surveys in Portal with Survey123 1.10 if the survey does not have a repeat). Expect the fix to be available in the app stores in the next few days. It will be build 1.10.25.
... View more
01-11-2017
09:14 PM
|
1
|
0
|
2697
|
|
BLOG
|
Tucker Longinotti Ivan Mehedov Brittney Gibbons Benjamin Mittler Callum Smith Thanks for reporting this issue. The Survey123 1.10 update of the field app cannot submit data to Portal for ArcGIS if the survey has no repeats. This problem does not affect surveys published to ArcGIS Online. This issue has been logged as BUG-000101764 in Esri Tech Support. We are working to identify the problem and fix as soon and possible. If absolutely necessary, and only for Android, Windows and Mac platforms you can obtain the 1.9 release of the Survey123 by opening a ticket (Request a Case) through Esri Technical Support. A fix will be made available in the next few days.
... View more
01-10-2017
03:59 PM
|
2
|
0
|
11374
|
|
POST
|
Hi Andres, this is to let you know that this issue was addressed in our 1.10 release. More details at https://community.esri.com/groups/survey123/blog/2016/12/20/international-human-solidarity-day-release-110
... View more
01-09-2017
09:59 AM
|
0
|
0
|
1668
|
|
BLOG
|
Hi GeoporterCR Now that your ArcGIS organizations has social logins enabled, you will need to invite users through their social logins into your Organization. Once the social login is associated with a named user account in your ArcGIS Organization, you will be able to log into the Survey123 field app.
... View more
01-01-2017
01:35 PM
|
2
|
0
|
11374
|
|
BLOG
|
Hi Nejib E. I think the closest you can get is to use the Instance Name Setting as described in this blog post: https://community.esri.com/groups/survey123/blog/2015/08/23/understanding-the-instancename-setting
... View more
01-01-2017
01:32 PM
|
0
|
0
|
11374
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-03-2021 09:03 AM | |
| 1 | 04-01-2022 12:48 PM | |
| 1 | 03-22-2022 08:44 AM | |
| 1 | 08-26-2021 02:43 PM | |
| 1 | 10-30-2019 10:15 PM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|