|
POST
|
Hi @MichelleWilliamsERM Thanks for sharing here! The appearance of a question is static, but you could set the the visibility of the question dynamically by using body::esri::visible column, here is the doc: https://doc.arcgis.com/en/survey123/desktop/create-surveys/esricustomcolumns.htm#ESRI_SECTION1_7FC9129E65024B99B5C9A84281597A7D The expression in the body::esri::visible has already been supported by field app, and it will be supported by web app in the upcoming 3.13 release (which is currently on BETA website https://survey123beta.arcgis.com/). Thanks, Ruth
... View more
09-06-2021
08:02 PM
|
0
|
0
|
1751
|
|
POST
|
Hi @MathieuBoonen Thanks for sharing here! I think you could write another JavaScript function to parse the XML to an object, and then you can select the node you want to export. Here is the blog on custom JS functions: https://community.esri.com/t5/arcgis-survey123-blog/extending-survey123-smart-forms-with-custom-js/ba-p/898782 Here is the sample JS function to parse the XML. myXML = '<?xml version="1.0" ?><Hilltop><Agency>Gisborne District Council</Agency><Measurement SiteName="Arowhana Repeater"><DataSource Name="Rainfall" NumItems="1"><TSType>StdSeries</TSType><DataType>SimpleTimeSeries</DataType><Interpolation>Histogram</Interpolation><ItemInfo ItemNumber="1"><ItemName>Rainfall</ItemName><ItemFormat>F</ItemFormat><Units>mm</Units><Format>#.###</Format></ItemInfo></DataSource><Data DateFormat="Calendar" NumItems="1"><E><T>2021-09-06T16:40:00</T><I1>23.2</I1></E></Data></Measurement></Hilltop>';
parse = new DOMParse();
xmlDoc = parser.parseFromString(myXML, "text/xml");
xmlDoc.getElementsByTagName("I1")[0].childNodes[0].nodeValue; Thanks, Ruth
... View more
09-06-2021
03:38 AM
|
0
|
1
|
2221
|
|
BLOG
|
Hi @NourSalam , The URL syntax should look like: https://survey123.arcgis.com/share/{surveyId}?portalUrl={portalUrl}&field:{fieldName1}={value1}&field:{fieldName2}={value2} Thanks, Ruth
... View more
09-06-2021
02:47 AM
|
1
|
0
|
18439
|
|
BLOG
|
Hi @DezsoLovicsek , You could hide a group (not able to see the group completely) through URL ?hide=field:{groupName} You could set a group "Collapse by default" in the designer, but you can not make it collapse through URL. Thanks, Ruth
... View more
09-06-2021
02:25 AM
|
2
|
0
|
18442
|
|
BLOG
|
Hi @PeterVisser If ?center= does not work, could you please try field:{geopointQuestionName}={latitude, longitude and altitude (optional) separated by spaces}. See note below the table: https://doc.arcgis.com/en/survey123/reference/integratewithotherapps.htm#ESRI_SECTION1_C7595C0E961B41E99B1E9007F306281A Thanks, Ruth
... View more
09-06-2021
02:20 AM
|
1
|
0
|
18444
|
|
BLOG
|
Hi @Amanda_Huber To duplicate a record you could use the copy mode with &mode=copy&globalId={globalId}. Thanks, Ruth
... View more
09-06-2021
02:14 AM
|
0
|
0
|
18446
|
|
POST
|
Hi @Arnaud_Brival Thanks for sharing here, and I am sorry for the late response. It seems like there is an extra "`" in the choice_filter column for your Operator_lzin question, see the screenshot below: I have attached the XLSForm with the extra "`" removed, and this should work with no issue. Thanks, Ruth
... View more
09-06-2021
02:01 AM
|
0
|
2
|
7473
|
|
BLOG
|
Hi @ryanEvanczyk Thanks for sharing here! You could add a list with all records to your dashboard, and add the survey as the embedded content that reference to the list: I think this blog https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-embedding-a-survey/ba-p/899140 and this article https://support.esri.com/en/technical-article/000021897 are worth reading. Thanks, Ruth
... View more
09-06-2021
12:59 AM
|
2
|
0
|
18453
|
|
POST
|
Hi @WalterSimonazzi_VicPol Have you republished this survey before encountering this issue, like adding "<" or ">" to the default value field? Since there is an known issue which can lead to similar condition when you add "<" or ">" in the default value field. If this is not the case, could you please send the network recording HAR file to my email [email protected] so that we can identify the cause of it? 1. Please open your developer tools by pressing F12, go to network tab 2. While the developer tool is opened, visit the analyze page and data that you encountered the error 3. Save the network request as HAR file Thanks, Ruth
... View more
09-06-2021
12:25 AM
|
0
|
0
|
11448
|
|
POST
|
Hi @BenBaker1 The !important filter will only override what has been inherited from the data page (such as selection, 1000 limitation). If you put the !important at end of your where clause, it should work. e.g. ${Fire.. | where: "inspType=100 ... !important" | stats: "..."} Here is my test survey, and I choose to print selected record only: Here is my template: Here is my final output, as you can see in the screenshot below, the !important override the selection:
... View more
08-18-2021
01:59 AM
|
0
|
1
|
3110
|
|
POST
|
Hi @DanteLee We are wrapping up the developing work of 3.13. The planned release date will be on early September. Thanks, Ruth
... View more
08-18-2021
01:24 AM
|
1
|
0
|
1789
|
|
POST
|
Hi @BrandonA_CDPH , Thanks for sharing here! You could try ${locationID | useGrouping:false}. If you want to know all the expressions that are available, you could check the quick reference page: Thanks, Ruth
... View more
08-13-2021
02:47 AM
|
2
|
1
|
2721
|
|
POST
|
Hi @BabatopeAdebajo1 We really appreciate your help with the issue! The fix is now available for testing on Survey123 BETA website: https://survey123beta.arcgis.com/ If it is possible could you please test the fix on the BETA website? Thanks, Ruth
... View more
08-13-2021
02:36 AM
|
0
|
1
|
3626
|
|
POST
|
Hi @Hussam_AlJabri , Thanks a lot for the reproduce case, the issue is now available for testing on Survey123 BETA website: https://survey123beta.arcgis.com/ If it is possible could you please test on the BETA website? Thanks, Ruth
... View more
08-13-2021
02:34 AM
|
1
|
0
|
5001
|
|
POST
|
Hi @DanteLee , Thanks for sharing here! The fix of this issue is available for testing on Survey123 BETA website: https://survey123beta.arcgis.com/ Please let me know if you still see the unexpected behaviour. Thanks, Ruth
... View more
08-13-2021
01:59 AM
|
1
|
1
|
1815
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 6 | 3 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|