|
POST
|
Is it possible to re-use the answers I got for a repeated question as a select_one or a select_multiple choice list? For example: I have a household survey. In the beginning (page 1) I am asking all the details of each household member (name, age, sex, ...). 5 pages down the road of my survey I would like to know who of the household members is commuting (going to work or to school...). To make it easy to evaluate the data but also for the person answering I would like to pull the list of names from page 1 into my question on page 5. Or alternatively, I would fancy a select_multiple field giving the answers from page 1 as options and then prepopulate the repeats with the selected names. Is this somehow possible?
... View more
01-20-2019
06:14 AM
|
0
|
1
|
739
|
|
POST
|
I have a long list of integer fields (25 fields) from where I want to calculate the total in the end. I have put all as default=0 to make sure that no "NULL" value is disabling my calculation. When I now use the "tab" to jump from field to field the cursor is placed after the default 0 so the user always has either to go manually before the zero or has to delete the zero before starting to type his own value. I would prefer to have the whole default value selected when reaching the field so it would automatically be overwritten when I start typing. Is there a way to do that? Or is there a different way to make sure I can use the field for my calculations? I was just thinking of using if(${field}!=NULL,...) but that would mean I have to do a 25times nested "if...", right? There must be an easier way... Thanks for your input!
... View more
01-20-2019
05:16 AM
|
0
|
3
|
1405
|
|
POST
|
Hello helpful people! I was wondering if there is a way to make sure that within a repeated set of questions each answer taken from a select_one choice can only be chosen once. For example: I want to know the numbers of fruit trees on a farm. I have a select_one field with a predefined list of possible fruit trees (plus other) so the user can select the type of tree and tell me the number. But I want to make sure that they cannot give the numbers for one type twice. So if they have chosen apple before they cannot chose it again in the next repeat. Is that possible?
... View more
01-20-2019
03:58 AM
|
0
|
2
|
1185
|
|
BLOG
|
James Tedrick Ismael Chivite Is that the expected behaviour I described above or did I do something wrong?
... View more
01-20-2019
01:47 AM
|
0
|
0
|
2057
|
|
POST
|
Hello again, sorry for the late reply. Too many other emergencies happening... I am still having the same problem although I am using a new laptop since December. I made other colleagues try - it worked without any problem for one of them for the other one it also does not work (tested in Chrome and Firefox) so I don't think it could be a general rule from our IT guys. (In the meanwhile the "insert image" is also not working in Firefox any longer as it seems…) I can also add images for example as thumbnails or as the icon for the widget which I assume is more or less the same function (isn't it?). Any other idea where to look at? I use TrendMicro OfficeScan but it doesn't show any activity and from the settings I don't find anything about blocking actions.
... View more
01-17-2019
12:47 AM
|
0
|
2
|
2706
|
|
POST
|
Thanks a lot! Looks like logically I wasn't too far away from the solution
... View more
01-16-2019
10:23 PM
|
1
|
1
|
6460
|
|
POST
|
Can someone help me on defining the input mask for an integer value that requires to end with three zeros? EDIT: I guess I should define more precisely what I need to accomplish. Our local currency is giving me a headache. Talking about prices you can have anything between 100 and 1,000,000 (or even more). I want to ask for money spent on certain category of purchases but when the person enters 50000 you already have to look carefully at the number of zeros. I don't seem to get anywhere with the input mask - is there any other way to make it easier for the people to enter higher numbers? So I am looking for a way to display the entered number with a comma for thousands which I think would already help a lot. Like 100,000? Using the numbers appearance type says "Applies to integer and decimal fields. Displays a custom keyboard." At the moment I see a general calculator type of keyboard using this appearance type. Since it says "Custom keyboard" I assume there is way to manipulate it?
... View more
01-16-2019
01:06 AM
|
1
|
4
|
2064
|
|
POST
|
I wonder how I can check on not allowed combinations of select_multiple answers. For example: I have a list of multiple choices (category): none, covered, uncovered, vip. If none is checked, the others should not be applicable, for the others any combination is possible. It seems awkward to list all possible combinations as a constraint. I was thinking of something like if(selected(${category},'None') then count(${category}) has to be 1 but how do I put this as a constraint? Thanks in advance!
... View more
01-16-2019
12:47 AM
|
0
|
10
|
7457
|
|
BLOG
|
I was about to say "Awesome!" but after testing it now I unfortunately have to say that it doesn't work the way I expected it to do. The style is not recognized by Connect and also not by the field app, only the web app shows the table. And this is applicable for both ways of survey design (online and in connect). I need this on a tablet! I also could not find any documentation on the table-list style. Can you provide a link maybe? In the xslForm reference (https://xlsform.org/en/ref-table/ ) I only found it mentioned as that it is applied to a group.
... View more
01-09-2019
10:32 PM
|
0
|
0
|
2057
|
|
BLOG
|
Is there a way to achieve this nice grid view also with Connect? I have quite a long list of items where the user should give an amount of money spent for each but it takes a lot of space and looks awful when questions and answers are listed under each other.
... View more
01-09-2019
12:00 AM
|
0
|
0
|
2057
|
|
POST
|
Hi Rebecca, This is what worked for me: - Question for number of rooms before the repeat: rooms_nr - New question room_count_test (read only, can also be hidden) after the repeat with count(${room_name}) in the calculations attribute. room_name is one of the questions inside the repeat. - Constraint on this field is ${room_count_test}=${rooms_nr}
... View more
01-08-2019
10:37 PM
|
0
|
1
|
1231
|
|
POST
|
Thanks, I think this is a work around that could work. (I just remembered my question about calculations among repeats from some time ago and found that it was implemented! Very nice! Thanks a lot.) Now, if I would use the count() function within the repeat, how would I get the result of the last repeat to compare it with my desired repeat_count? Is there a way to pick the answer from a certain (in this case the last) repeat? EDIT: I figured it out. (I thought I would need a counter within the repeat but count(answer) does the job.) An open question would still be if there is a way to get the answer of a certain repeat, e.g. if I want the sequence of used means of transport and the last repeat must always be "by foot". Something like ${means_of_transport}[count(${means_of_transport}-1]?
... View more
01-07-2019
10:34 PM
|
0
|
0
|
3703
|
|
POST
|
Hi Aurelie, I am not sure if it is a problem of the language why I can't get my version of your survey displayed on the Survey123 website (I get a BAD REQUEST warning but can't tell why…). I get all entries and fields shown in English though when opening the feature service in AGOL. Is that also the case for you? In the excel file you provided, the default language was set to Khmer which I changed to English (en). I can still switch between the languages. I removed furthermore the extra column label and kept only label :: Khmer (km) and label::English (en) - I am not sure if it makes a difference if you put the label name actually in Khmer characters. Would it be possible for you to let me access the stakeholder view in Survey123 to see if it opens for me? (nicueber@esri_rw) I invited you to our Testing group so you could see if my feature service looks the same as yours. I am not sure if you can see the survey itself too, I also shared the form service.
... View more
12-06-2018
11:09 PM
|
0
|
0
|
616
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-09-2023 03:26 AM | |
| 1 | 02-13-2019 01:51 AM | |
| 2 | 04-03-2025 11:07 AM | |
| 1 | 01-14-2024 01:34 PM | |
| 1 | 10-01-2018 10:23 PM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|