Dear Open Foris Community, We struggle with the following problem regarding Collect and later the data analysis of the collected data. We have a code list for habitat features of our trees and the field teams can choose up to 10 variables at the same time. The problem at the moment is that they are transferred into the database in the order they were clicked on in the field and not chronologically into the columns with the applicable numbers. Is there any easy solution to this? We just thought that it would be easier if we didn’t have to do this manually during the cleansing phase. This is what we would wish for it to look like. (see table 1) https://drive.google.com/drive/folders/0B1GL4ASXM8jjYmRYQVFzZGlTZ0E At the moment it looks like this: (see table 2) https://drive.google.com/drive/folders/0B1GL4ASXM8jjYmRYQVFzZGlTZ0E But of course we are open to other ideas to solve this issue, we assume others have struggled with similar attributes. Possibly our approach is overcomplicating the whole process. Thank you for your help! |
Hi Beka! |
Beka, OF Team programmer can help in that question regarding error message. I have - again - a bit different solution: add habitat selections into a calculated text field. This additional text field (Dist_txt below) can be set invisible (deselect Show in entry form). Use function shown below When exporting the data into CSV, all selections goes into one field, which requires parsing in R or Excel. -Lauri |
Dear OF team, Thanks for your help. I tried to follow the instruction you sent and I faced on the following problem (see the link): https://drive.google.com/drive/folders/0B1GL4ASXM8jjYmRYQVFzZGlTZ0E Thanks again, Best, Beka |