POST
|
Hi Barbara, Thanks for your input, that was very helpful! Cheers, Flo
... View more
10-12-2020
02:31 AM
|
1
|
0
|
3084
|
POST
|
Hi All, I have got a form with a nested repeat, whose results i would like to display in a table, but i cant get the feature report template to work. I would like for a user to be able to choose a category and then add as many pendencies and according due dates as they like. My feature report should then show the topic in the left cell and add new lines in column 2 & 3 of the feasture report according to the specifications done in the form. Example: Topic Pendencies Due date Action reauired? A Pendency a1 asap no Pendency a2 31.12.2020 B Pendency b1 asap yes C Pendency C1 today yes Pendency C2 2020 Pendency C3 2030 Here's my code for the xlsx form... type name label begin repeat entries select_one topic topic Topic begin repeat pendencies Pendencies text pendency Pendency text due_date Due Date: end repeat select_one yes_no action Action required? end repeat and the feature report template: Topic Pendencies Due date Action reauired? ${#entries}${topic} ${#pendencies}${pendency} ${due_date}${/} ${action}${/} When i upload the feature report template to Survey123 online, i get the error message: "Failed to parse ${action}. Field ${action} does not exist or cannot be found in current parsing scope.". I think thats due to the fact that my nested repeat is spread over two columns. Is there any way to solve this problem? Would greatly appreciate someone's help on this. Thanks, Flo #nested repeat #feature report template
... View more
08-27-2020
02:57 AM
|
0
|
2
|
3150
|
POST
|
HI Ruth, Thanks heaps for your help, works like a charm! Best greetings, Flo
... View more
08-26-2020
07:14 AM
|
0
|
0
|
1310
|
POST
|
Hi Ruth, Thanks for your reply. Unfortunately it still doesn't work. Here's the relevant part of my XLS form and report template: begin group add_geological_layers Description du prélevement hidden max_depth_to current depth note layer_list Couches documentées: begin repeat new_layer Entrer une couche: decimal layer_top Commence à (limite sup.) : decimal layer_bottom Profondeur (limite inf.) : text description Nature du terrain: text tech_layer Coupe technique: calculate layer_width layer width calculate current_entry end repeat decimal water_level <b>Niveau d'eau<b/> end group Largeur de couche Profondeur Niveau d'eau Nature du terrain Coupe technique ${#new_layer}${layer_width} ${layer_top} - ${layer_bottom} ${water_level} ${description} ${tech_layer}${/} Thanks for your help! Cheers, Flo
... View more
08-14-2020
06:30 AM
|
0
|
2
|
1310
|
POST
|
Hi all, I am currently trying to create a feature report template that contains a table with all the entries from a repeat describing geological layers (repeat name blue and questions within repeat green). I would now like to add a variable (${water_level}) from outside of the repeats (recorded after the repeats in my app) in the middle of the table displaying the repeat entries. Largeur de couche Profondeur Niveau d'eau Nature du terrain Coupe technique ${#new_layer}${layer_width} ${layer_bottom} ${water_level} ${description} ${tech_layer}${/} Whenever i try to upload the feature report template i get the following error message: Failed to parse ${water_level}. Field ${water_level} does not exist or cannot be found in current parsing scope. However if i print the variable somewhere outside the table everything's fine. I tried creating a calculate field within the repeat based on the ${water_level} variable outside of the repeat, but as the ${water_level} is only specified after recording several layers in the repeat, the water level value gets only assigned to the calculate field of the last repeat entry. Does someone have an idea how i could solve this? Cheers, Flo feature report repeat template survey 123 repeat
... View more
07-30-2020
05:59 AM
|
0
|
4
|
1360
|
POST
|
Omg, yes i am. So sorry for that rookie mistake and thanks for your hint.
... View more
07-07-2020
11:01 AM
|
0
|
0
|
801
|
POST
|
Hi all, The survey i created to do a monitoring of construction sites mainly consists of a repeated set of questions with nested questions that depend on the monitoring topic selected in the first question of the repeat. Everything seems to work fine, except when i preview the feature report (repeats are displayed in a table) i only get 3 records of the total 8 entries provided. In the webportal i can see the data including nested repeats and pictures for all of the entries. The nested repeats also can't be the problem, as the first 3 records in my feature report also contain multiple pictures and they look just fine. Has anyone had this problem of incomplete transfer of data from repeats to the feature report? repeats repeat table #feature report
... View more
07-07-2020
08:36 AM
|
0
|
2
|
839
|
POST
|
Hi all, In my survey123 survey, I have a bunch of grouped questions that appear if a user selects a certain topic in a first question. For my feature report, one group of question translates to a separate table containing the results of all the questions within that group. My question: is it possible to only include grouped questions in a report if the group was activated through a multi_select first question. I would like to avoid having pages of empty tables in my report. Here's an example of what I would like to do: ${if ((categories | selected: "dangerous_substances"))} Substances et liquides susceptibles de polluer les eaux / sols Note : ${ evaluation_dangerous_substances_liquids | getValue:""} Citernes diesel sur place : ${ diesel_tank | selected : "yes"} Oui ${if ((diesel_tank | selected: "yes"))}Nombre : ${nb_tank}${/} ${ diesel_tank | selected : "no"} Non ${if ((diesel_tank | selected: "yes"))}Nom citerne : ${ name_tank }${/} ${if ((diesel_tank | selected: "yes"))}Date du dernier contrôle : ${ date_last_control }${/} Conformité des citernes : ${ conformity | selected : "yes"} Oui ${ conformity | selected : "no"} Non Autres substances à risque : ${ other_substances_risk | selected : "yes"} Oui ${ other_substances_risk | selected : "no"} Non ${if ((other_substances_risk | selected: "yes"))}Substances présentes : ${ other_substances}${/} Stockage conforme : ${ storage_compliant | selected : "yes"} Oui ${ storage_compliant | selected : "no"} Non ${if ((storage_compliant | selected: "no"))}Précisions : ${ storage_compliant_details}${/} Remarques : ${ remarks_substances } ${/} So in this example, I would like to only show the table and the referenced values, if that category of "dangerous_substances" was ticked earlier in the survey. Any ideas? feature reportssurvey results#report
... View more
03-09-2020
09:43 AM
|
0
|
1
|
774
|
POST
|
Hi Doug, Thank you for your answer, validation by page would be indeed a good idea, at least for required fields. For constraints, I still believe that this is not enough: the user should be warned almost in real time if the answer is not valid. It worked great before, why changing it? I do think this is a major step back and goes against the digital survey philosophy which should facilitate the navigation and avoid the user to make any mistake. I am quite surprise by this choice made by esri, Survey123 has always seemed to be improved in the good direction (in my opinion), and hope this one will be addressed soon. Maybe there are advantages (I don't see any) or technical reasons for making those changes, it would be great if we could have some explanations about it. Or at least describe the expected behavior in the documentation, otherwise users might think they made something wrong while testing (as I did). Léo
... View more
12-05-2019
11:37 PM
|
6
|
0
|
5698
|
POST
|
Hi, I am running through a problem since the latest releases of survey123 (3.5 and above) with constraints. The issue: After spending a bunch of time in connect trying to find what was wrong with my formulas in the constraint column, I figure out that the validation would occur only when I attempt to submit the form. I first though it was a bug, but it seems that this should be the intended behavior since 3.5 and the introduction of inline validation. I could find a few posts about it, but nothing clearly stated in the official survey123 help: https://community.esri.com/message/863637-what-happened-to-constraints https://community.esri.com/message/882496-grid-meets-read-only-and-constraint https://community.esri.com/message/890114-constraint-not-working https://community.esri.com/thread/205058-survey123-connect-now-constraint-not-working (See Evan's issue of august 19) In the blog posted by Ismael for the 3.5 release, the only statement about it is the following: Constraint and required messages now appear inline, helping you identify the exact questions in your form that need attention. This is particularly useful when you have long forms, or forms with multiple pages. Why this is an issue: This behavior means that the user can fill the entire form before noticing that a mistake was made. First of all, it is annoying to come back to questions especially when forms are long and users expect to be done with it at the end Calculations can still be made based on the wrong value The user might do (irreversible) mistake on the field before he realizes a wrong value was entered Example: Simple example, not so critical (could be much worse): User needs to indicate the maximal diameter of the components found in the ground (gravel, rocks...) Based on that value, the survey indicates the weight of the sample that needs to be taken The user made a mistake with units (cm instead of mm) and the survey indicates to take a sample of 5kg instead of 30kg The user proceeds, and continue the form while the sample is sent to laboratories... Possible workarounds: I can imagine several workarounds, but nothing is worth the original constraint behavior that was before 3.5. Moreover, it means that all the existing surveys need to be updated in order to prevent users from doing mistakes. Use the inputMask column: very limited (cannot use regex, compare numbers (<>), use other fields or many other usefuls fonctions as the one shown here) Use an additional field that will show up when the constraint is no met (cumbersome, user can still ignore or miss the message, issues with layout in grid-theme) Use bind:esri:warning column (still, it is only a warning, not sure if all function listed in 1 would work) Questions: Firstly I hope first that I didn't miss anything, and this is the actual intended behavior and not a bug. If so, I would like to say that the inline message is great, clearer that before. The only issue is the moment when the validation takes place. Is it possible to do the validation while the user is filling the field (as for the input mask column) and not once the user attempts to send the survey? Do you have any other workaround that would get closer to the original constraint behavior? Thank you for your time and your help. Léo
... View more
11-20-2019
02:17 AM
|
12
|
8
|
6371
|
IDEA
|
Yes, I could indeed but I had read that ESRI had done a few devs in this direction so I wondered if a tool or function was about to be released. It is indeed the case according to Kory's message.
... View more
09-18-2019
02:37 AM
|
1
|
0
|
6261
|
IDEA
|
Hi Kory, thanks a lot. We'll have to upgrade our ArcGIS PRO version to use the function. I tried on ArcGIS Online and it seems to work fine with Arcade in test mode but when I want to apply the changes, it tells me "unable to append the data". Do you have any idea why ? I can edit the feature layer.
... View more
09-18-2019
02:36 AM
|
0
|
0
|
6261
|
IDEA
|
Hello, It would be very useful to be able to very simply identify which features have attachments. It could be a column in the attribute table with a boolean TRUE / FALSE value for the ATTACHMENT field. Even better, an additional column saying how many attachments are linked to each features. Thanks in advance
... View more
09-17-2019
08:00 AM
|
12
|
8
|
6379
|
IDEA
|
Hello, As more and more users use surveys in our company, the Survey123 mobile gets incredibly crowded with surveys when we click on "Download surveys". Would it be possible to rearrange surveys in folders ? For example, first level : member name Second level : folder created by a member for a given project. The structure would be similar to the one in ArcGIS Online. Is such a feature planned ? If yes, when should it be released ? Thanks !
... View more
09-17-2019
07:54 AM
|
5
|
0
|
312
|
POST
|
Hi ! I managed to edit the GDB but had to activate a Standard licence instead of a Basic one.
... View more
09-17-2019
07:47 AM
|
0
|
0
|
521
|
Title | Kudos | Posted |
---|---|---|
1 | 04-10-2018 11:52 PM | |
1 | 04-24-2018 02:09 AM | |
1 | 10-12-2020 02:31 AM | |
12 | 11-20-2019 02:17 AM | |
6 | 12-05-2019 11:37 PM |
Online Status |
Offline
|
Date Last Visited |
11-19-2021
04:50 PM
|